/* Copyright (c) 2011 Masterhomepage GmbH
*  
*  CSS Template
* 
*********************************************/
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: SyntaxLTStd-Roman; 
	font-weight: normal; 
	font-style: normal;
	font-size:13px;
	color: #1A171B;
	line-height:1.5;
	-webkit-text-size-adjust: none;
}

a:link, a:visited {
	color: #1A171B;
	text-decoration:none;
}
ul {
	margin: 0px 0px;
	padding: 0 0 0 12px;
	/*list-style-position: inside;*/
}
ol {
	margin: 10px 0px;
	padding: 0 0 0 20px;
	/*list-style-position: inside;*/
}
ul li, ol li, ol li ul li {
	padding: 0;
	margin: 0;
}
p {
	margin: 0px;
	padding: 0px;
}
strong {font-family: SyntaxLTStd-Bold;
	font-weight: normal;
	font-style: normal;}
a img {
	border: none;
}
td {vertical-align:top;}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
	padding:0px;
	font-weight:normal;
}
h1, h2 {
	font-size:20px;
	padding:0px;
	font-family: SyntaxLTStd-Bold;
	font-weight: normal;
	font-style: normal;
	color: #83122B;
	position:absolute;
    left:-237px;
	top:-50px;}
h3 {font-size:18px;
font-family: SyntaxLTStd-Bold;
	font-weight: normal;
	font-style: normal;
	color: #83122B;
	padding-top:10px; margin-bottom:0px;
}
h4 {
}
h5 {
}
h6 {
}
#all {background: url(../images/bg.png) repeat-x;}
/*********** Div Container**********/
#wrap {
	position:relative;
	width: 979px;
	margin:auto;
	/*border-left:1px solid #A3CEEB;
	border-right:1px solid #A3CEEB;*/
	overflow:auto;
	min-height:100%;
	overflow: hidden !important;
	height:100%;
	height:auto !important; 
	min-height:650px;
}
html, body {height:100%}
#logolink {
	position:absolute;
	display:block;
	width:353px;
    height:83px;
	left:55px;
	top:18px;
	z-index:99;
}
#menu {top:226px; left:72px; position:absolute; z-index:99;}
#content {
	position:absolute; 
	width:453px;
	right:0px;
	top:257px;
}

p {border-bottom:1px solid #89C1E5;}
.rightdiv {position:absolute; right:80px; top:0px; text-align:right;}
.rightdiv br {display:block; margin-bottom:1px;}
#footer {position:relative; width: 979px;
	margin:auto;}

@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) and (stroke-color:transparent) { .rightdiv { top:1px; line-height:1.6; } } }

/**** Bootstrap Override *************/
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}
.page-header {
    border-bottom: 0px solid #eee;
    margin: 0px;
    padding-bottom: 0px;
}

/* cookie hint override
-------------------------------------------------------------------------------*/
#redim-cookiehint .cookiebuttons .btn, #redim-cookiehint .cookiebuttons .btn:hover {background-image:linear-gradient(#83122B, #83122B); border:none; background-color:#83122B;}