/*
rot: #800000
hellgrau: #e0e0e0
dunkelgrau: #666666

*/



* { 
	margin:0;
	padding:0;
}

html, body { 
	height:100%;
}

html {
	min-width: 800px;
}

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; 
	line-height: 1.125em;
	color: #666666;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}


ul, ol { 
	list-style:none;
}

table, td {
	border:none;
	padding:0;
	border-collapse:collapse;
	vertical-align:top;
	text-align:left;
}



.clear { 
	clear:both;
}

.wrapper { 
	width: 98%;
	overflow: hidden;
}


/*==== GLOBAL =====*/
#main, .container {
	width: 800px; 
	margin:1.25em auto;
	font-size:.75em;
}

#header {
	height: 130px;
	overflow:hidden;
}
#footer {
	padding: 45px 0 45px 0;
	background: #ebebeb;
	border-top: 1px solid #d8d8d8;
}

.content-container {
	font-size: 1.1em;
}



/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/



p {
	margin-bottom:18px;
}


/*----- txt, links, lines, titles -----*/

a {
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:38px;
	line-height:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#666666;
}

h1 a {
	text-decoration:none;
	color:#666666;
}
h1 a:hover {
	text-decoration:none;
}
	
h2 {
	font-size:30px;
	line-height:1em;
	color:#666666;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-size:20px;
	line-height:1.2em;
	color: #666666;
	font-weight:normal;
	border-bottom:1px solid #cbd1d3;
	padding-bottom:8px;
	margin-bottom:32px;
	width:100%;
	overflow:hidden;
}

h3.alt {
	padding-bottom:4px;
}
	h3 em {
		float:right;
		font-size:14px;
		line-height:18px;
		color:#999;
		padding:5px 0 0 0;
	}
		h3 em img {
			margin-left:13px;
		}
h4 {
	font-size:1em;
	color:#666666;
	margin-bottom:12px;
}
h5 {
	font-size:1em;
	font-weight:normal;
	margin-bottom:8px;
}


.txt1 {
	color:#800000;
}


#txt-pic {
	background: url(gabel.png) no-repeat right 0;
	min-height: 220px;
}


/*===== header =====*/
#header .row-1 {
	height:136px;
	overflow:hidden;
}

#header .logo {
	height: 120px;
	width: 470px;
	float:left;
	padding: 0 0 0 27px;
	background: url(logo.png) no-repeat 0 0;
}

#header .header-info{
	height: 120px;
	float: left;
	padding: 35px 0 0 60px;	
	font-size: 15px;
	line-height: 30px;
}


#header .nav li {
	float: left;
	padding-right: 1px;
}
#header .nav li a {
	float:left;
	line-height:43px;
	font-size:14px;
	color:#000;
	text-decoration:none;
	padding:0 37px 0 36px;
	background:#e0e0e0;
}
#header .nav li a:hover, #header .nav li a.current {
	background: #800000;
	color:#fff;
}

#header .nav li.first a {
	background:url(nav-first.png) no-repeat 0 0 #e0e0e0;
}
#header .nav li.first a:hover, #header .nav li.first a.current {
	background:url(nav-first-act.png) no-repeat 0 0 #800000;
}
#header .nav li.last a {
	background:url(nav-last.png) no-repeat 100% 0 #e0e0e0;
	padding:0 38px 0 38px;
}
#header .nav li.last a:hover, #header .nav li.last a.current {
	background:url(nav-last-act.png) no-repeat 100% 0 #800000;
}
		

/*===== content =====*/
#content .indent {
	padding: 20px 0 60px 0;
}
#content .section {
	padding-bottom:60px !important;
}
#content .indent .indent {
	padding:0 0 0 0px;
}
	
	
	
.picture-box {
	width:100%;
	overflow:hidden;
	padding-top:10px;
}
.picture-box #main-picture {
	float:left;
	width:486px;
	height:300px;
	overflow:hidden;
	position:relative;
	background:url(roast-beef.jpg)
}
.picture-box .quote-box {
	float:left;
	width: 300px;
	height: 300px;
	overflow:hidden;
}
	


	
.quote-container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #800000;
	height:300px;
	background:url(header-end.png) no-repeat 100% 0 #800000;
}
.quote-content {
	padding:100px 20px 0 26px;
	display:none;
}
.quote-content h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:34px;
	line-height:32px;
	color:#FFF;
	font-weight:normal;
	margin-bottom:17px;
}
.quote-content a {
	font-size:14px;
	line-height:18px;
	color:#e2e2e2;
}
/*--- tabs end ---*/


.news li {
	position:relative;
	padding-bottom:25px;
	margin-bottom:25px;
	overflow:hidden;
	width:100%;
}
.news li.last {
	padding-bottom:0;
	margin-bottom:0;
	border:none;
}
.news li h2 {

}
		.news li h2 a {
			color:#666666;
			text-decoration:none;
		}
		.news li h2 a:hover {
			color:#cc0000;
		}
	
	.news li .img-box h4 {
		padding-top:20px;
	}
	
	.news li span.date {
		position:absolute;
		left:0;
		top:0;
		background:url(images/date-bg.jpg) no-repeat 0 0;
		width:81px;
		height:86px;
		display:block;
		font-size:24px;
		line-height:1em;
		color:#fff;
		text-align:center;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
		.news li span.date b {
			display:block;
			font-size:42px;
			line-height:1em;
			padding:8px 0 0 0;
		}
		





/*===== footer =====*/
#footer .container {
	font-size:10px;
	text-align: center;
}
	#footer a {
		color:#999;
	}
	#footer span {
		color:#666666;
	}
	#footer .nav {
		margin-left:-7px;
		padding-bottom:4px;
	}
	#footer .nav li {
		display:inline;
	}
		#footer .nav li a {
			color:#999;
			text-transform:uppercase;
			text-decoration:none;
			padding:0 10px 0 7px;
		}
		#footer .nav li a:hover {
			color:#000;
			text-decoration:underline;
		}
	




/*==========================================*/
