/* Stylesheet-Datei für allgemeine Styles
09-06-09 SW, schalk & friends gmbh */


/* Reset - Browser Default Styles deaktivieren
-------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

address, cite, code, dfn,  var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	vertical-align: top;
}b

fieldset,img {
	border: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

a {
	outline: none;
}


.hinweisSurfEdit {
	float: left; 
	border:2px solid #009DDA; 
	margin-bottom: 10px; 
	padding: 20px 20px 10px 20px;
	text-align: center;
}

/* Allgemeine Styles */

a {
	color: #002c5a;
	text-decoration: none;	
	padding: 2px 0px;
}

a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #002c5a;
}

#innerInnerContent .bold,
.bold {
	font-weight: bold;
}

#innerInnerContent .red,
.red { 
	color: #EE0000;
}

#innerInnerContent a.img  {
	padding: 0;
	text-decoration: none;
}

#innerInnerContent a.img:hover {
	background: none;
}

#innerInnerContent a.img img {
	margin-bottom: 0px;
	display: block;
}



.print {  /* Nur in der Druckversion sichtbar */
	display: none;
}

.invisible,
.skip-links { /* Links zur Verbesserung der Accessibility */
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.clearfix:after { /* automatisches Clearing von Floats */
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

.iframeForSelect {
	display: none;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

body {
	font: 62.5%/170% Verdana, sans-serif; /* Schriftgroesse auf 10px setzen - besser zum Rechnen */
	color: #002c5a;
	/*background: #fff url(/media/images/site/backgrounds/bg-body.gif) left top  repeat;*/
	/*background: #fff url(/media/images/site/backgrounds/bg-body-verlauf.gif) center top  repeat-y;*/
	background: #fafafa url(/media/images/site/backgrounds/bg-body-verlauf.png) center top  repeat-y;
	
}

h1 {
	text-align: center;
	font-size: 2.8em;
	font-weight: normal;
	font-family: Georgia, serif;
}

h2 {
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #009dda;
}

h3 {
	font-size: 1.7em;
	font-weight: normal;
	color: #002c5a;
	font-family: Georgia, serif;
	margin-bottom: 10px;
}


h4 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #009dda;
	margin-bottom: 8px;
}

h5 {
	font-size: 1.6em;
	color: #002144;
	margin-bottom: 8px;
	font-family: Georgia, serif;
	font-weight: normal;
}

h6 {
	font-size: 1.2em;
	color: #4c4c4c;
	margin-bottom: 8px;
}

p {
	font-size: 1.2em;
	margin-bottom: 8px;
}

#innerInnerContent p.error {
	color: #EE0000;
	font-weight: bold;
}

hr {
	background-color: #009dda;
	color: #009dda;
	border: none;
	height: 2px;
	width: 100%;
	margin-bottom: 18px;
}

hr.light {
	height: 1px;
	background-color: #bee6fa;
	color: #bee6fa;
}

#pageWrapper {
	width: 956px;
	padding: 4px;
	margin: 0px auto;
	background-color: #fff;
}

#headerWrapper {
	height: 496px;
	margin-bottom: 4px;
	position: relative;
	z-index: 3;
}

#searchWrapper {
	background: #c2c300;
	height: 24px;
	padding: 4px;
	margin-bottom: 4px;
	position: relative;
	z-index: 2;
}

#contentWrapper {
	background: #fff;
	margin-bottom: 4px;
	position: relative;
	z-index: 1;
}

#content {
	float: left;
	width: 716px;
}

.contentFullWidth #content,
.contentWide #content {
	float: left;
	width: 100%;
}

#marginalWrapper {
	float: right;
	width: 236px;
}

#footerWrapper {
	background-color: #bee6fa;
}


/* Headerbereich */

#logo {
	position: absolute;
	left: 16px;
	top: 15px;
}

#logo a {
	display: block;
	width: 196px;
	height: 60px;
} 

#logo a:hover {
	background: none;
} 


/* Suchbereich */

#searchWrapper .formular label {
	font-family: Georgia, serif;
	color:  #002c5a;
	font-size: 17px;
	width: 254px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 6px;
}

#searchWrapper .formular .text {
	float: left;
	display: block;
	width: 442px;
	margin-right: 6px;
	font-size: 1.3em;
	padding: 3px;
}


/* Footerbereich */

#footer {
	padding: 8px 8px 4px 8px;
	font-size: 1.1em;
	margin-bottom: 10px;
}

#footer li {
	float: left;
	display: block;
	width: 148px;
	margin-right: 10px;
}

#footer li a {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	display: block;
	float: left;
	padding: 2px 4px;
}

#footer li li {
	width: 100%;
	display: block;
}



#footer li li a {
	font-weight: normal;
	margin-bottom: 2px;
}

#footer li.last {
	margin-right: 0px;
}


#footerLinks {
	padding: 8px 8px 4px 8px;
	font-size: 1.2em;
}

#footerLinks li {
	float: left;
	display: block;
	margin-right: 10px;
}

#footerLinks li.noLink {
	display: block;
	margin-right: 20px;
}

#footerLinks li a,
#footerLinks li.noLink span {
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	display: block;
	float: left;
	padding: 2px 4px;
}


#footerWrapper p {
	padding: 4px 8px 8px 8px;
	margin-bottom: 0px;
}

/* Buttons */

a.button {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0 0 0 5px;
	background: transparent url(/media/images/site/backgrounds/bg-button-left.png) left top no-repeat;
	float: left;
	font-size: 1.2em;
}

p a.button {
	font-size: 1em;
}

a.button span {
	padding: 3px 5px 0 0;
	background: transparent url(/media/images/site/backgrounds/bg-button-right.png) right top no-repeat;
	display: block;
	height: 22px;
	float: left;

}

a.button:hover {
	background: transparent url(/media/images/site/backgrounds/bg-button-left.png) left -30px no-repeat;
}

a.button:hover span {
	background: transparent url(/media/images/site/backgrounds/bg-button-right.png) right -30px no-repeat;
}

/* Tabellen */

table {
	border-top: 2px solid #009dda;
	border-bottom: 2px solid #009dda;
	font-size: 1.2em;
	margin-bottom: 18px;
}

table tr,
table th,
table td {
	border-bottom: 1px solid #009dda;
	/*border-bottom: 1px solid #bee6fa;*/
}

table th,
table td {
	padding: 6px 12px 6px 0;
	color: #4c4c4c;

}

table th {
	text-align: left;
}


table tr.trenner {
	border-bottom:2px solid #009DDA;	
}


table .trenner th,
table .trenner td {
	padding: 0px;
	border-bottom:2px solid #009DDA;	
}


/* Diverse Link-Styles */


#innerInnerContent a.download,
#innerInnerContent a.more,
#innerInnerContent a.top {
	font-weight: bold;
	text-decoration: none;
}

#innerInnerContent a.back {
	font-weight: normal;
	text-decoration: none;
}


#innerInnerContent a.more {
	padding-left: 10px;
	background:transparent url(/media/images/site/icons/list-icon.gif) left 5px no-repeat;
}


#innerInnerContent a.download {
	font-weight: bold;
	padding-left: 14px;
	background:transparent url(/media/images/site/icons/download-icon.gif) left 7px no-repeat;
}

#innerInnerContent a.back {
	padding-left: 10px;
	background:transparent url(/media/images/site/icons/back-icon.gif) left 5px no-repeat;
}


#innerInnerContent a.top {
	font-weight: bold;
	padding-left: 14px;
	background:transparent url(/media/images/site/icons/top-icon.gif) left 6px no-repeat;
}

#innerInnerContent a.download:hover,
#innerInnerContent a.more:hover,
#innerInnerContent a.back:hover,
#innerInnerContent a.top:hover {
	text-decoration: underline;
	color:#002C5A;
}

/* Overlay */

#overlay {
	width: 100%;
	background-color:#002C5A;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	opacity: 0.8;
}

#overlayLayer {
	/*background:#FFFFFF url(/media/images/site/backgrounds/bg-body.gif) left top repeat;
	background-color:#BEE6FA;*/
	background-color: #fff;
	/*padding: 8px;*/
	position: absolute;
	z-index: 1001;
}

#innerLayer {
	background-color: #fff;
	/*width: 500px;*/
	padding: 15px ;
	position: relative;	
	min-height: 200px;
	margin-right: 10px;
}

#innerLayer a.close {
	position: absolute;
	top: 4px;
	right: 4px;
	background: url(/media/images/site/slimbox/close.gif) right center no-repeat;
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
}
#innerLayer h1 {
	margin-bottom: 30px;	
}

#overlayLayer .button {
	margin-right: 8px;	
}

#overlayLayer .button span {
	padding-left: 11px;
	padding-right: 11px;
}

