*{
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana; 
}

body{
	background: url("../img/layout/bg-body-vertical.gif") center top repeat-y #fff;
	font-size: 12px;
}

/* BASIC TAGS */

h1{
	width: 860px;
	position: absolute;
	top: 0px;
	left: 50%;
	
	text-align: right;
	
	margin-left: -450px;
	font-size: 11px;
	
	color: #ccc;
	padding: 2px 20px 0px 20px;
}

h2, h3.first, div#conLeft h3, div#conRight h3{
	font-size: 16px;
	margin: 0px 0px 20px 0px;
}

a, img{
	border: none;
}

a{ color: #000;}
a:hover{ color: #cc0000; }

p.notice{
	color: #cc0000;
	font-style: italic;
	font-weight: bold;
}


/* CLEANER */

div.clear, div.util, div.cleaner{ display: block; clear: both; font-size: 0px; line-height: 0px; }

/* LAYOUT */

div#baumatCover{

}

div#baumat{
		width: 900px;
		min-height: 800px;
		margin: 0 auto;
		background-color: #ececec; 
	}

	div#top{
		background: url("../img/layout/bg-top.gif") left top no-repeat;
		height: 95px;
	}			
	a#logo{
		display: block;
		height: 96px;
		width: 450px; 
		float: left;	
		text-decoration: none;
	}
	
	div#under{
		height: 208px;
		background: url("../img/layout/bg-under7.jpg") left top no-repeat;
		border-top: solid 3px #fff;
	}
	
	a#action{
		display: block;
		height: 208px;
		text-decoration: none;
	}
	
	div#content,
	div#conLeft,
	div#conCenter,
	div#conRight{
		min-height: 500px;
		background-color: #fff; 
	}
	
	div#conLeft p,
	div#conCenter p,
	div#conRight p{
		margin: 0px 0px 20px 0px;
	}
	
	div#conLeft ul,
	div#conCenter ul,
	div#conRight ul{
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 20px;
	}
		
	div#content{
		padding: 20px 20px 0px 20px;
	}
	
		p#path{
			padding: 0px 0px 10px 0px;
			margin: 0px 0px 10px 0px;
			border-bottom: solid 1px #e0e0e0;
		}
		
		p#path span{ color: #cc0000;}
	
	div#conLeft,
	div#conRight{
		float: left;
	}
	div#conLeft{
		padding: 0px 10px 0px 0px;
		width: 130px;
	}
	div#conRight{
		padding: 0px 0px 0px 15px;
		width: 165px;
	}
	
	div#conCenter{
		float: left;
		width: 520px;
		padding: 0px 10px 0px 10px
	}
	
		div#conCenter h3{
			color: #cc0000;
			margin: 0px 0px 10px 0px;
		}
	
	/* CLASSES AND IDS */
	
	div.boxMore{
		margin: 0px 0px 20px 0px;
	}
	
	img.bigL{
		margin: 0px 10px 20px 0px;
	}
	
	img.bigR{
		margin: 0px 0px 20px 0px;
	}
	
	img.mapFirst,
	img.mapSecond{
		border: solid 4px #ccc;
		margin-bottom: 20px;
	}
	
	img.mapFirst{
		margin: 0px 20px 20px 0px;
	}
	
	/* TABLES */ 
	
	table.kontakt,
	table.full
	{
		background-color: #fff;
		width: 520px;
		margin: 0px 0px 20px 0px;
	}
	
	table.kontakt th,
	table.kontakt td,
	table.full th,
	table.full td{
		padding: 5px;
	}
	
	table.kontakt th,
	table.full th{
		background-color: #c00;
		color: #fff;
	}	
		table.full tr th.letter{
			background-color: #cecece;
			color: #000;
			text-align: left;
		}
	
	table.kontakt th.column1{ width: 150px;}
	table.kontakt th.column2{ width: 212px;}
	table.kontakt th.column3{ width: 150px;}
		
	table.kontakt th.columnX1{ width: 180px;}
	table.kontakt th.columnX2{ width: 152px;}
	table.kontakt th.columnX3{ width: 180px;}
	
	table.kontakt td,
	table.full td{
		background-color: #f5f5f5;
		vertical-align: top;
	}
	
	div#footer{
		padding: 20px;
		background-color: #ececec; 
		border-top: solid 5px #f00;
	}
	
	
	