/* Fenster - Hintergrund */

body {
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	}

/* Text-Formate */

.text_main {
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-family:tahoma,arial,helvetica,sans-serif;
	}
	
.text_main th {
	font-size:12px;
	line-height:14px;
	font-weight:none;
	text-decoration:none;
	color:#000000;
	font-family:tahoma,arial,helvetica,sans-serif;
	}

.text_main td {
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-family:tahoma,arial,helvetica,sans-serif;
	}
	
.text_main ul {
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-family:tahoma,arial,helvetica,sans-serif;
	}

.text_main li {
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-family:tahoma,arial,helvetica,sans-serif;
	}

.text_main a:link {
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	color:#336699;
	font-family:tahoma,arial,helvetica,sans-serif;
	}
	
.text_main a:visited {
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	color:#336699;
	font-family:tahoma,arial,helvetica,sans-serif;
	}

.text_main a:hover {
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:underline;
	color:#336699;
	font-family:tahoma,arial,helvetica,sans-serif;
	}
	
.text_main a:active {
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-family:tahoma,arial,helvetica,sans-serif;
	}	

.text_main a:focus {
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-family:tahoma,arial,helvetica,sans-serif;
	}

/* Formularformate */

form {
	font-size:11px;
	line-height:13px;
	color:rgb(0,0,0);
	font-family:tahoma,arial,helvetica,sans-serif;
	margin-bottom:3px;
	margin-top:0px;
	}

input, select, textarea, checkbox {
	font-size:11px;
	color:rgb(0,0,0);
	line-height:13px;
	font-family:tahoma,arial,helvetica,sans-serif;
	background-color:rgb(255,255,255);
	}

.input1 {
	height:18px;
	}

.button1 {
	width:120px;
	height:20px;
	background-color:rgb(240,241,242);
	border-color:rgb(170,170,170);
	border-style:solid;
	border-width:1px;
	}
/* ------------------------------------------------------------------ */

