/*
###########################################################################
## Body Styles
###########################################################################
*/
body {
	background-color:	#999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,tr,b,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


/*
###########################################################################
## Tagelemente-Styles
###########################################################################
*/
div.helpcontainer {
	background-color:	#FFFFCC;
	border:				solid 1px #990000;
	padding:			10px;
	margin:				5px;
	
	}
	
div.leftcol {
	padding-right:		20px;
	border-right:		dashed 2px #999999;
	width:				600px;
	float:				left;
	}
	
div.rightcol {
	padding-left:		10px;
	width:				160px;
	float:				left;
	}

p.titel {
	font-size:			14px;
	font-weight:		bold;
	border-bottom:		solid 1px #999999;
	margin-top:			40px;
	margin-bottom:		5px;
	}
	
p.link {
	font-size:			12px;
	margin-top:			0px;
	margin-bottom:		0px;
	text-align:			right;
	}
	
ul {
	margin-top:			2px;
	margin-left:		23px;
	list-style-image:	url(../images/bullets/kringel_schwarz.gif);
}

li {
	margin-top:			5px;
}	

.redbold {
	font-weight:		bold;
	color:				#FF0000;
}
/*
###########################################################################
## Tabellenelemente-Styles
###########################################################################
*/
table.haupttabelle {
	background-color:	#FFFFFF;
	border:				solid 1px #666666;
	margin-top:			20px;
	margin-bottom:		40px;
	}

td.abschnitt_oben {
	border-top: dashed 2px #888888;
	}
	
td.abschnitt_mitte {
	border-top:			dashed 2px #888888;
	border-bottom:		dashed 2px #888888;
	padding-bottom:		5px;
	}
	
td.formtitel {
	font-size:			11px;
	font-weight:		bold;
	text-align:			right;
	padding-right:		5px;
	padding-bottom:		3px;
	padding-top:		2px;
	padding-left:		5px;
	width:				160px;
	vertical-align:		top;
	background-color:	rgb(245,245,245);
	border:				solid 1px #DFDFDF;
	}
	
td.formtitel2 {
	font-size:			11px;
	font-weight:		bold;
	text-align:			right;
	padding-right:		5px;
	padding-bottom:		3px;
	padding-top:		2px;
	width:				160px;
	vertical-align:		top;
	}
	
td.form {
	font-size:			11px;
	font-weight:		normal;
	text-align:			left;
	padding-left:		5px;
	padding-bottom:		3px;
	vertical-align:		top;
	}
	
td.text {
	font-size:			11px;
	font-weight:		normal;
	text-align:			left;
	padding-left:		5px;
	}

td.spacercell {
	border-bottom:		solid 1px #CFCFCF;
	}


/*
###########################################################################
## Link Styles
###########################################################################
*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}


a:link.white {
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.white {
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.white {
	font-size:12px;
	text-decoration: underline;
	color: yellow;
}
a:active.white {
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
}





/*
###########################################################################
## Formular-Styles
###########################################################################
*/
input,select {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				11px;
	background-color:		#EFEFEF;
	border:					solid 1px #AFAFAF;
	margin-top:				2px;
	}

textarea {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				11px;
	background-color:		#DFDFDF;
	border:					solid 1px #AFAFAF;
	margin-top:				2px;
	}

.m_out_dezent {
	font-size:				12px;
	border:					solid 1px #888888;
	height:					23px;
	color:					#444444;
}	
.m_over_dezent {
	font-size:				12px;
	border:					solid 1px #444444;
	cursor:					pointer;
	height:					23px;
	color:					#990000;
}

/*
###########################################################################
## Bilder-Styles
###########################################################################
*/
