/*

	filename:	/css/gen_screen.css
	version:	1.0 - 2007-10-19- fz

	author:		f (dot) z (at) gpm (dot) de 
	validated by W3C CSS Validator // jigsaw.w3.org

*/


/* =core
-------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
}

#stage {
	border: none; 
	width: 950px; 
}

/* ------------ */
/* homeElemente */
/* ------------ */

#homeContent {
	height: 562px;
	margin-bottom: 35px;	
	overflow: hidden;
}

#homeContent .squareline {
	margin-bottom: 3px;
}

#homeContent .squareline img {
	float: left;
	margin-right: 3px;
}

/* ------------------- */
/* navigationsElemente */
/* ------------------- */

#colLeft {

}

#nav {
	display: none;
	font-weight: bold;
	/* border: 1px solid green; */
}

#nav h1 {
	font-size: 26px;
}

#nav ul.mainnav li {
	list-style-type: circle;
}

#nav ul.mainnav li a {
	color: #000;
	text-decoration: none;
}

/* -------------- */
/* footerElemente */
/* -------------- */

#layFoot {
	display: none;
}


/* --------------- */
/* ContentElemente */
/* --------------- */

#content {
	/* border: 1px solid green; */
}

#content h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 22px;
}

#content h3 {
	font-size: 24px;
	margin-bottom: 11px;
}

#content p {
	font-size: 18px;
	color: #7F7F7F;
	margin-bottom: 25px;
}

#content p.highlight {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #7F7F7F;
	margin-bottom: 25px;
}

#content a {
	color: #03AFEF;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	font-size: 18px;
	color: #7F7F7F;
	margin-bottom: 25px;
}

#content table {
	font-size: 18px;
	color: #7F7F7F;
	margin-bottom: 25px;
}

#content table td {
	padding-bottom: 3px;
}

address {
	font-size: 18px;
	font-style: normal;
	color: #7F7F7F;
	margin-bottom: 25px;
}


/* ------------- */
/* colRightStyles */
/* ------------- */

#colRight {
}

#colRight a {
	color: #03AFEF;
	text-decoration: none;
}

#colRight a:hover {
	text-decoration: underline;
}



/* border: 1px solid yellow; */


/* ------------- */
/* DiverseStyles */
/* ------------- */

.grey {
	color: #7F7F7F;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
	margin-left: 30px;
}

.clearAll {
	clear: both;
	font-size: 0; 
	line-height: 0 !important;
}

.hasBorder {
	border: 1px solid #474747;
}


.hidden {
	display: none;
}

.width150 {
	width: 250px;
}

/*----------*/
/* Formular */
/*----------*/

fieldset {
	border: none;
}

legend {
	display: none;
}

.inputtext, .inputtextPLZ, .inputtextOrt, .inputtextLand {
	padding: 0px 0px 0px 0px;
	color: #7F7F7F;
}

.inputtextPLZ {
	width: 39px;
}

.inputtextOrt {
	width: 122px;
}

.inputtextLand {
	width: 172px;
}

.inputtextLand {
	width: 172px;
}

.submitButton {
	width: 90px;
}

.inputTextarea {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #7F7F7F;
	width: 218px;
}

.newsletter {
	padding: 0px;
	margin: 0px 4px 0 0;
	vertical-align: baseline;
}

table.contact {
	font-size: 18px;
	margin: 0 0 200px 0px;	
}

table.contact td {
	padding: 5px 0;
	color: #7F7F7F;
}

table.contact td.tdLabel {
	width: 110px;
}

table.contact tr td table {
	margin-bottom: 0 !important;
}

/* border: 1px solid green; */

.red {
	color: #cc3333;
}



#printelements {
	border-top: 1px solid #000;
}
