/* Concept Meditec Design - 26.06.07 */

/* -------- Design -------- */

html, body {
	width: 100%;
	background: #bad1ff url(../images/hg_verlauf.jpg) repeat left top;
	background-attachment: fixed;
	color: #191919;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}	

#website {
	width: 800px;
	background: #d3d3d3 url(../images/main_bg.jpg) repeat-y left top;
	margin: 20px auto 20px auto;
	}

#header {
	width: 800px;
	height: 100px;
	background: #3f5f9e url(../images/header.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	}
	
#navi_hori {
	width: 780px;
	height: 32px;
	background: #213152 url(../images/navi_hori.gif) repeat-x left top;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	line-height: 32px;
	vertical-align: middle;
	}
	
#top {
	width: 800px;
	background: #3f5f9e;
	margin: 0px;
	padding: opx;
	}
	
.navi_vert_top {
	width: 160px;
	height: 22px;
	background: #7686a6;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	line-height: 22px;
	vertical-align: middle;
	float: left;
	}
	
.main_top {
	width: 600px;
	height: 22px;
	background: #d3d3d3;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	line-height: 22px;
	vertical-align: middle;
	float: right;
	}

#main {
	width: 800px;
	margin: 0px;
	padding: 0px;
	}
	
.navi_vert {
	width: 155px;
	height: 400px;
	background: #3f5f9e;
	margin: 0px;
	padding: 20px 10px 10px 15px;;
	float: left;
	}
	
.content {
	width: 580px;
	min-height: 400px;
	background: #fafafa;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	float: right;
	}	

#footer {
	width: 800px;
	clear: both;
	}
	
.navi_vert_bottom {
	width: 180px;
	height: 22px;
	background: #7686a6;
	margin: 0px;
	padding: 0px;
	float: left;
	}	

.main_bottom {
	width: 620px;
	height: 22px;
	background: #d3d3d3;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	float: right;
	}
	
/* -------- Formatierungen -------- */

	/* --- Spezielles Bereiche --- */

html, body {
	font-family: Arial, Tahoma, Verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #1e1e1e;
	text-align: left;
	}
	
#navi_hori {
	font-family: inherit;
	font-weight: normal;
	font-size: 12pt;
	color: #fafafa;
	text-align: left;
	}	
	
.main_top {
	font-family: inherit;
	font-weight: normal;
	font-size: 11pt;
	color: #1e1e1e;
	text-align: right;
	}	
	
.navi_vert_top {
	font-family: inherit;
	font-weight: normal;
	font-size: 11pt;
	color: #fafafa;
	text-align: left;
	}
	
	/* --- Überschriften --- */
	
h1 {
	font-family: inherit;
	font-weight: bold;
	font-size: 12pt;
	color: #1e1e1e;
	margin: 5px 0px;
	padding: 0px;
	}

h2 {	
	font-family: inherit;
	font-weight: bold;
	font-size: 11pt;
	color: #1e1e1e;
	margin: 5px 0px;
	padding: 0px;
	}
	
h3 {
	font-family: inherit;
	font-weight: bold;
	font-size: 10pt;
	color: #1e1e1e;
	margin: 5px 0px;
	padding: 0px;
	}		
	
	/* --- Navigation Horizontal --- */
	
a.navi_hori_a:link, a.navi_hori_a:active, a.navi_hori_a:visited {
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 13pt;
	text-decoration: none;
	color: #fafafa;
	}
	
a.navi_hori_a:hover {
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 13pt;
	text-decoration: none;
	color: #ef8c3a;
	}
	
	/* --- Navigation Vertikal --- */			

a.navi_vert_a:link, a.navi_vert_a:active, a.navi_vert_a:visited {
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-decoration: none;
	color: #fafafa;
	}
	
a.navi_vert_a:hover {
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-decoration: none;
	color: #ef8c3a;
	}	
	
	/* --- Seitenanfangs Link --- */	

a.begin:link, a.begin:active, a.begin:visited {
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	text-decoration: none;
	color: #1e1e1e;
	}
	
a.begin:hover {
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	text-decoration: none;
	color: #ef8c3a; 
	}
	
	/* --- Normale Links --- */
	
a:link, a:active {
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-decoration: underline;
	color: #3f5f9e;
	}
	
a:hover {
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-decoration: underline;
	color: #ef8c3a;
	}
	
a:visited {
	font-family: inherit;
	font-weight: normal;
	font-style: italic;
	font-size: 10pt;
	text-decoration: underline;
	color: #3f5f9e;
	}
	
	/* --- Tabellen --- */
	
table {
	border: 0px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
	
tr {
	margin: 0px;
	padding: 0px;
	}
	
td {
	margin: 0px;
	padding: 5px 0px 2px 0px;
	line-height: inherit;
	text-align: left;
	vertical-align: top;
	}
	
.border {
	margin: 0px;
	padding: 0px;
	}		
	
	/* --- Andere Formatierungen --- */
	
p {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
	
p.navi_sec {
	margin: 2px 0px 5px 0px;
	padding: 0px;
	}	
	
p.impressum {
	margin: 10px 0px 0px 40px;
	padding: 0px;
	}
	
.bold {
	font-weight: bold;
	}
	
.normal {
	font-size: 11pt;
	font-weight: normal;
	}

img {
	border: 0px;
	margin: 10px 0px 10px 10px;
	}
	
							