@CHARSET "UTF-8";
body {
	background-color: #151515;	
}
body, html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	font-family: arial, helvetica, sans-serif;
	color: #000044;
	
}
a {
	
}
#aussen {
	margin: 20px 150px;
	border: 1px dotted black;
	background-color: #dedede;
	
}
#logobereich {
	background-color: #eee;		
}
#ueberschrift {
	font-size: 18px;
	text-align: center;	
	margin-bottom: 40px;
}
#wahlfelder, #wahlfelder2 {
	margin: 10px auto;
	text-align: center;
}
#wahlfelder a, #wahlfelder2 a {
	height: 40px;	
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 20px;
}

#wahlfelder2 a {
	height: 80px;
}
#wahllinks {
	background-color: #4365A0;	
}
#wahlrechts {
	background-color: #aaa;	
}

#inhalt {
	text-align: center;
	margin: 40px 100px;	
	font-size: 12px;
	font-weight: lighter;
}
#inhalt p {
	text-align: left;	
}
#bestellen {
	padding: 8px;
	background-color: #FF9933;
	color: white;
	font-weight: bold;
}
.tableHeadline {
	background-color: #ddd;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
}
#inhalt form {
	background-color: white;
	border: 15px solid white;
}
.tableForm  {
	text-align: left;
}
.tdInputCheckText {
	width: 200px;
}	
.tdInputTextRight {
	width: 110px
}
.fehler {
	color: red;
	font-weight: bold;
}
.meldung {
	color: red;
	font-size: 80%;
}
.boldcenter {
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
