@charset "utf-8";
/* CSS Document */

body,td,th,p,ul,li {
	font-family: Arial, Helvetica, Sans;
	font-size: 0.9em;
	line-height: 150%;
	color: #000000;
}
body {
	background-color: #E0EAF6;
	height: 100%;
    margin: 0; // wichtig für Firefox, IE, Safari &; Co
    padding: 0; // wichtig für Opera
}
a:link, a:visited {
	color: #CC0033;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
	color: #93AEFF;
}
h2 {
	font-size: 1.2em;
	color: #93AEFF;
}
h3 {
	font-size: 0.99em;
	color: #93AEFF;
	line-height: 125%;
}
#ogb_service {
	clear:both;
	width: 95%;
	height:15px;
	font-size: 0.7em;
	text-align: right;
}

#ogb_inhalt { 
    height: 500px; 
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #93AEFF;
}

#ogb_deckblatt {
	position: absolute;
	top: 0;
	left: 0;
	width: 370px;
	height: 500px;
	background-image: url(online-gut-beraten.jpg);
	background-repeat: no-repeat;
}

#ogb_text {
	position: absolute;
	top: 20px;
	left: 390px;
	width: 590px;
	height: 470px;
	overflow: auto;
	padding-right: 25px;
}

#accordion {
	margin:25px 0px;
	font-size: 0.75em;
}

h3.toggler {
	cursor: pointer;
	background: #cccccc;
	color: #000000;
	border: 1px solid #CC0033;
	margin: 6px 0;
	padding: 1px 3px 1px 3px;
	font-size: 1em;
}

div.element, div.element p, div.element h4, div.element form {
	padding: 0px 0px 5px 0px;
}
