@import "dropdown/dropdown.css";
@import "dropdown/themes/drbu/default.css";

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff6e4;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a2b01;
}
h1,h2,h3 {
	/*font-family: "Gill Sans", Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	/*text-transform: uppercase;*/
	margin: 0;
	padding: 0;
}

a {
	color: #b21418;
	text-decoration: none;
}
#wrapper {
	margin: 0;
	padding: 0;
	min-height:100%;
	position:relative;
	background: url('../img/bg_wrapper.png') repeat-x left 167px;
}

#header {
	height: 127px;
	background: #fdedc9 url('../img/bg_header.png') repeat-x;
}
#header .text {
	width: 960px;
	margin: 0 auto;
}
#header .logo {
	width: 500px;
	margin: 0 auto;
}
#navi {
	background: #c12f27 url('../img/bg_navi.png') repeat-y center;
	height: 49px;
}
#navi div {
	width: 960px;
	margin: 0 auto;
}
/*#navi ul {
	margin: 0;
	padding: 0;
	width: 960px;
	list-style-type: none;
	margin: 0 auto;
}
#navi ul li {
	float: left;
	background: url('../img/vr_navi.png') no-repeat right;

}
#navi ul li a {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a2b01;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px;
}
#navi ul ul {
	position: absolute;
	display: none;
	width: auto;
}


#navi ul ul li {
	float: none;
	line-height: 22px;
	background: none;
	border: 1px solid #4a2b01;
	border-bottom: 0;
}

#navi ul ul li.last {
	border: 1px solid #4a2b01;

}
#navi ul ul li a{

}

#navi ul ul li a:hover{
	color: #b21418;
}

#navi ul li:hover {

}
#navi ul li:hover ul {
	display: block;
	background: #fff;
}


#navi li.active a {
	color: #fff;
	background: #4a2b01;
}

#navi li.active ul a {
	background: none;
	color: #4a2b01
}*/


#page {
	background: url('../img/bg_page.png') no-repeat center top;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 70px;
}
#page_bg {
	background: url('../img/vr_page.png') repeat-y 659px;
	overflow: hidden;
}
#content {
	width: 600px;
	float: left;
	padding: 0 30px;
	font-size: 12px;
	line-height: 140%;
}
#content h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
	
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #b21418;
}


#content h3 {
	color: #b21418;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #dcd8ad;
	/*margin-top:  3em;*/
	line-height: 16px;
	padding-bottom: 5px;
}
#content a {
	color: #b21418;
	font-weight: bold;
	text-decoration: none;
}
#content blockquote {
	margin-left: 0;
	margin-right: 0;
	font-size: 14px;
	font-weight: normal;
	background: url(../img/bg_intro.png) repeat-x center;
	line-height: 20px;
	padding: 5px 10px;
	font-style: italic;
	text-align: center;
	clear: left;
}
#content ul{
	list-style-type: none;
	margin-left: 30px;
	padding-left: 0;
}
#content ul li{
	line-height: 150%;
	background: url('../img/bg_li_content.png') no-repeat left 3px;
	padding-left: 14px;
	overflow: hidden;
}
/*#content .image {
	margin: 1em 0;
}*/

#content dl {
	background: url(../img/bg_dl.png) repeat-y;
}
#content dl dt {
	display: block;
	float: left;
	/*background: #dcd8ad;*/
	width: 100px;
	padding: 2px 5px;
	text-align: right;
	font-weight: bold;
}
#content dl dd {
	margin-left: 120px;
	margin-bottom: 10px;
	padding: 2px 0;
	border-bottom: 1px solid #fff;
}




#intro {
	background: url(../img/bg_intro.png) repeat-x;
	overflow: hidden;
	padding-bottom: 2px;
	margin-bottom: 30px;
}
#intro .image {
	float: left;
	width: 300px;
	height: 225px;
}
#intro-text {
	width: 270px;
	float: left;
	padding: 15px;
}
#intro h1 {
	font-weight: normal;
	line-height: 120%;
}
#intro h2 {
	font-weight: normal;
	font-size: 14px;
}

#intro ul {
	margin-left: 15px;
}

#sidebar {
	float: right;
	width: 289px;
	padding: 0 0px 0px 0px;
	font-size: 11px;
	background: url(../img/bg_sidebar.png) no-repeat;
}
/*#sidebar a {
	color: inherit;
}*/

#sidebar a:hover {
	text-decoration: underline;
}
#sidebar h2 {
	font-size: 12px;
	font-weight: normal;
	/*color: #c2803e;*/
	background: url('../img/bg_li_sidebar.png') no-repeat left 10px;
	padding-left: 16px;
	line-height: 14px;
	margin-bottom: 10px;
	border-top: 1px solid #fff;
	padding-top: 10px;
}
#sidebar h3{
	text-transform: none;
	font-weight: bold;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	padding-left: 16px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 30px;	
	margin-bottom: 15px;
}
#sidebar ul li{
	background: url('../img/bg_li_sidebar2.png') no-repeat left 4px;
	padding-left: 8px;
	
}

#sidebar div {
	border-top: 1px solid #ffbf53;
	padding: 0 15px;
	overflow: hidden;
}

#sidebar div.contact {
	border-top: 1px solid #dcd8ad;
	padding-top: 10px;
	line-height: 16px;
}
#sidebar div.contact h2{
	font-weight: bold;
	border: 0;
}
#sidebar div.contact p {
	margin-left: 15px;
}

#sidebar a.ksport {
	border:0;
	margin:0;
	padding:0;
}
a.vCard {
	color: #b21418;
	font-weight: bold;
	text-decoration: none;
	background: url('../img/icon_vcard.png') no-repeat;
	line-height: 18px;
	padding-left: 26px;
	margin-left: 15px;
}


#footer	{
	width: 100%;
	background: url('../img/bg_footer.png') repeat-x;
	position:absolute;
	bottom:0;
}
#footer div.content {
	background: url('../img/hr_footer.png') no-repeat center top;
	width: 960px;
	margin: 0 auto;
	line-height: 28px;
	padding-top: 10px;
}
#footer ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
	display: inline;
}
#footer ul li {
	display:  inline;
	margin: 0;
	padding: 0;
}
#fimage {
	position: absolute;
	bottom: 28px;
	background: none !important;
	left: 53%;
	width: 144px;
	margin-left: 336px;
}


form {
	padding: 20px;;
} 

form label {
	display: block;
	float: left;
	width: 75px	;
}

form div {
	padding: 5px 0;
}

form div.input input,
form div.textarea textarea
 {
	border:  1px solid brown;
	padding: 3px;
	font-size: 12px;
}
form div.submit {
	text-align: right;
}



#home .drittel {
	width: 200px;
	float: left;
}
#home .row {
	overflow: hidden;
	background: url(../img/bg_home.png) repeat-y;
}

#home .drittel div {
	padding: 0 10px;
}


#home h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
}

#news {
	margin-bottom: 3em;
}
#news h2 {
	border-bottom:1px solid rgb(220, 216, 173);
	padding-bottom: 5px;
}
#news ul {
	background: url(../img/bg_sidebar.png) repeat-x left -72px;
	margin-left: 0;
	padding: 1em;
}


#colleft {
	width: 290px;
	float: left;
}
#colright {
	width: 290px;
	float: right;
}



#logos div {
	float: left;
	width: 30%;
	text-align: center;
}
#logos li {
	padding: 10px 0;
	background: none !important;
	border-bottom: 1px solid #dcd8ad !important;
	
}

.red {
	color: #b21418 !important;
}

