/* CSS Document */
body {
	font: 12px/normal Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	overflow:auto;
}

table,td {
	vertical-align:top;
	border: 0px;
}

.titel {
	color: #4D3125;
	font-weight: bold;
	font-size: 16px;
}

.grau {
	color:#808285;
}

.klein {
	font-size:9px;
}

.white {
	color:#ffffff;
}

.bolder {
	color:#000000;
	font-weight:bold;
}


INPUT {
			background-color: #ffffff; 
			border: 1px solid #D7D4BA;
			font-family: Arial, Helvetica, sans-serif; 
			color: #000000;
			font-size: 11px;
			text-decoration: none;
			font-style: normal;
			padding-top: 1px;
			padding-bottom: 1px;			
			ruby-overhang: none;
			overflow: hidden;
}

.frontlogin {
			width:90px;
}

.frontlogincode {
			width:40px;
}

TEXTAREA {
			background-color: #ffffff; 
			border: 1px solid #000000;
			font-family: Arial, Helvetica, sans-serif; 
			color: #000000;
			font-size: 11px;
			text-decoration: none;
			font-style: normal;
			padding-top: 1px;
			padding-bottom: 1px;			
			ruby-overhang: none;
			overflow: hidden;
}

.title {
	color: #3C487D;
	font-size:14px;
	font-weight: 700;
}

.hometitle {
	color: #3C487D;
	font-size:14px;
	font-weight: 700;
}

.firstRub A:link {
	COLOR: #ff0000; TEXT-DECORATION: none
}
.firstRub A:visited {
	COLOR: #ff0000; TEXT-DECORATION: none
}
.firstRub A:hover {
	COLOR: #000000;
	text-decoration: underline;
}
.firstRub A:active {
	COLOR: #ff0000; TEXT-DECORATION: none;
}

A:link {
	COLOR: #4D3125; TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #4D3125; TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #000000;
	text-decoration: underline;
}
A:active {
	COLOR: #4D3125; TEXT-DECORATION: underline;
}

.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	padding-bottom: 1px;
	padding-left: 4px;
}

/* NAVIGATION ***************************************** */
a.nav_off:link, a.nav_off:visited, a.nav_off:active, a.nav_off:hover {
	text-decoration: none !important;
}

/* CONTENT ***************************************** */
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

.content {
	background-color: #ffffff;
}


/* FORMULARE ***************************************** */

input {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	height: 20px;
	width: auto;
	padding-left: 5px;
}

textarea {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: auto;
	padding-left: 5px;
}

.textfieldnewsletter {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	height: 20px;
	width: 95%;
	padding-left: 5px;
}


