body {
	
	overflow-x: auto; 
	overflow-y: auto;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-base-color:#9c9c9c;
  	scrollbar-3dlight-color:#9c9c9c;
  	scrollbar-arrow-color:#202020;
  	scrollbar-darkshadow-color:#9c9c9c;
  	scrollbar-face-color:#202020;
  	scrollbar-highlight-color:#9c9c9c;
  	scrollbar-shadow-color:#202020;
  	scrollbar-track-color:#9c9c9c;
	
	background-color: transparent;
	
} body, p, td, font, a {
	font-family: "Georgia", "Times New Roman", "Arial";
	color: #000000;
	font-size: 12px;
	line-height:17px;
}

/*-------------Navigation und Links----------------*/

#navigation_start a {
	font-size: 11px;
	font-weight:normal;
	font-variant:small-caps;
	text-decoration: underline;
	color: #FFFFFF;
}
#navigation_start a:hover {
  	color: #CCCCCC;
}
#navigation_start a:active {
	color: #CCCCCC;
}


#navigation_main {
	padding-left:3px;
}
#navigation_main a {
	font-size: 13px;
	font-weight:normal;
	text-decoration: none;
	color: #1a1b1b;
}
#navigation_main a:hover {
  	color: #cc0000;
	text-decoration: underline;
}
#navigation_main a:active {
	color: #cc0000;
	text-decoration: underline;
}
#navigation_main a:visited {
	color: #cc0000;
	text-decoration: underline;
}
#navigation_main a:focus {
	color: #cc0000;
	text-decoration: underline;
}


#navigation_sub {
	text-align: right;
	padding-right: 3px;
}
#navigation_sub a {
	font-size: 12px;
	text-decoration: none;
	color: #1a1b1b;
}
#navigation_sub a:hover {
  	color: #cc0000;
	text-decoration: underline;
}
#navigation_sub a:active {
	color: #cc0000;
	text-decoration: underline;
}
#navigation_sub a:visited {
	color: #cc0000;
	text-decoration: underline;
}
#navigation_sub a:focus {
	color: #cc0000;
	text-decoration: underline;
}


#link_rot a {
	font-size: 12px;
	font-weight:normal;
	font-variant:small-caps;
	text-decoration: underline;
	color: #cc0000;
}
#link_rot a:hover {
  	color: #333333;
}
#link_rot a:active {
	color: #333333;
}

/*-------------Textformatierung---------------*/

h1 {
	font-size: 14px;
	color: #cc0000;
	font-weight:bold;
}

.text_content {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 17px;
}

.text_content_klein {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
}

.text_rot {
	font-size: 12px;
	color: #cc0000;
	font-weight:bold;
}
.zeilenabstand {
	line-height:20px;
}

/*-------------Sonstiges---------------*/

.trennstrich {
	border:1px dashed #CCCCCC; 
	margin-left:10px;
}

.content_scroll {
	height: 340px;
	overflow:auto;

}
.button {
	background-color: #F0F0F0;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	display: compact;
	border: 1px solid #999999;
}

.textfield {
	font-family: "Georgia", "Times New Roman", "Arial";
	background-color: #F0F0F0;
	line-height: 17px;
	color: #3C1D1A;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	display: compact;
	border: 1px solid #999999;
	width:170px;
}

.textfield_message {
	font-family: "Georgia", "Times New Roman", "Arial";
	background-color: #F0F0F0;
	line-height: 17px;
	color: #3C1D1A;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	display: compact;
	border: 1px solid #999999;
	width:460px;
}