@media screen and (min-width: 0px){ #hack2 {width: 950px;}#main #left { width: 540px; }#startseite #main #left {width: 690px}}

/*-----------------------------
	Allgemeines
------------------------------*/

* {
	margin: 0;
	padding: 0;
	text-align: left;
}

	html,body {
		height: 100%;
		min-height: 630px;
	}
	
	body {
		color: #000000;
		background: #EEEEEE;
		font-family: Arial,Helvetica,sans-serif;
	}

/*-----------------------------
	Links
------------------------------*/
a, a:link, a:visited,a {
	color: #000000;
	background: transparent;
	text-decoration: underline;
}

	a:hover, a:focus, a:active {
		outline: none;
		text-decoration: underline;
	}
	
	a img,a:visited img,a:hover img {
		border: none;
	}

/*-----------------------------
	Überschriften
-----------------------------*/
h1 {
	display: none;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 14px;
	margin-bottom: 1em;
}

h4 {
	font-size: 12px;
	margin: 10px 0 5px 0;
}
	
th {
	font-size: 14px;
}
		
/*-----------------------------
	Diverses
------------------------------*/

p {
	margin: 10px 0;
	font-size: 12px;
}
ul {

}
	ul li {
		list-style: outside square;
		margin: 5px 0 5px 20px;
		font-size: 12px;
	}
table {
	width: 75%;
}
td {
	padding: 5px;
	vertical-align: top;
	font-size: 12px;
}
	table table {
		width: 100%;
	}
.small {
	font-size: 11px;
}
.i {
	font-style: italic;
}
.center {
	text-align: center;
}
/*
	Formulare
*/
input {
	background: #fff;
	width: 200px;
	border: 1px solid #6699CC;
}
input[type=submit] {
	color: #fff;
	background: #6699CC;
	text-align: center;
}
textarea {
	height: 100px;
	width: 400px;
	border: 1px solid #6699CC;
	overflow: auto;
}
/*-----------------------------
	Hauptstruktur
------------------------------*/
#hack {
	position: absolute;
	top: 50%; left: 0;
	text-align: center;
	margin-top: -313px !important;
	margin-top: -300px;
	width: 100%;
}
#hack2 {
	background: #6699CC;
	min-width: 750px;
	max-width: 950px;
	padding-bottom: 5px;
	border: solid #666666;
	border-width: 1px 2px 2px 1px;
	margin: 0 auto !important;
}
* html #hack2 {
	width: 950px;
}
#top {
	color: #FFFFFF;
	background: #316497 url("../images/design/logo.gif") no-repeat 20px 8px;
	height: 103px;
}
	* html #top {
		height: 100px;
	}
	#top a {
		color: #FFFFFF;
		font-size: 15px;
		padding: 35px 0 0 220px;
		display: block;
		height: 100px;
		text-decoration: none;
		min-width: 600px;
		background-position: top right;
		background-repeat: no-repeat;
	}

#main {
	color: #000000;
	background: url("../images/design/main_flex.gif") repeat-x;
	margin: 20px 20px 0 170px; 
	height: 472px;
}
#main2 {
	background: url("../images/design/main_left.gif") no-repeat;
	height: 472px;
}
	#main #left {
		position: relative; 
		top: 20px;
		overflow: auto;
		height: 380px;
		padding: 30px;
		margin-left: 15px;
	}
	* html #main #left {
		height: 430px;
	}
	#main .right {
		background: url("../images/design/main_right.gif") no-repeat top right;
		float: right;
		width: 130px;
		height: 472px;
		padding: 5px 15px 0 0;
	}
		#main .right2 {
			background: #BAD6FB;
			background-repeat: no-repeat;
			background-position: 25px 30px;
			height: 457px;
			border-left: 3px solid #336699;
			border-bottom: 3px solid #336699;
		}
		* html #main .right2 {
			height: 460px;
			background-position: 20px 30px;
		}
		
	#foot {
		text-align: right;
		font-weight: 400;
		margin: 5px 30px 0 0;
	}
	#foot a {
		color: #FFFFFF;
		margin: 0 5px;
		text-decoration: none;
		font-size: 13px;
	}

/*-----------------------------
	Navigationen
------------------------------*/
/*
	Seitennavigation
*/
ul#site_navi {
	width: 150px;
	float: left;
	margin-top: 5px;
}
	ul#site_navi li {
		background: url("../images/design/navi_li.gif") no-repeat right 6px;
		margin: 5px 0;
		list-style: none;
	}
	
		ul#site_navi li a {
			color: #FFFFFF;
			font-size: 12px; font-weight: bold;
			text-decoration: none;	
			display: block;
			padding: 13px 6px 11px 45px;	
		}
			* html ul#site_navi li a {
				height: 40px;
			}
			ul#site_navi li a:hover, ul#site_navi li a:focus, ul#site_navi li a:active {
				background-position: 5px -3px;
			}
/*
	Unternavigation der Seitennavigation
*/
ul#sub {
	margin: -3px 0 0 0;
	border-right: 7px solid #6699CC;
	border-bottom: 7px solid #6699CC;
	position: relative;
	z-index: 10;
}
	html > body > ul#sub {
		margin: -3px 0 0 0;
	}
	*+html ul#sub {
		margin: -6px 0 0 0;
	}
	* html ul#sub {
		top: -4px;
		margin: 0;
	}
	ul#sub li {
		background: #BAD6FB;
		background-image: none;
		margin: 0;
	}
		ul#sub li a {
			color: #316497;
			background: none;
			margin-left: 45px;
			padding: 2px 0;
			font-size: 12px; font-weight: normal;
		}
		
		* html ul#sub li a {
			width: 100px;
			height: 10px;
		}
		ul#sub li a:hover, ul#sub li a:focus, ul#sub li:active {
			text-decoration: underline;
			
		}

/*
	Startseite
*/
body#startseite ul#site_navi {
	display: none
}
body#startseite #main {
	margin-left: 20px;
}
/*
	Pictos der Seitennavigation
*/
#praxis {position: relative; z-index: 15; background: url("../images/design/navi_praxis.gif") no-repeat 0 -3px;}
#leistungen {position: relative; z-index: 15; background: url("../images/design/navi_leistungen.gif")  no-repeat 0 -3px;}
#labor {background: url("../images/design/navi_labor.gif")  no-repeat 0 -3px;}
#formular {background: url("../images/design/navi_formular.gif")  no-repeat 0 -3px;}
#anfahrt {background: url("../images/design/navi_anfahrt.gif")  no-repeat 0 -3px;}
