body
{
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #E0EEFF;
	background-image: url(/img/bgr_s1.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
}

img
{
	border: 0px;
}

a
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.aktpage 
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00699D;
	text-decoration: none;
}


a.small
{
	font-size: 12px;
	font-weight: normal;
}

a img
{
	border: 0px;
	outline:0; 
	-moz-outline:0;
}

td 
{
	font-size:13px;
	border:none;
}

h1
{
	display:inline;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px #FFFFFF;
}


/*****************************************************
 * Formular-Tooltip
 *****************************************************/
.tooltip
{
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:400px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

/***********************
 * Overlay Defaults
 ***********************/
.overlay 
{
	width:640px;
	display:none;
	background-image:url(/img/overlay/white.png);
	padding:35px;
	font-size:13px;
	text-align:left;
}

.overlay .close 
{
	background-image:url(/img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.overlay_dark 
{
	background-image:url(/img/overlay/transparent.png);
	color:#efefef;
	height:460px;
}

/***********************
 * Bewertung Overlay
 ***********************/
.rating_overlay
{
	width:300px;
}

div.ratingOverlay
{
	height:200px;
	overflow:hidden;
}

#rating_iframe
{
	border:none;
	overflow:auto;
}


