/* CSS Document */

@import URL(texts.css);

body {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000000;
}

#container {

}

#header {
	width: 100%;
	float: left;
	clear: both;
	background-color: #FFFFFF;
	border-bottom: 10px solid #A11919;
	height: 145px;
}	
	#logo {
		width: 205px;
		padding-left: 15px;
		margin-top: 25px;
	
	}
	
	#visual {
		width: 382px;
		position: absolute;
		left: 221px;
		top: 0px;
		margin: 0px;
		padding: 0px;
		border-bottom: 3px solid #A11919;
		border-left: 3px solid #A11919;
		border-right: 3px solid #A11919;
		background-color: #A11919;
	}
	
#content {
	width: 100%;
	float: left;
	clear: both;
	background-image: url(../parts/bg-content.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;	
}
	#left {
		width: 175px;
		padding: 15px;
		float: left;
		clear: none;
		display: block;
	}
		.box {
			width: 145px;
			border: 1px solid #999999;
			padding: 15px;
			margin-top: 0px;
			background-color: #FFFFFF;
			display: block;
			float: left;
			clear: both;
			font-size: 11px;
		}
		.box h2, .box p {
			padding: 0px;
			margin: 0px 0px 5px 0px;
		}
	#main {
		width: 560px;
		display: block;
		float: left;
		clear: none;
	}
		.quote {
			background-color: #FFFFFF;
			background-image: url(../parts/bg-quote.gif);
			background-position: bottom;
			background-repeat: repeat-x;
			border: 1px solid #999999;
			margin-top: 130px;
			padding-top: 15px;
			padding-bottom: 15px;
		}
		.galerie {
			width: 150px;
			float: right;
			clear: none;
			padding: 10px;
			display: block;
			position: relative;
		}
		.galerie a img {
			float: left;
			clear: both;
			border: 5px solid #CCCCCC;
			margin-bottom: 5px;
		}
		.galerie a:hover img {
			border-color: #A11919;
		}
		.galerie a {
			color: #A11919;
			display: compact;
		}
		.galerie a:hover {
			text-decoration: underline;
		}
		.galerie a:hover span.bullet {
			background-image: url(../parts/arrow.gif);
			text-decoration: none;
		}

#footer {
	width: 750px;
	position: relative;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 5px;
	float: left;
	clear: both;
	border-top: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;
}
		

