body {
	background-repeat : repeat-x;
	margin-left : 2px;
	margin-right : 2px;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #284157;
	letter-spacing : 0px;
}

.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #284157;
	letter-spacing : 0px;
}

.sub  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #284157;
	line-height : 120%;
}

.text  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height : 120%;
	color: #284157;
}

.small  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #284157;
	line-height : 14px;
	font-weight:normal;
}

.smallhead  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #284157;
}

.verysmall  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #284157;
}


a {
	color : #2B46A1;
	text-decoration : underline;
}

a:hover {
	text-decoration : underline;
	color : #E00000;
}

a.more {
	color : #2B46A1;
	text-decoration : none;
}

a.more:hover {
	text-decoration : none;
	color : #E00000;
}

a.level1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color : #2B46A1;
	text-decoration : none;
	text-transform: uppercase;
	letter-spacing : 1px;
	line-height : 19px;
}

a.level1:hover {
	text-decoration : none;
	color : #E00000;
}

a.level1selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color : #E00000;
	text-decoration : none;
	text-transform: uppercase;
	letter-spacing : 1px;
	line-height : 19px;
}

a.level1selected:hover {
	text-decoration : none;
	color : #E00000;
}

a.level2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color : #2B46A1;
	text-decoration : none;
	text-transform: none;
	line-height : 16px;
	margin-left : 10px;
}

a.level2:hover {
	text-decoration : none;
	color : #E00000;
}

a.level2selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color : #E00000;
	text-decoration : none;
	text-transform: none;
	line-height : 16px;
	margin-left : 10px;
}

a.level2selected:hover {
	text-decoration : none;
	color : #E00000;
}

td.menue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 18px 12px 18px 12px;
	border-top : 0px none;
	border-left : 1px solid #4C6B81;
	border-right : 1px solid #4C6B81;
	border-bottom : 1px solid #4C6B81;
	background-color : #ffffff;
}


td.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 18px 17px 18px 17px;
	border-top : 0px none;
	border-left : 1px solid #4C6B81;
	border-right : 1px solid #4C6B81;
	border-bottom : 1px solid #4C6B81;
	background-color : #ffffff;
}

td.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 18px 10px 18px 10px;
	border-top : 0px none;
	border-left : 1px solid #4C6B81;
	border-right : 1px solid #4C6B81;
	border-bottom : 1px solid #4C6B81;
	background-color : #ffffff;
}

/* Forms */
input.emailfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #284157;	
	border : 1px solid #4C6B81;
	background: #E2EAEC;
	padding: 2px 2px 2px 2px;
	width: 200px;
	height: 18px;
}

input.addressfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #284157;	
	border : 1px solid #4C6B81;
	background: #E2EAEC;
	padding: 2px 2px 2px 2px;
	width: 300px;
	height: 18px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #284157;	
	border : 1px solid #4C6B81;
	background: #E2EAEC;
	padding: 2px 2px 2px 2px;
	width: 200px;
	height: 150px;
}

.sign-wichtig {
color:#FFFFFF;
background-color:red;
font-weight:bold;
font-size: 11px;
padding:0px 2px 0px 2px;
margin:1px;
text-transform:uppercase;
letter-spacing:1px;
}
.sign-tip {
color:#FFFFFF;
background-color:green;
font-weight:bold;
font-size: 11px;
padding:0px 2px 0px 2px;
margin:1px;
text-transform:uppercase;
letter-spacing:1px;
}

ol li {
font-weight:bold;
padding-bottom: 15px;
}

ol.uebersicht li {
font-weight:normal;
padding-bottom: 2px;
}