body {
	background-color: #fff;
	font-family: Tahoma;
	/*font-size: 12px;*/
	font-size: 12px;
	color: #000;
}

p, h3 {
	line-height: 18px;
}

h2 {
	color: #60141c;
	/*font-size: 18px;*/
	font-size: 18px;
	font-weight: normal;
}

h3,
h3 a {
	color: #b69633;
	/*font-size: 13px;*/
	font-size: 13px;
}

h3 span {
	color: #4f4f4f;
	/*font-size: 11px;*/
	font-size: 11px;
	font-weight: normal;
}

h3 {
	padding-bottom: 8px;
}

a {
	color: #60141c;
	text-decoration: none;
}

ol, ul {
	margin-left: 15px;
}

hr {
	height: 3px;
	color: #ebcb90;
	background-color: #ebcb90;
	border-color: #dcd58f;
	border-style: solid;
	border-width: 0 0 1px 0;
}

hr.sep {
	color: #fff;
	background-color: #fff;
	height: 1px;
	margin: 10px 0;
	border-color: #cfc9cd;
	border-style: dotted;
}

img.sp{
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 5px;
}

#contents{
	font-family: Times New Roman;
}

#contents ul.noprint li {
	padding-bottom: 5px;
}
.text-default ul,
.text-default ol{
	padding: 15px;
}
ul#faq{
	width: 90%;
	list-style: none;
	margin: 0;
	padding-top: 10px;
}

ul#faq li{
	width: 100%;
	padding: 3px 10px;
}

ul#faq li.odd{
	background-color: #eee;
}

ul#faq li a{
	color: #222;
}

#vote_form, #vote_res{
	padding: 5px;
	color: #4C4C4C;
}

#vote_form form, #vote_res form{
	margin-top: 10px;
	border-top: 2px solid #EBCB90;
}
#vote_form span, #vote_res span{
	font-weight: bold;
}

#vote_form ul, #vote_res ul{
	list-style: none;
	padding: 5px 0;
	margin-left: 5px;
}
#vote_form ul li, #vote_res ul li{
	padding-bottom: 5px;
}
#vote_res ul li .bar{
	width: 100px;
	height: 5px;
	line-height: 5px;
	margin-top: 5px;
	border: 1px solid #B69633;
}

#vote_res ul li .bar div{
	background-color: #B69633;
}

ul.quick_links{
	list-style-type: none;
	margin: 5px 0 0;
	padding-top: 5px;
	border-top: 2px solid #EBCB90;
}

ul.quick_links li{
	padding-left: 7px;
}


/* --- */

table.searchResultTable {
	border-collapse:collapse;
}
table.searchResultTable td,table.searchResultTable th{
	bordeR: 1px solid #ccc;
	padding: 2px;
}

.redtext {
	color: red;
}

#kontaktForm textarea {
	width: 95%;
}

