/* CSS Document
   Template Title: ThomasCSS
   Author: Phipz mit Hilfe vom Schaf
   URL: http://www.foehrerinternisten.de */

/* Main Body */

body {
	background: #f3f3f3;
	font-family: arial;
	font-size: 12px;
	}
	
#container {
	width: 750px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 auto;
	}
 	
#header {
	width: 740px;
	position:relative; 
	margin: 0 auto;
	text-align: center;
	}

#linie {
	width: 690px;
	height: 50px;
	color: #ffffff;
	position:absolute; 
	top: 137px;
	left: 20px;
	margin: 0 auto;
    background-image: url(img/linie.gif);
    background-repeat: x;
	}

#navi {
	width: 650px;
	position:absolute; 
	top: 165px;
	border: 0px solid #fff;
	margin: 0 auto;
	text-align: center;
	}


#navi b a {
         color:#fff;
         /* background:#013366; */
         background:#316396;
}

#navi a {
         height:50px;
         border: 1px solid #000;
         text-decoration: none;

         color:#000;
         background:#fff;

         padding:5px 10px 5px 10px;
         margin:0 0 0 3px;
         line-height:32px;

         /* opacity: 0.8;filter:alpha(opacity=80);zoom:1; */

         -webkit-border-top-left-radius:5px;
         -webkit-border-top-right-radius:5px;
         -webkit-border-bottom-left-radius:5px;
         -webkit-border-bottom-right-radius:5px;

         -khtml-border-radius-topleft:5px;
         -khtml-border-radius-topright:5px;
         -khtml-border-radius-bottomleft:5px;
         -khtml-border-radius-bottomright:5px;

         -moz-border-radius-topleft:5px;
         -moz-border-radius-topright:5px;
         -moz-border-radius-bottomleft:5px;
         -moz-border-radius-bottomright:5px;
}

#navi a:hover {text-decoration:none; color:#fff; background:#013366;}

#navi b a:hover {text-decoration:none; color:#fff; background:#316396;}

#navi ul {
	margin-top:0;
	}

#navi ul li {
	float:left;
	list-style-type:none;
	}

#footer {
	width: 700px;
	text-align: center;
	font-size: 10px;
	}
	
h2 {
	font-family: arial;
	font-size: 22px;
	}

h3 {
	font-family: arial;
	font-size: 14px;
	}

#insel {
	width: 100px;
	border: 0px solid #f00;
	margin: 0 auto;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
	float: left; 
	}
	
#titel {
	width: 450px;
	color: #013366;
	border: 0px solid #0f0;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	float: left; 
	}
	
#klinikbild {
	width: 160px;
	border: 0px solid #00f;
	margin: 0 auto;
	float: left; 
	}
	

	/* Main Content */
#content {
	width: 750px;
	position:relative; 
	margin: 0 auto;
	text-align: center;	
	}
	
#content a:link {
	color: #013366;
	font-weight: bold;
	text-decoration: none;
}
#content a:visited {
	color: #013366;
	text-decoration: none;
}
#content a:hover {
	color: #013366;
	text-decoration: underline;
}
#content a:active {
	color: #013366;
	text-decoration: none;
}

#content2 {
	width: 950px;
	position:relative; 
	margin: 0 auto;
	text-align: center;	
	}

#seitenbild {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	margin-left: 20px;
	margin-top: 60px;
	text-align: center;
	float: left;
	display: inline
	}
	
#text {
	width: 460px;
	margin: 0 auto;
	margin-left: 20px;
	margin-top: 50px;
	text-align: left;
	float: left;
	display: inline
	}

