* { margin: 0; padding: 0;}

body {
	background: #fff;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 15px 0;	
}

a, a:visited {	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}

a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 3px solid #ffd350;
}

h2, h3 {
	font-family: 'Verdana', Arial, Sans-serif;
	font-weight: bold; 	
	color: #333;		
}

h1 {
	font-size: 160%;	
	font-weight: normal;
	background: url(../images/header_01_bg.jpg) left bottom no-repeat;	
}

h2 {
	font-size: 130%;
	text-transform: uppercase;	
}

h3 {
	font-size: 130%;	
}

h4 {
	font-size: 130%;	
	font-weight: bold;
	/*background: url(../images/header_01_bg.jpg) left bottom no-repeat;*/
	padding: 35px 10px 15px 10px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

img {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
	margin-right: 10px;
}

img.umrandung {
	background: #ffffff;
	border: none;	
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}

img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
	text-align: center;
   	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Verdana', 'Arial', monospace ;
  	background: #e2e8c0;
}

code2 {
  	margin: 5px 0;
  	padding: 10px;
	/*text-align: center;
   	display: block;*/ 
  	overflow: auto; 
  	font: 1em/1.5em 'Verdana', 'Arial' ;
  	background: #e2e8c0;
}


.info {
  	margin: 5px 10px;
  	padding: 10px;
   	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Verdana', 'Arial', monospace ;
	font-weight: normal;
  	background: #edf2d4;
  border: 1px dashed #84d48f;
}

.datum {
	font-weight: bold;
  	color: #819a04;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #84d48f;
}

blockquote {
	font: 1.1em/1.5em 'Verdana', Arial, Sans-serif;
	margin: 10px;
 	padding: 0 0 0 25px;  
    background: #f5efd2;
	color: #444;
}

table {
	border-collapse: collapse;
	margin: 5px 0px 5px 2px;	
}

tbody.fortbildung {
	width: 98%;
}

th strong {
	color: #fff;
}

th {
	background: #e2e8c0;
	height: 29px;
	padding-left: 10px;
	padding-right: 10px;	
	text-align: left;
	/*border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;*/
	color: #333;
}

tr {
	height: 30px;
}

td {
	padding-left: 5px;
	padding-right: 5px;
	/*border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
}

td.first,th.first {
	border-left: 0px;
}

tr.row-a {
	background: #e1ecf7;
}

tr.row-b {
	background: #ffffff;		
}


label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	border: 1px solid #899e1f;
}

#wrap * {
}

#content-wrap {
	float: left;
	width: 910px;
	display: inline;
	padding: 0; 	
}

#header {
	position: relative;
	height: 5px;
	width:910px;	
	padding: 0;	
	color: #fff;	
}

#header-logo {
	position: relative;
	clear: both;
	margin: 0 auto 0 auto;
	height: 127px;
	width: 910px;
	background: #fff url(../images/logo_igkmed_berlin2.jpg) no-repeat center center;
}

.drei-columnen #main {
	margin: 15px 190px 0 200px;
	width: 500px;
}

.drei-columnen {
	background: url(../images/hg_navi.jpg) repeat-y;
}

.zwei-columnen #main {
	margin: 10px 5px 0 0px;
	width: 700px;
}

#main h2 {
	margin: 10px 10px 0 10px;
	font: normal 1.2em Verdana, "Arial", serif;
	color: #444;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
	font-weight: bold; 	
}

#main ul.themen {
	text-decoration: underline;
	font: bold 1.2em Verdana, "Arial", serif;
	list-style: none;
}


#nav {
	clear: both;	
	padding: 0;			
}

#nav ul {
	float: left;
	list-style: none;
	background: #E4E4E4 url(../images/nav.jpg) repeat-x;	
	width: 910px;		
	padding: 0;	
	margin: 0;
	height: 35px;
	display: inline;
	text-transform: uppercase;
}

#nav ul li {
	display: inline;
	margin: 0; 
	padding: 0;
}

#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 10px;	
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;	
	border-bottom: none;
	color: #e1f3e3;
	font: bold 13px/35px "Verdana", "Arial", Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}

#nav ul li.last a {
	border-right: none;
}

#nav ul li a:hover, 
#nav ul li a:active {
	text-decoration: none;	
}

#nav ul li#current a {	
	background: url(../images/nav-current.jpg) repeat-x;
	color: #000;
}



/********************************** sidemenu     *************** */
#sidebar {
	float: left;
	width: 185px;	
	padding-left: 10px;
	margin-top: 10px;
}	

ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; 
	padding: 0;			
	text-decoration: none;	
}

ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;		
	border-top: 1px solid #E5E5E5;
}

* html body ul.sidemenu li {
	height: 1%;
}

ul.sidemenu li.current a{
	color: #3c7910;
	border: none;
	background-color:#e3ebde;
	display: block;
	width:100%;
}

ul.sidemenu li.current a:hover {	
	color: #000000;
	border: none;
	font-weight: normal;
}


/*******************   submenu *********************/

ul.submenu {
	text-align: left;
	margin: 7px 8px 8px 8px; 
	padding: 0;			
	text-decoration: none;	
}

ul.submenu li {
	list-style: none;
	padding: 8px 0 8px 0px;
	margin: 0 0px;		
}

* html body ul.submenu li {
	height: 1%;
}

ul.submenu li a {
	text-decoration: none;	
	color: #000000; 
	border: none;
}

ul.submenu li a:hover {	
	color: #3c7910;
	border-bottom: 1px solid #3c7910 ;
}

ul.submenu li.current a{
	color: #3c7910;
	border: none;
	background-color:#e3ebde;
	display: block;
	width:100%;
}

ul.submenu li.current a:hover {	
	color: #000000;
	border: none;
	font-weight: normal;
}


/*******************************************rechte seite */
#rechte-columne {
	float: right;
	width: 190px;
	margin-top: 10px;
}

#rechte-columne h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444; 		
}


#rechte-columne ul.links {
	text-align: left;
	margin: 7px 2px 8px 8px; 
	padding: 0;			
	/*border-top: 1px solid #E5E5E5;*/
	text-decoration: none;	
}

#rechte-columne ul.links li {
	list-style: none;
	padding: 4px 0 4px 2px;
	margin: 0 2px;		
	border-top: 1px solid #E5E5E5;
}

* html body ul.links li {
	height: 1%;
}

#rechte-columne ul.links li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;
	/*font-weight: bold;*/
}

#rechte-columne ul.links li a:hover {	
	color: #383d44;
	border: none;
}

#rechte-columne ul.links li.active a{	
	color: #ffc000;
	border: none;
	font-weight: normal;
}



#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 0;
	text-align: left;	
	/*background: url(footer-bottom.jpg) no-repeat center bottom;*/	
}

#footer-wrap a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#footer-wrap a:hover {
	color: #ffd350;	
}

#footer-wrap p {
	padding: 10px 0;
}

#footer {
	clear: both;
	color: #f5f5f5;	
	margin: 0 auto 0 auto; 
	width: 910px;
	padding: 5px 0;
	text-align: center;
	background: #000000;
	border-top: 1px solid #F2F2F2;	
}

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

.clear { clear: both; }

