@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


body {
	margin: 0px;
	background:#f3f3e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B9B9B9;
	padding:0px;
}


.header1{
	width:100%;
	height:345px;
	background-image:url(http://www.kinderradiologie-online.de/pediatric-radiology/images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.header2{
	width:100%;
	height:100%;

}

.headerText{
	width:808px;
	position:relative;
	left:200px;
	height:100%;
}

.anInteractive
{
 	font-family:"Arial";
	font-size:13px;
	color:#fff;
	font-weight:bold;
	position:relative;
	top:70px;
	left:10px;
	right:0px;
}

.newPediatric{
	font-size:15px;
	color:#652301;
	position:relative;
	top:130px;
	left:200px;


}

.bodyDiv{
	background-image:url(http://www.kinderradiologie-online.de/pediatric-radiology/images/bodyBg.gif);
	background-repeat:repeat-y;
	background-position:center;
	padding:10px;

}

.radiolopolis{
	font-family:"Century Gothic";
	font-size:15px;
	color:#4f230b;
	text-align:center;
}

.greenTable{
	background-color:#c5d05b;
	border-color:#000;
	text-align:center;
	font-family:"Century Gothic";
	font-size:15px;
	color:#000;
}
.greenTable2{
	background-color:#E2E87B;
	border-color:#000;
	text-align:center;
	font-family:"Century Gothic";
	font-size:13px;
	color:#000;
}

.content{
	color:#1b2204;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding:15px;
}


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