body,td {
	color: #727272;
	/*background-color: #ffffff;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/*body { 
	background-color: #336666;
}*/

td.head {
	color: #ffffff;
	font-size: 11px;
}

td.rechts {
	font-size:11px;
}

.rechts {
	font-size:11px;
}

input, select {
	border:#727272 1px solid;
	margin-top:2px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:250px;
}

textarea {
	border:#727272 1px solid;
	margin-top:2px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:510px;
}

input.button {
	border:#666666 1px solid;
	background-color:#CCCCCC;
	margin-top:2px;
	width:auto;
}
select.title {
	width:auto;
}

a:link {
	color: #3366CC;
}
a:visited {
	color: #3366CC;
}
a:hover {
	color: #000000;
}

a.head:link { 
	color: #ffffff;
	text-decoration:none;
}
a.head:visited { 
	color: #ffffff;
	text-decoration:none;
}
a.head:hover { 
	color: #ffffff;
	text-decoration:underline;
}

a.right:link { 
	color: #727272;
	text-decoration:none;
}
a.right:visited { 
	color: #727272;
	text-decoration:none;
}
a.right:hover { 
	color: #3366CC;
	text-decoration:underline;
}

a.nav:link { 
	text-decoration:none;
	color:#3366CC;
}
a.nav:visited { 
	text-decoration:none;
	color:#3366CC;
}
a.nav:hover { 
	text-decoration:underline;
	color:#000000;
}

a.nav_on:link { 
	text-decoration:none;;
	font-weight:bold;
	color:#3366CC;
}
a.nav_on:visited { 
	text-decoration:none;
	font-weight:bold;
	color:#3366CC;
}
a.nav_on:hover { 
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}

a.footer:link { 
	color: #999999;
	text-decoration:none;
}
a.footer:visited { 
	color: #999999;
	text-decoration:none;
}
a.footer:hover { 
	color: #3366CC;
	text-decoration:underline;
}

/*h1 { font-size: 130%; color: #5C0C05; }*/
h1 { font-size: 130%; color: #3366CC; }
h2 { font-size: 115%;}

li.txt {
	margin-bottom: 10px;
}

li.nav { 
	list-style-type:none;
	border-bottom: 1px solid #ccc;
    display: block;
    text-decoration: none;
    margin-left: -20px;
    padding: 4px 0 4px 5px;
}

.foot {
	color: #999999;
	font-size:90%;
}