html,body
{
 font-family: "Inter", sans-serif;
 font-size:13px;
 background-color:#ffffff;
 margin:0 auto;
 height:100%;
 text-align:left;
 width:992px;
}

#logo {
	margin-left: 30px;
}
.small_text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:13px;	
}

a:link     { color:#00aaeb; text-decoration: none; cursor: pointer;}
a:active   { color:#00aaeb; text-decoration: none; cursor: pointer;}
a:visited  { color:#00aaeb; text-decoration: none; cursor: pointer;}
a:hover    { color:#00aaeb; text-decoration: none; cursor: pointer;}

p { height:15px;}

img
{
	margin:0px;
	vertical-align: middle;"
}

#header {
	width:992px;
	height:100px;
	z-index:2;
	position: relative;
	left: -15px;
}

h1 {
	margin: 0px;
}

.content_head
{
	width:992px;
	background-image:url(img/border_top.png);
	background-repeat:no-repeat;
	height:25px;
}

.content
{
	width:992px;
	min-height:500px;
	background-image:url(img/border_middle.png);
	background-repeat:x;
	padding-bottom:9px;		
}

.content_outer
{
	padding:9px;
}

.content_outer_head
{
height:40px; 
padding-left:9px;	
}

.content_outer_body
{
width:960px;
padding-left:9px;
padding-bottom:10px;
}

.content_inner_head
{
	background-color:#e1e6f0;
	line-height:30px;
	margin-left:9px;
	padding-left:9px;	
	margin-right:9px;
	font-weight:bold;
}
.content_inner_body 
{

	margin: 10px;
	padding: 10px;
}

.content_duration
{
	margin-right:18px;
	font-weight:bold;
	float:right;
}

.footer
{
	width:992px;
	background-image:url('img/border_bottom.png');
	background-repeat:no-repeat;
	background-color:#d2d1d1;
	height:25px;
}

.headline
{
	color: #323c46;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	text-align:center;
	position: relative;
	top: 2px;
}


.tab {
	background-color:#e1e6f0;
	color:#323c46;
	border-left:2px solid #bababa;
	border-top:2px solid #bababa;	
	border-right:2px solid #bababa;
	border-bottom: 1px solid #58afcf;						
	border-top-left-radius:16px; 
	border-top-right-radius:16px; 
	width:188px;
	float:left;
	text-align:center;
	cursor:pointer;	
	line-height:22px;	
}

.tab:hover, .tab-active {
	background-color:#fdfdfd;
	color:#00aaeb;
	cursor:pointer;
	border-left:2px solid #bababa;
	border-top:2px solid #bababa;	
	border-right:2px solid #bababa;
	border-bottom: 1px solid #58afcf;						
	border-top-left-radius:16px; 
	border-top-right-radius:16px; 
	width:188px;
	float:left;
	text-align:center;
	cursor:pointer;	
	font-weight:bold;
	line-height:22px;		
}

.tab_headline {
	color: #00aaeb;
	font-weight: bold;
	font-size:14px;	
}

.maintenance {
	border-bottom: 1px solid #00aaeb;
	border-top: 1px solid #00aaeb;		
	margin-left:9px;
	margin-right:9px;
	margin-top:15px;
	width:974px;
	border-collapse: collapse;
}

.maintenence_subject {
	font-weight:bold;
	padding-left:9px;
	height:27px;
	width:170px;
}

.maintenence_content {
	padding-left:9px;
	height:27px;
}

table.maintenance tbody tr:nth-child(odd) { background: #f5f5fa; }
table.maintenances tbody tr:nth-child(even) { background: #FFFFFF; }

#cookiehinweis {
    width: 953px;
	margin-bottom: 10px;
	margin-left: 14px;
	padding: 12px;
	font-family: 'Open Sans', Arial, "Helvetica LT Std";	
	color:#645e5d;
	z-index: 100;
	display:none;
	z-index: 100;
	position:relative;
	background-color: #f5f5fa;
	border-radius: 0px 0px 6px 6px;
}
#cookiehinweis_text {	
	font-size: 11px !important;
	line-height:16px !important;
}
#cookiehinweis_ok {	
	float: right;
	font-size: 11px !important;
	border: 1px solid #645e5d;
	border-radius: 3px;
	padding:3px 20px;
	margin-left: 30px;
	cursor:pointer;
	line-height:16px !important;
}





