body {
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	background: White url(bilder/bg.gif) no-repeat;
	text-align: center;
	margin: 0 auto;
	}
	
td {
	font-size: 0.9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: Black;
	background-color: White;
	margin-top: 20px;
	margin-bottom: 20px;
	}

h1 {
		font-family : "Georgia", "Times New Roman", Times, serif;
		font-size: 1.5em;
		color: #FF330F;
		background-color: White;
}

h2 {
	font-family : "Georgia", "Times New Roman", Times, serif;
		font-size: 1.2em;
		color: #8B4513;
		background-color: White;
}

h3 {
	font-family : "Georgia", "Times New Roman", Times, serif;
		font-size: 1.1em;
		color: #4F2F40;
		background-color: White;
}

h4 {
		font-family : "Georgia", "Times New Roman", Times, serif;
		font-size: 1em;
		color: #FF330F;
		background-color: White;
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 0.9em;
}

li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 0.9em;
}

b {
	color: #4F2F40;
	background-color: White;
	font-weight: 300;	
}

input {
	background-color: #FAF9F5;
	font-family: monospace;
	BORDER-LEFT: white thin solid;
	BORDER-RIGHT: white thin solid;
	BORDER-TOP: white thin solid;
	BORDER-BOTTOM: #4F2F40 1px solid;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
}

textarea {
	background-color: #FAF9F5;
	font-family: monospace;
	BORDER-LEFT: white thin solid;
	BORDER-RIGHT: white thin solid;
	BORDER-TOP: white thin solid;
	BORDER-BOTTOM: #4F2F40 1px solid;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
}

.jahr {  
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 0.9em; 
	font-weight: bold;
	color: Black;
	background-color: #FAF9F5
	}
img {
	border:0px;
	}

a:active {
		color: #BB0000;
		text-decoration: none;
		}
a:link {
		 color: #BB0000;
		text-decoration: none;
}		
a:visited {
		color: #FA8072;
		text-decoration: none;
}		
a:hover {
		color: #BB0000;
		text-decoration: underline;
}

/*Positionsformate*/
#main {
	width: 790px; 
	margin: 0 auto; 
	text-align:center; 
	}

#top {
	height: 140px;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	background:  url("bilder/radiologie-muenchen-harlaching.gif") top center no-repeat;
	}
	
#leftBox {
/*	margin-left: 20px;*/
	width: 200px;float:left;
	padding: 10px 0px 20px 0px;	
	text-align: left;
	}
#leftBox img {
	margin-top: 20px;
	cursor : pointer;
}

#content {
	margin-left: 200px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	}
	
#content img {
	margin-left: 10px;
	margin-bottom: 10px;
	float:right;
	cursor : pointer;
}

#content h2 img {
	margin-right: 10px;
	margin-bottom: 10px;
	float: none;
}

.contentbild {
	cursor : pointer;
	width: 190px;	
	text-align: right;
	margin-bottom: 200px;
	float:right;
	font-size: 0.8em;
}

#footer {
	margin-left: 200px;
	padding-top: 10px;
	text-align: left;
	font-size: 0.7em;
	color: #4F2F40;
	background-color: White;
	clear: both;
	}
#footer a:link {
	color: #BB0000;
	background-color: White;
	text-decoration: none;
	}
#footer a:hover {
	background-color: White;
	color: #BB0000;
	text-decoration: underline;
	}	
/*Menuformate*/
.menu{
		width: 170px;
		border-top: 1px solid #D3D3D3;
		border-left: 1px solid #D3D3D3;
		font-family : "Georgia", "Times New Roman", Times, serif;
		text-align: left;
		background-color : #FAF9F5;
		color: #4F2F40;
		}
/* Der simplified box model bug hack fr den IE 5:
http://www.communitymx.com/content/article.cfm?cid=E0989953B6F20B41 */
* html .menu {
	width: 150px; 
	w\idth: 170px;
}

.mainmenu {		
		font-size : 17px;
		font-style : normal;
		color: #BB0000;
		background-color : #FAF9F5;
		width: 160px;
		margin: 0;
		border-right: 1px solid #D3D3D3;
		border-bottom: 1px solid #D3D3D3;
		padding: 5px 0px 5px 10px;	
		display: block;
		}	
a.mainmenu {
		text-decoration: none;
}
a.mainmenu:hover {
		color: #EC2F16;
		background-color : #F5F1F0;
		text-decoration: none;
}
a.mainmenu:active {
		color: #EC2F16;
		background-color : #F5F1F0;
		text-decoration: none;
}

.submenu {
		display:block;
		width: 160px;
		border-right: 1px solid #D3D3D3;
		border-bottom: 1px solid #D3D3D3;
		padding: 5px 0px 5px 10px;	
		font-size : 14px;
		font-style : normal;
	}

a.submenu {
		text-decoration: none;
}
a.submenu:hover {
		color: #EC2F16;
		background-color : #F5F1F0;
		text-decoration: none;
}
a.submenu:active {
		color: #EC2F16;
		background-color : #F5F1F0;
		text-decoration: none;
}