﻿/*Schriftstyles*/

p {
	font-family: Verdana;
	font-size:12px;
	color: #000000;
	margin-top:0px
}

h1 {
	font-family: Verdana;
	font-size: 14px;
	color: #37467B;
	margin-bottom:25px;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
	color: #37467B;
	margin-bottom:15px;
	margin-top:5px;
}

a:link{
	color:#37467B;
	text-decoration:none
}

a:hover{
	color:red;
	text-decoration:none
}

a:visited{
	color:#37467B;
	text-decoration:none
}

.img{
	border-style:none;
	vertical-align:middle;
}

.pic{
	float:right;
	margin-left:25px;
}


.navi{
	margin-left:50px;
	margin-bottom:1px;
	border-width:0px;
}

.small{
	font-size:x-small;
	text-align:right
}

.startboxen{
	border:3px #EFEFF7 solid;
	border-bottom-style:none;
	padding:15px;
	margin-bottom:0;
	background-color:white;
}


body{
	scrollbar-base-color:#E2E4EF;
   	scrollbar-track-color:#F0F1F7;
   	scrollbar-face-color:#FFFFFF;
   	scrollbar-highlight-color:#E2E4EF;
  	scrollbar-3d-light-color:#E2E4EF;
   	scrollbar-dark-shadow-color:#E2E4EF;
   	scrollbar-shadow-color:#E2E4EF;
   	scrollbar-arrow-color:#3C448A;
}


/*Layout*/

html, body{
	margin:0 0 0 0 ;
	padding:0 0 0 10px;
	height:100%;
	text-align:center;
}

#container{
	width:792px;
	height:100%; 
	text-align:left;
	margin:4px auto 0 auto ;
	bottom:0;
	position:relative;
}

#navi{
	width:212px;
	min-height:100%;	
	float:left;
	background-repeat:no-repeat;
	clear:both;
	background-image:url('kieferorthopaedische-behandlung/images/navi-erwachsene-umschalter.gif');
}

#head{
	width:580px;
	height:134px;
	float:left;	
}

#content{
	width:430px;
	min-height:100%;
	max-height:auto;
	bottom:0;
	margin:0;
	padding:25px;
	border:4px #EFEFF7 solid;
	background-color:white;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url('kieferorthopaedische-behandlung/images/bg/inhalt_lingualtechnik_startseite.jpg');
}

#content_rahmen{
	width:580px;
	min-height:100%;
	margin:0;
	padding-bottom:17px;
	float:right;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-image:url('kieferorthopaedische-behandlung/images/bg/inhalt.jpg');	
}

#mobinav {
	display:none;
}


