/* CSS Document */

/* colors:
	light blue: #d7ebff
	dark blue: #497fb4
*/

*
{
	margin: 0px;
	padding: 0px;
	border: collapse;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 50px;
}

.auto-size
{
	width: auto;
	height: auto;
}
h1
{
	font-size: 16px;
	padding-bottom: 9px;
}
h2, h3, h4, h5, h6
{
	font-size: 12px;
	padding-top: 9px;
}
p
{
	padding-bottom: 9px;
}
p.warning
{
	font-weight: bold;
	color: red;
}
p.center
{
	text-align: center;
}
a
{
	color: #497fb4;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: underline;
	color: #d7ebff;
	border: none;
}
a:focus
{
	outline: none;
}
a img
{
	border: none;
}

img.left
{
	float: left;
	margin: 0 15px; 15px; 0;
}

img.right
{
	float: right;
	margin: 0 0 15px 15px;
}

ul
{
	list-style-type: disc;
	padding: 0 25px 9px 35px;
}

ol
{
	list-style-type: decimal;
	padding: 0 25px 9px 35px;
}

textarea
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 9px;
}
label
{
	padding-right: 25px;
}
input
{
	width: 200px;
	padding: 2px 4px;
	font-size: 11px;
}
button:active,
button:focus
{
	outline: none;
}
input.submit
{
	width: auto;
	padding: 2px 10px;
}
.clear-both
{
	clear: both;
}

table.paragraph
{
	margin-bottom: 9px;
}


div.wrap
{
	width: 884px;
	background: #fff url(../img/bg_kachel.gif) repeat-y center;
	margin: 35px auto 70px auto;
	position: relative;
	
}

div.head
{
	position: relative;
	height: 133px;
	background: #fff url(../img/header_bg.jpg) no-repeat center top;
}
div.head img.logo
{
	position: absolute;
	top: 12px;
	left: 44px;
}

div.page
{
	background: url(../img/abrundung.jpg) no-repeat bottom right;
}

/* -- start: navigation -- */
div.navigation
{
	width: 206px;
	float: left;
	line-height: 20px;
	font-size: 11px;
	padding: 47px 0px;
	position: relative;
}
div.navigation ul
{
	list-style-type: none;
	margin-bottom: 20px;
	padding: 0;
}
div.navigation li ul{
	margin-bottom: 0px;
}
div.navigation li ul a
{
	padding-left: 48px;
}

div.navigation a
{
	color: #fff;
	display: block;
	width: 173px;
	padding-left: 33px;
	text-decoration: none;
}
div.navigation a:hover, 
div.navigation a:active
div.navigation a:focus
{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
div.navigation a.active
{
	background: url(../img/pfeil_aktive_seite.jpg) no-repeat left center;
	font-weight: bold;
}
div.navigation a.active:hover,
div.navigation a.active:focus,
div.navigation a.active:active
{
	font-weight: bold;
	text-decoration: none;
	color: #fff;

}
/* -- end: navigation -- */

/* -- start: normal-col -- */
div.normal-col
{
	width: 394px;
	float: left;
	padding: 47px 40px;
	line-height: 18px;
	font-size: 11px;
	position: relative;
}
div.normal-col textarea
{
	width: 386px;
	height: 125px;
	padding: 2px 4px;
}
/* -- end: normal-col -- */
/* -- start: right-col -- */
div.right-col
{
	margin-left: 679px;
	padding: 47px 35px;
	font-size: 11px;
	line-height: 18px;
	position: relative;
}	
/* -- end: right-col -- */



