/* reset margin/padding/border for all elements */

/* corporate color:

006699 tiefblau
6a98d1 hellblau

*/


* { margin: 0; padding: 0; border: none; }

body {
	font: 80% Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	text-align: center;
	background: #fff url(../images/bg.jpg) 0px 0px;
	
	}
/* interface envelope */
#page {
	position: relative;
	width: 980px;
	margin: 5px auto;
	text-align: left;
}

#envelope h1{
	margin-left:220px;
}



#envelope .hochkant {
	width:200px !important;
	float:left;
	margin-top:30px;
	margin-left:20px;
	
}	

#envelope .hochkant img {
	width:180px;
	border:1px #6a98d1 solid ;
	
}	

#envelope .hochkant p{
	font-size:11px;
	line-height:14px;
	margin-top:5px;
}


#envelope .quadrat{
	position:absolute;
	top:0;
	
}

#envelope .quadrat img{
	width:378px;
	
}
	
/* default styles */
p {	font-size: 1em; line-height: 25px; margin: 0 0 20px 0; }

ul { list-style: none; line-height: 25px; }
	ul li { font-size: 1em; }
		ul li ul li { font-size: 1em; }
		

	
a, a:visited { color: #006699; text-decoration: none; }
	a:hover, a:active { color: #6a98d1; }
	a:focus { outline: 0; }
	
input, select, textarea {
	font-size: 1em;
	border: 1px solid #ccc;
	}


	
h2 img{
	border:0 solid red;
	padding:0 !important;
	margin:0 !important;
}	
	
/* printlogo aus */
#printLogo { display: none; }


div#logoBar {
	position: absolute;
	top: 30px;
	left:152px;
	width: 853px;
	height: 205px;
	background: url(../images/navi_bg.png) 0px 0px no-repeat;
	z-index:200;
	border:0 solid red;
}
	

div#greenStrip {
	position: absolute;
	top: 35px;
	left: -8px;
	z-index: 2;
	width: 10px;
	height: 142px;
	background: url(../images/bg-green-strip.gif) 0px 0px repeat-y;
	}



	
a#logo {
	position: absolute;
	top: 2px;
	left: 22px;
	z-index: 2;
	display: block;
	width:790px;
	height: 163px;
	background: url(../images/logo_gross.png) 0px 0px no-repeat;
}

a#logo span { display: none; }

#titel{
	position: absolute;
	top: 46px;
	left: 532px;
	z-index:1000;
	border-left: 1px solid #006699;
	line-height:16px;
}

#titel a{
	margin-left:10px;
	display:block;
	padding-top:1px;
	font-size:14px;
	font-weight:bold;
}

/********** main photo styles **********/

#mainPhoto{
	top: 0px;
	left: 0px;
	width: 980px;
	height: 300px;
	z-index: 1;
	background-color:#ffffff;
	overflow: hidden;
}

#mainPhoto img{
	
	width:980px;
	height:auto;
}
	
body#gattung div#page { 
	background: url(../../images/main_implantate.jpg) 0px 0px no-repeat;
	padding-top:300px;
}


body#gattung_team div#page { 
	background: url(../../images/praxisschild_bearbeitet.jpg) 0px 0px no-repeat;
	padding-top:300px;
}

/********** content placement **********/
#contentArea {
	
	
	z-index: 200;

	height:100%;
	clear:both;
	background: url(../images/content.png);
	padding-bottom:10px;
	}
	
#contentArea h1{
	padding-top:25px;
	padding-bottom:15px;
}	
	
	
#contentArea .text{
	padding-top:30px;
	width:500px;
	float:left;
	
}	

#contentArea li{
	list-style:square;
	margin-left:20px;
}


#contentArea ul{
	margin-bottom:20px;
}
	
#content {
	
	top: 39px;
	left: 70px;
	z-index: 10;
	width: 456px;
	height: 323px;
	overflow: hidden;
	}

/* team */
.ma {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	height:200px;
	width:462px !important;
	background-color:#ffffff;

	
}


.ma img{
	width:150px;

	
}



.ma .bild{
	float:left;
	width:200px;
}

.ma .bild img{
	border:1px solid #6a98d1;
}


.ma .text{
	float:left;
	width:200px !important;
	
}


.ma .text a{
	display:block;
}


.ma .text img{
	width:auto;
}

.zeile{
	margin-top:20px;
}

/********** footer styles **********/


#footer {
	background-color:#006699;
	width: 940px;
	height:200px;
	padding:20px;
	padding-top:10px;
	
	color: #6a98d1;
	display:block;
	
	
	background-image:url('../images/footer_bg.png');
	
}

#footer a{
	color: #6a98d1;
}

#footer p{
	margin-bottom:10px;
	line-height: 16px !important;
	color: #cecece;
}


#footer ul{
	margin: auto;
	line-height: 16px !important;
}

#footer ul:hover{
	color: red;
}


#footer ul li{
	float:left;
	width:185px;
}

#footer ul li a{
	display:block;
	margin-bottom:10px;
}

#footer ul li li{
	margin-bottom:0 !important;
	float:none;
}

#footer ul li li a{
	margin-bottom:0 !important;
}

#footer ul a:hover{
		background-image:url('../../struktur/images/spacer.gif');	/* ohne das gehts im IE nicht */
		color:#ffffff;
		display:block;
}

#footer div{
	float:left;
	width:200px;
} 

#footer .rechts{
	float:left;
	width:100px !important;
	
} 
#copyright{
	margin-top:10px;
	color: #666666;
	text-align:center;
	font-size: 11px;
	width:980px;
}


/* corporate color:

006699 tiefblau
6a98d1 hellblau

*/


#oeffnungszeiten{
	display:none;
}

#footer_oeffnungszeiten{
	
}


div#navigation {
	position: absolute;	
	bottom: 0;
	left: 0;

	z-index: 2;
	
	background: url(../images/navi_bg.png) 0px 0px no-repeat;
	top: 110px;
	margin-left:262px;

	background:none;
	/*background: url(../images/content.png);*/
}
	

#navigation ul{
	/*background-image:url("../images/background_navigation.png");*/
	
	
	z-index:2 !important;
	width:500px;
	height:30px;
	padding-top:5px;
	position: absolute;
	line-height:16px;
	
}


#navigation ul ul{
	
	width:auto; 
	
	
}

#navigation ul a{
	font-weight:bold;
	display:block;
}





#navigation ul li{
	float:left;
	list-style-type:none;
	padding-left:37px;
	
}

#navigation ul ul{

}

#navigation ul ul a{
	color:#006699;

	display:block;

	font-weight:normal;
	/*border:1px solid red;*/
	
}

#navigation ul ul li{
	border:0;
	float:none;
	padding:0 !important;
	border-bottom:0 solid #6a98d1;
	
	
}


#navigation ul ul a:hover{
		background-image:url('../../strukturx/images/spacer.gif');	/* ohne das gehts im IE nicht */
		color:#6a98d1;
		display:block;
}


/* Table Navigation */
/* Table Navigation */
#navigation .lo{
 	background-image:url('../../struktur/images/td_r2_c2.png');
 	width:8px;
 	height:8px;
}

#navigation .o{
	background-image:url('../../struktur/images/td_r2_c3.png');
}

#navigation .ro{
	background-image:url('../../struktur/images/td_r2_c4.png');
	width:15px;
}

#navigation .l{
	background-image:url('../../struktur/images/td_r3_c2.png') ;
}

#navigation .c{
	background-image:url('../../struktur/images/td_r3_c3.png');
	padding:5px;
}

#navigation .r{
	background-image:url('../../struktur/images/td_r3_c4.png') ;
}

#navigation .lu{
	background-image:url('../../struktur/images/td_r4_c2.png');
	height:27px;
}

#navigation .u{
	background-image:url('../../struktur/images/td_r4_c3.png') ;
}

#navigation .ru{
	background-image:url('../../struktur/images/td_r4_c4.png') ;	
}

#navigation table{
	border-collapse:collapse;
}

table{
	border-collapse:collapse;
}

/* ----- footer ------*/


#footer table{
	font-size:12px;
}


h1, h2 {
	color:#ffffff;
}

.menue {
	border:0 solid red;
}

.menue a{
	display:block;
}


/* ---------*/
#kontakt fieldset {
border: none;
font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
font-size: 12px;
}
#kontakt select {
border: none;
font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
font-size: 14px;
margin-top:10px;
border: 1px solid #ccc;
}
#kontakt label {
margin: 3px 0 0 0;
padding: 5px 3px;
display: block;
float: left;
width: 150px;
}

#kontakt input {
margin: 5px 0 0 0;
padding: 5px 3px;
width: 435px;
}
#kontakt textarea {
margin: 5px 0 0 0;
padding: 10px 10px 5px 5px;
width: 425px;
font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
font-size: 14px;
}
#kontakt input#submit {
display:block;
padding: 4p 5px 0x 5px;
margin: 15px 0 0 156px;
width: 200px;
border: 1px solid #0f1f7a;
}

.fehler{
	color:red;
}

/* ---------*/


