/*
   Style Definition Logica
*/

* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
	line-height: 120%;
}

.Bestnr
	{
		font-weight:bold;
	}

body, html
{
	height:101%;
}

body {
	background-color:#ffffff;
	text-align:center;
	font-family: Arial;
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal;
	color: #191970;	
	position: relative;
}

img{
	border:none;
}

div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksb�ndig ausgerichtet sind */
}

td
{
	font-family: Arial;
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal;
	color: #191970;	
}

a {
	text-decoration: none;
	color: #cc0000;
}

a:hover {
	text-decoration: underline;
	color: #740d08;
}

#wrapper 
{
	position: relative; 
	margin: 0 auto;
	width: 1000px;
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	background-color:#DCE5ED;
}

#header
{
	height: 96px;
	background-color: #0F3388;
}

#header_left {
	float: left;
	min-width: 520px;
	width: 520px;
	height:69px;
	margin-top:13px;
	margin-left:24px;
}

#header_center {
	margin: 0 180px;
	text-align: right;
}

#header_right {
	width:205px;
	float: right;
	text-align: left;
	margin-top:40px;
}

#kontakt_infos {
	padding-top: 35px;
	text-align: left;
	color: #161AAD;
}

#menu
{
	background-color:#ffffff;
	clear:both;
}

/*#menu_balken
{
	background-color:#cc0000;
	height:20px;
	padding-left:114px;
}

#menu_balken span
{
	padding-top:3px;
	display:table-cell; 
    height:22px;
    vertical-align:middle;
}

#menu_balken a 
{
	color:#ffffff;
	background-color:#cc0000;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}

#menu_balken a:hover
{
	color:#ffffff;
	text-decoration:underline;
}*/

.menu_balken
{
	background-color:#cc0000;
	height:20px;
	padding-left:114px;
}

.menu_balken span
{
	padding-top:3px;
	display:table-cell; 
    height:22px;
    vertical-align:middle;
}

.menu_balken a 
{
	color:#ffffff;
	background-color:#cc0000;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}

.menu_balken a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

#content
{
	background-color:#DCE5ED;
	width:1000px;	
}

#content_col
{
	width:885px;
	margin-top:25px;
	margin-left:115px;
	/*padding:24px;*/
}

.kartenprogramm td
{
	width:190px;
	height:100px;
	text-align:center;
	vertical-align:middle;
}

.kartenprogramm a
{
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}

.kartenprogramm a:hover
{
	text-decoration:none;
}

.contentheading {
	/*font-size: 16px;*/
	font-size:17pt;
	/*font-weight: bold;*/
	padding-bottom: 15px;
}

.content2{
	font-size:12pt;
}

.MaxTable
{
	/*width: 952px;*/
	width:100%;
}

.MaxTable td
{
	vertical-align:top;	
	padding-bottom:20px;
}

.hr{
	background-image:url("images/pixel.png");
	background-repeat:repeat-x;
	margin-bottom:5px;
}

.vr{
	background-image:url("images/pixel.png");
	background-repeat:repeat-y;
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
