/*Allgemein*/
body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active,a:visited,a:link{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover{
	color: #777777;
}
img{
   border: none;
   vertical-align: middle;
}
td{
   text-align: left;
}
/*Fürs CMS*/
h1 {
   display: inline;
   font-size: 20px;
   font-style: bold;
}
h2 {
   display: inline;
   font-size: 16px;
   font-weight: normal;
}

/*Naivgationsleiste*/
table.linkcontainer td{
}
a.main_link:active,a.main_link:visited,a.main_link:link{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
   background-image: url(/img/design/bg_nav.png);
}
a.main_link:hover{
   background-image: url(/img/design/bg_nav_h.png);
	color: #FFFFFF;
}
a.main_link_active:active,a.main_link_active:visited,a.main_link_active:link{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
   background-image: url(/img/design/bg_nav_a.png);
	color: #FFFFFF;
	line-height: 50px;
}
a.main_link_active:hover{
   background-image: url(/img/design/bg_nav_h.png);
	color: #FFFFFF;

}div.navigation{
    height: 50px;
    vertical-align: middle;
    text-align: center;
}
/*Logos*/
img.logo{
    height: 125px;
}
/*Haupt-Design*/
td.middle_spacer {
	width: 950px;
	background-color: #666666;
}
td.shadow_right {
	background-image: url(/img/design/border_shadow_r.png);
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url(/img/design/border_shadow_l.png);
	background-repeat: repeat-y;
	background-position: right;
}
td.body_content {
	padding: 10px;
	background-image: url(/img/design/bg_content.jpg);
	background-repeat: repeat;
	vertical-align: top;
}
td.below_header{
	background-color: #1F1F1F;
	height: 50px;
	color: #CCCCCC;
	padding: 5px;
}
td.main_content_box {
	background-color: #FFFFFF;
}
td.horizontal_column {
	background-color: #000000;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 150px;
	display: table-cell;
	vertical-align: top;
}
td.bottom_link_container {
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
}

td.horizontal_center {
	background-color: #000000;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	height: 150px;
	display: table-cell;
	vertical-align: top;
	background-image: url(/img/design/header_bg_neu.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
td.header_column {
	height: 100px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 15px;
	background-color: #003964;
	background-image: url(/img/design/header2_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
td.left_content {
	width: 250px;
	padding: 5px;
	vertical-align: top;
	background-image: url(/img/design/bg_content.jpg);
	background-repeat: repeat;
}
/*Bottom*/
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #CCCCCC;
}
div.bottom_content{
    margin-left: 260px;
    color: #FFFFFF;
    padding: 5px;
}

