* {
	margin: 0px;
	padding: 0px;
}

html {
	background: #FFFFFF;
}

html, body {
	height: 100%;
	min-width: 1024px;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
#page {
	float: left;
	position: relative;
	margin: 0px 0px 0px -500px;
	top: 0;
	left: 50%;
	width: 1024px;
	height: 100%;
	text-align: left;
	z-index:2;
}

html>body #page {
	height: auto;
	min-height: 100%;
}

/*################################################################*/
/* head
/*################################################################*/
	div#head {
		float: left;
		position: relative;
		width: 1024px;
		height: 146px;
		background: url(../images/head.jpg) no-repeat;
	}

/*################################################################*/
/* torso
/*################################################################*/
	div#torso {
		float: left;
		position: relative;
		width: 1024px;
		background: #C4E2F5;
	}

/*##############################################################*/
/* left
/*##############################################################*/
		div#left {
			float: left;
			width: 165px;
		}

			ul#main-menu {
				float:left;
				margin-top:26px;
				margin-left:0px;
				padding:0px 0px 0px 0px;
				width:165px;
				list-style-type:none;
			}

			ul#main-menu li {
				float:left;
				margin-bottom:1px;
			}

				ul#main-menu li a {
					float:left;
					display:block;
					overflow:hidden;
					text-indent:30px;
					height:26px;
					line-height:26px;
					width:165px;
					color:#FFFFFF;
					font-size:12px;
					text-decoration:none;
					background: #329DDE;
				}

					ul#main-menu .main-menu-active {
						color:#FFFFFF;
						background: #7FC1EB;
					}
				
			ul#sub-menu {
				float:left;
				padding:0px 0px 0px 0px;
				margin-left:0px;
				width:165px;
				list-style-type:none;
			}

			ul#sub-menu li {
				float:left;
				margin-bottom:1px;
			}
			
				ul#sub-menu li a {
					float:left;
					display:block;
					overflow:hidden;
					text-indent:50px;
					height:26px;
					line-height:26px;
					width:165px;
					color:#FFFFFF;
					font-size:12px;
					text-decoration:none;
					background: #329DDE;
				}

					ul#sub-menu .sub-menu-active {
						color:#FFFFFF;
						background: #7FC1EB;
					}


		/*##############################################################*/
		/* content
		/*##############################################################*/
		#content {
			float:left;
			overflow:hidden;
			padding: 0px 0px 0px 0px;
			width: 792px;
			background: #FFFFFF;
		}

			div#content-top {
				width: 792px;
			}

			div#content-bottom {
				width: 792px;
			}

			div#content-bottom-left {
				float: left;
				overflow:hidden;
				width: 448px;
				margin-left: 40px;
				margin-right: 30px;
				line-height: 17px;
			}
			
			ul#content-bottom-left {
				margin: 0 0 0 1.5em;
			}
			
			div#content-bottom-right {
				float: right;
				width: 274px;
			}

			#content a {
				color: #329DDE;
			}

				#content a:hover {
					text-decoration:underline;
				}

			#content h1,h2,h3,h4 {
				color: #329DDE;
				margin: 20px 0 10px 0;
			}
			
			#content h2 {
				font-size: 17px;
				line-height: 17px;
				font-weight: bold;
			}
			
			#content h3 {
				font-size: 13px;
				line-height: 17px;
				font-weight: bold;
			}

			
			#content p {
				margin: 10px 0 10px 0;
			}


/*##############################################################*/
/* footer
/*##############################################################*/
div#footer {
	float: left;
	position: relative;
	width: 1024px;
	height:30px;
	background: #C4E2F5;
}

/*##################################################################*/
/* globale Tags
/*##################################################################*/
a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

ul, ol {
	margin: 0 0 0 1.5em;
}

option {
	margin-right: 6px;
}

select {

}
