html, body {
	height: 100%;
}

body {
	background-color: #E3E4E3;
	margin: 0;
	padding: 0;
}

a {
	color: #01512B;
	font-weight: normal;
	text-decoration: underline;	
}
a:hover {
	color: #636260;
}

.clearer {
	font-size: 1px;
	height: 1px;
	clear: both;
	background-color: transparent;	
}

#outer {
	align:center;
	height: 100%;
	width:95%;
	margin: 0 auto 0 auto;
	max-width:1220px;
	/* IE 6 */
	width:expression(document.body.clientWidth > 1220 ? "1220px" : "auto" );
}


#mainTab {
	vertical-align: top; 
	width:100%;
	border-collapse: collapse;
	height: 100%;
}

	
#contentTd {
	background-color: #fff;
	vertical-align: top; 
	
}

#menueTd {
	vertical-align: top; 
}

.menueGreen {
	background-color: #01512B;
}


.shadowR {
	vertical-align: top;
	background:transparent url('../images/shadow_r.jpg') repeat-y top left;	
}
.shadowB {
	vertical-align: top;
	background:transparent url('../images/shadow_b.jpg') repeat-x top left;	
}


#con {
	position: relative;
}

h1 {
	font-size: 65px;
	color: #E3E4E3;
	text-transform: uppercase;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 20px;
}
#logo {
	position: absolute;
	top: 140px;
	right: 20px;
}
#menuePos {
	position: relative;	
}
#menuePart {
	position: absolute;
	top: 200px;
	left: 0;
	width: 244px;
}

#menuePart a {
	color: #fff;
	font-size: 20px;
	display: block;
	padding: 10px 35px;
	margin-top: 2px;
	text-decoration: none;
}
#menuePart a:hover, #menuePart a.active {
	background-color: #135D3A;
}





#content {
	text-align: justify;
	font-size: 18px;
	margin-top: 240px;
	padding: 0 30px 0 60px;
}

.cMaxi {
	margin-top: 0px !important;
}
.cCenter {
	text-align: center !important;
}

.cHome {
	background: url('../images/schmitz_bg.jpg') top left no-repeat;
	padding-left: 220px !important;
}


div.liner {
 background: url('../images/break.gif') bottom left repeat-x;
 height: 1px;
 padding: 0;
 font-size: 1px;
 margin-bottom: 20px;
}


.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}
.ok {
	background: #D9ECD9;
	border-top: 2px solid #4E9012;
	border-bottom: 2px solid #4E9012;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}




/** Startseite **/
.mainLogo {
	margin: 40px; 
}

.mainUsInner {
	width: 300px;
	position: relative;
	margin: 0 auto 0 auto;
}
div.mainUs  {
	position: absolute;
	left: 260px;
	top: 20px;	
}
img.mainUs  {
	position: absolute;
	top: 0;
	left: 290px;		
}
img.homeSchmitz {
	position: absolute;
	top: 0;
	left: 80px;
}





/** Team **/
.teamEmpty, .teamer {
	float: left;
	width: 248px;
	height: 120px;
	border: 1px #151C1C solid;
	position: relative;
	margin: 0 31px 31px 0;
}

.teamEmpty {
	border-color:#fff;
}

.teamerOne {
	clear:left;
	float:left;
	margin-left: 0;	
}
.teamerImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
}
.teamerName {
	position: absolute;
	top: 0;
	left: 120px;
	width: 123px;
	height: 30px;
	background-color: #01512B;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	padding-left: 5px;
}
.teamerTxt {
	position: absolute;
	top: 30px;
	left: 120px;
	width: 112px;
	height: 84px;
	background-color: #135D3A;
	font-size: 12px;
	color: #fff;
	padding: 3px 8px;
}

.teamSpacer {
	float: left;
	clear: left;
	width: 120px;
	height: 120px;
}


/* News part */
.news {
	float: left;
	clear: left;
	margin-bottom: 20px;
	background: url('../images/break.gif') bottom left repeat-x;
	width: 100%;
}
.news img {
	border: 0;
	float: left;
	border-right: 20px solid #fff;
}

.newsTxt {
	float: left;
	padding-bottom: 20px;
}