/* CONTENT */
	@import url(design.css);
	@import url(anfragen.css);
	@import url(social.css);
	@import url(faq.css);

/* Layout */
*{
	font-family:verdana; 
}

td{
	font-family:verdana; 
	font-size:11px;
	color:#000000;
	line-height: 16px;
}

ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1{
	font-family: verdana; 
	font-size: 20px;
	color: #B80000;
	line-height: 22px;
}

h2{
	font-family:verdana; 
	font-size:11px;
	color:#000000;	
	line-height: 16px;
}

h3{
	font-family:verdana; 
	font-size:13px;
	color:#B80000;
	line-height: 18px;
	margin-bottom: 0px;
}

a{
	font-family:verdana; 
	font-size:11px;
	color:#032E50;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

body #highlink {
	font-family:verdana; 
	font-size:13px;
	color:#B80000;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.slider{
	line-height: 20px;
	font-family:verdana; 
	font-size:10px;
	font-weight: bold;
	color:#032E50;
	text-decoration: none;
}

a.slider:hover{
	text-decoration: none;
	color: #B80000;
}

a.subnav{
	font-family:verdana; 
	font-size:10px;
	color:#ffffff;
	text-decoration: none;
}

a.subnav:hover{
	text-decoration: underline;
}

select{
	font-size: 9px;
}

a.list{
	font-family:verdana; 
	font-size:10px;
	color:#b80000;
	text-decoration: none;
}

a.list:hover{
	text-decoration: none;
	color:#032E50;
}

input{
	font-size: 11px;
	background-color: #ffffff;
	border: #b80000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: left;
}

.price{
	color: #b80000;
	font-weight: bold;
}

textarea{
	font-family: verdana;
	font-size: 11px;
	background-color: #ffffff;
	border: #b80000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

select {
	font-family : Verdana;
	list-style-type: square;
	color : #000000;
	font-size : 10px;
}

option{
	font-weight: normal;
}

option.bold{
	font-weight: bold;
}

select.quicki{
	font-size: 10px;
	background-color: #ffffff;
}