/*

	Stylesheet f�r XHTML-Site Leinen Los
	Version: 0.1
	
*/

/*	Globale Tag-Definitionen */

body {
	background-image: url(../tmpl/images/site_background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/*	Layout-Definitionen */

#Container1 {
	background-image: url(../tmpl/images/container_background.gif);
	background-repeat: repeat-y;
	float: left;
	width: 761px;
}

#BoxLeft {
	position: relative;
	float: left;
	width: 76px;
}

#Container2 {
	position: relative;
	width: 685px;
	float: left;
}

#LineTop {
	position: relative;
	background-color: #000000;
	width: 685px;
	height: 8px;
}

#TopImg {
	position: relative;
	width: 424px;
	height: 172px;
	border-bottom: 1px solid #000000;
	float: left;
	background-color: #999999;
}

#Navigation {
	position: relative;
	width: 246px;
	height: 172px;
	border-bottom: 1px solid #000000;
	float: left;
	background-color: #999999;
}

	#NavigationContent {
		padding-left: 20px;
		padding-top: 15px;
		line-height: 16px;
		color: #FFFFFF;
	}

	#NavigationContent ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#NavigationContent li {
		padding-bottom: 5px;
		margin-bottom: 5px;
		/* border-bottom: 1px solid #666; */
	}

#BoxRight {
	position: relative;
	width: 15px;
	height: 172px;
	background-color: #E6B24C;
	border-bottom: 1px solid #000000;
	float: left;
}

#Teaser {
	position: relative;
	width: 206px;
	float: left;
}

	#TeaserHead {
		position: relative;
		width: 206px;
		height: 22px;
		background-color: #E6B24C;
		font-family: "Trebuchet MS", Verdana;
		font-size: 16px;
		color: #FFFFFF;
	}
	
	#TeaserContent {
		position: relative;
		width: 186px;
		background-color: #999999;
		padding: 10px;
		font-family: "Trebuchet MS", Verdana;
		font-size: 12px;
		line-height: 16px;
		color: #FFFFFF;
	}

	#TeaserContent ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#TeaserContent li {
		padding-bottom: 5px;
		margin-bottom: 5px;
		/* border-bottom: 1px solid #666; */
		text-align: right;
	}

	#TeaserContent a {
		font-family: "Trebuchet MS", Verdana;
		font-size: 12px;
		line-height: 16px;
		color: #FFFFFF;
		text-decoration: none;
	}

	#TeaserContent a:hover {
		color: #000;
	}

#ContentContainer {
	position: relative;
	width: 479px;
	background-color: #FFFFFF;
	float: left;
}

	#ContentStyleLineTop {
		width: 218px;
		height: 8px;
		background-color: #000000;
	}
	
	#Content {
		background-color: #FFFFFF;
		padding: 20px;
		font-family: "Trebuchet MS", Verdana;
		font-size: 13px;
		line-height: 16px;
		color: #000000;
	}

#Footer {
	position: relative;
	height: 15px;
	border-right: 15px solid #E6B24C;
}


/*	Formatierungsklassen */

/* 	Navigation */

#NavigationContent a {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

#NavigationContent a:hover {
	color: #000;
}

/* 	Content */

#Content h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	color: #336699;
}

#Content h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #E6B24C;
	border-bottom: 1px dotted #000000;
	padding-bottom: 5px;
}

#Content h3 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #336699;
}

#Content h4 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #E6B24C;
	margin-bottom: 5px;
	padding: 0;
}

#Content a {
	color: #336699;
}

#Content li {
	list-style-type: square;
	margin-bottom: 8px;
}

#Content hr {
	visibility: hidden;
	clear: both;
}

#Content img.links {
	float: left;
	margin: 0 20px 20px 0;
}

#Content img.rechts {
	float: right;
	margin: 0 0px 20px 20px;
}

#kurtalbert {
	/*display: none;*/
	position: absolute;
	top: 62px;
	left: 500px;
	
}
