/* CSS Document - RP Gruppe */
BODY{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	color: #000000;
	background-color: #0C4DA2;
}

LI, UL, OL {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}

IMG{
	border: none;
}

A{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#0C4DA2;
	font-weight:bold;
	text-decoration:underline;
}

TEXTAREA, INPUT, SELECT {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 3px;
	width: 345px;
	float:left;	
	color: #656565;

	border: 1px solid #CCCCCC;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;

	background-image:url(../images/input.gif);
	background-repeat: repeat-x;
}

INPUT.contact{
	width: 170px;
}

FORM {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.inputLine{
	width: 400px;
	padding: 0 0 10px 0;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clearSpace{
	clear: both;
}

.headLine{
	padding: 15px 0 15px 0;
}

#holder{
	min-width: 1010px;
}

#navLeft{	
	float:left;
}

#holderContent{
	float:left;
	width:460px;
	padding: 0 0 0 0;
	height:537px;
	overflow:hidden;
}

#holderMiddle{
	height:530px;
	background-color: #FFFFFF;
	overflow:hidden;
	padding: 0 0 0 0;
}

DIV#content {
	overflow:scroll;
	height: 537px;
}

UL {
	padding: 5px 0 5px 35px;
	list-style-image: url(../images/list.gif);
	list-style-position: outside;
}

LI {
	padding: 0 0 5px 10px;
}
