/*

	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
-------------------------------------------------------------------------*/

html {
	font-size: 100%; /* for IE*/
}

html > body {
	font-size: 16px; /* for everyone else*/
}

/* that's it. default: 1em = 16px */

/* elements keeping their parents font size */
input, select, th, td, li li, li p, td p, q p {
	font-size: 1em;
}

table td * {
	font-size: 1em ! important;
}

/* reset margin, padding */
* { 
	margin:0; 
	padding:0; 
} 
	
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
}

#stage {
	border: none; 
	width: 950px; 
	margin-left: 50px;
}



.remore {
	font-weight: bold;
	color: #8A2F8E;
}

.remore .pfeil {
	font-weight: bold;
	color: #3BC0F1;
	vertical-align: -5%;
}


/* ------------ */
/* homeElemente */
/* ------------ */

#homeContent {
	height: 562px;
	margin-bottom: 35px;	
	overflow: hidden;
}

#homeContent .squareline {
	height: 110px;
	margin-bottom: 3px;
}

#homeContent .squareline img {
	float: left;
	margin-right: 3px;
}

/* ------------------- */
/* navigationsElemente */
/* ------------------- */

#colLeft {
	width: 223px;
	float: left;
}

#nav {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	width: 223px;
	height: 562px;
	background: #fff url(/img/subnav_bg.gif) no-repeat;
	margin-bottom: 35px;
	/* border: 1px solid green; */
}

#nav h1 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;	
	line-height: 110px;
	width: 110px;
	margin-bottom: 118px;
	margin-right: 4px;
	float: left;
}

#nav ul.mainnav li {
	line-height: 110px;
	width: 110px;
	text-align: center;
	list-style: none;
	float: left;
	margin-bottom: 2px;
}

#nav ul.mainnav li a {
	color: #fff;
	text-decoration: none;
}

/* -------------- */
/* footerElemente */
/* -------------- */

#layFoot {
	font-size: 0.6875em;
	width: 218px;
	/* border: 1px solid green; */
}

#layFoot ul {
	float: right;
}

#layFoot ul li {
	color: #000;
	list-style: none;
	float: left;
}

#layFoot a {
	color: #7F7F7F;
}

/* --------------- */
/* ContentElemente */
/* --------------- */

#content {
	width: 422px;
	padding-left: 30px;
	float: left;
	/* border: 1px solid green; */
}

#content h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 22px;
}

#content h2.subheadline {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 22px;
}

#content h3 {
	font-size: 0.75em;
	margin-bottom: 11px;
}

#content p {
	font-size: 0.75em;
	color: #333;
	margin-bottom: 25px;
}

#content p.highlight {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-bottom: 25px;
}

#content a {
	color: #03AFEF;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	font-size: 0.75em;
	color: #333;
	margin-left: 13px;
	margin-bottom: 25px;
	line-height: 15px;
}

* html #content ul {
	margin-left: 15px;
}

#content table {
	font-size: 0.75em;
	color: #333;
	margin-bottom: 25px;
}

#content table td {
	padding-bottom: 3px;
}

address {
	font-size: 0.75em;
	font-style: normal;
	color: #333;
	margin-bottom: 25px;
}


/* ------------- */
/* colRightStyles */
/* ------------- */

#colRight {
	width: 223px;
	margin-left: 30px;
	margin-top: 50px;
	padding-left: 10px;
	border-left: 1px solid #7F7F7F;
	float: left;
}

#colRight h3 {
	font-size: 0.75em;
	margin-bottom: 11px;
}

#colRight a {
	color: #03AFEF;
	text-decoration: none;
}

#colRight a:hover {
	text-decoration: underline;
}



/* border: 1px solid yellow; */


/* ------------- */
/* DiverseStyles */
/* ------------- */

.grey {
	color: #7F7F7F;
}

.floatLeft {
	float: left;
	margin-right: 10px;
}

.floatRight {
	float: right;
	margin-left: 10px;
}

.clearAll {
	clear: both;
	font-size: 0; 
	line-height: 0 !important;
}

.hasBorder {
	border: 1px solid #474747;
}

.width150 {
	width: 150px;
}

.noMargbot {
	margin-bottom: 0px !important;
}

/*----------*/
/* Formular */
/*----------*/

fieldset {
	border: none;
}

legend {
	display: none;
}

.inputtext, .inputtextPLZ, .inputtextOrt, .inputtextLand {
	padding: 0px 0px 0px 0px;
	color: #333;
}

.inputtextPLZ {
	width: 39px;
}

.inputtextOrt {
	width: 122px;
}

.inputtextLand {
	width: 172px;
}

.inputtextLand {
	width: 172px;
}


.selectAnrede {
	width: 105px;
}

.submitButton {
	width: 90px;
}

.inputTextarea {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	color: #333;
	width: 214px;
}

.newsletter {
	padding: 0px;
	margin: 0px 4px 0 0;
	vertical-align: baseline;
}

table.contact {
	font-size: 1.625em;
	margin: 0 0 200px 0px;	
}

table.contact td {
	padding: 5px 0;
	color: #333;
}

table.contact td.tdLabel {
	width: 110px;
}

table.contact tr td table {
	margin-bottom: 0 !important;
}

/* border: 1px solid green; */

.red {
	color: #cc3333;
}

#printelements {
	display: none;
	visibility: hidden;
}