body{
background-color:#999999;
}

a {
 color: #C00101;
}

.striche_gelb {
	border: 1px dashed #FCC403;
}
.striche_grau {
	border: 1px dashed #999999;
}
.striche_rot {
	border-width:1px 0px 0px 0px; 
	border-style:dashed;
	color: #C00101;
	height:1px;	
}
.standard_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
}
.rahmen_rot {

	border: 1px solid #C00101;
}
.rahmen_grau_l_r {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #C00101;
	border-bottom-color: #C00101;
	border-left-color: #C00101;
}
.textfeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #C00101;
}
.schalter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C00101;
	border: 1px solid #C00101;
	background-color:#FFFFFF;
}
.striche_rot_u {
	border-top: 0px dashed #C00101;
	border-right: 0px dashed #C00101;
	border-bottom: 1px dashed #C00101;
	border-left: 0px dashed #C00101;
}

#content, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:20px;
}

#content img {
	max-width:580px;
}

#pinn img {
	max-width:570px;
}

#profilnavi {
	margin-right:20px; 
	padding-bottom:2px;
	width:200px;
}

#profilnavi a {
	width:194px;
	background-color:#F0F0F0;
	display:block;
	padding: 2px 0px 2px 0px;
	margin:2px 2px 0px 2px;
	padding-left:2px;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

/* suggest start */
#ausgabe {
	position:absolute;
}
.suggest {
	background-color:#FFFFFF;
	border:#C00101 solid;
	border-width: 0px 1px 1px 1px;
	width:198px;
}

#ausgabe a {
	text-decoration:none;
	padding-left:3px;
	color:#333333;
}

#ausgabe a:hover {
	text-decoration:none;
	padding-left:3px;
	background:#C00101;
	color:#FFFFFF;
	line-height:20px;
	display:block;
}

/* suggest end */