
/* ------------------- FARBEN ------------------- */

/* Hintergrund */
body, #slider {
	background: #efedea;
}

/* 1. Farbe */
#topnavi,
.button {
	background: #693915;
}
h4 a {
	color: #693915;
}
#topnavi ul li.active a,
#topnavi ul li.active a:hover {
	background: #693915 url(img/nav-aktiv.png) center bottom no-repeat;
}
#section2 {
	background: #693915 url(img/footer-bg.png) repeat-x top left;
}

/* 1. Farbe Dunkel */
#topnavi ul li a:hover {
	background: #3d2006 ;
}
#suche,
#copy {
	background: #3d2006 url(img/suche-bg.png) repeat-y left top;
}

/* Schwarz */
body,
a {
	color: #5c471a;
}

/* 2. Farbe */
.button:hover {
	background: #7fbde0;
}

/* 2. Farbe Dunkel */
a:hover {
	color: #4c92ba;
}





/* ------------------- TRANSITION ------------------- */

.entry img, .button, #topnavi ul li a {
	-webkit-transition: all 400ms ease-out;  
	-moz-transition: all 400ms ease-out; 
	-ms-transition: all 400ms ease-out;  
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.entry img:hover, .button:hover, #topnavi ul li a:hover {
	-webkit-transition: all 100ms ease-out;  
	-moz-transition: all 100ms ease-out; 
	-ms-transition: all 100ms ease-out;  
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}



/* ------------------- RESET ------------------- */

body, ul, li, h1, h2, h3, h4, h5 {
	margin: 0;padding: 0;
}

.clear {clear: both; float: none;}




/* ------------------- HEADINGS ------------------- */

h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-size: 18px;
}



/* ------------------- LINKS ------------------- */

a {text-decoration: none;}
a:hover {text-decoration: underline;}

.button {
	color: #fff;
	font-weight: bold;
	padding: 4px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button:hover {
	text-decoration: none;
	color: #fff;
}




/* ------------------- AUFBAU ------------------- */

body {
	font: 12px Arial, sans-serif;
}


#container {
	width: 900px;
	margin: 0 auto;
	background: #fff url(img/sidebar-end.png) bottom right no-repeat;
}


/* ------------------- HEADER ------------------- */

#header {
	width: 900px;
	height: 150px;
}

#header .logo {
	background: #fff;
	height: 40px;
	min-width: 170px;
	display: block;
	position: absolute;
	padding: 15px 40px;
	margin: 40px 0 0 -20px;
}

#header .logo.empty {
	background: none;
	color: #fff;
	margin: 40px 0 0 0;
}

#header .logo.inside {
	margin: 40px 0 0 0;
	padding: 15px 20px;
}


#header .logo .title {
	font-size: 20px;
	font-weight: bold;
}

#header .logo:hover {
	text-decoration: none;
}

#header .ecke {
	background: url(img/ecke.png) no-repeat;
	width: 20px;
	height: 10px;
	display: block;
	position: absolute;
	margin: 110px 0 0 -20px;
}


/* ------------------- TOP NAVI ------------------- */

#top {
	width: 900px;
	height: 40px;
}

#topnavi {
	float: left;
	width: 612px;
	height: 40px;
	padding-left: 8px;
}

#topnavi ul {
	margin-top: 10px;
	display: block;
}

#topnavi ul li {
	list-style: none;
	display: inline;
}

#topnavi ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 13px;
	height: 30px;
	line-height: 20px;
}

#topnavi ul li.active a {
	padding-bottom: 20px;
}

#topnavi ul li a:hover {
	text-decoration: none;
}



/* ------------------- SUCHE ------------------- */

#suche {
	float: right;
	width: 270px;
	height: 20px;
	padding: 10px 0 10px 10px;
}

#suche input {
	border: 0;
}

#suche input[type=text] {
	width: 172px;
	padding: 2px 4px;
}

#suche input[type=submit] {
	width: 80px;
	background: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}



/* ------------------- CONTENT ------------------- */

#content {
	float: left;
	width: 580px;
	border-right: 1px solid #ddd;
	padding: 20px;
	line-height: 18px;
}

#content ul {
	margin: 20px 40px;
}

#content ul li {
	padding-left: 5px;
	list-style: square;
}


/* ------------------- CONTENT - Startseite ------------------- */

.summary {
	color: #666;
}

.summary h1 {
	color: #999;
}

/* ------------------- SLIDER ------------------- */

#slider {
	height: 209px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 580px;
}

#slider h2 {
	margin:0;
}

#slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

ul#tabs {
	left: 0;
	width: 230px;
	z-index: 2;
}

#slider li {
	padding: 0 !important;
	list-style: none !important;
}

ul#tabs li a {
	color: #333;
	display: block;
	font-size: 12px;
	height: 29px;
	line-height: 140%;
	outline: none;
	padding: 18px 20px 22px 20px;
	text-decoration: none;
	width: 170px;
	border-bottom: 1px solid #ccc;
}

ul#tabs li a:hover {
	text-decoration: underline;
}

ul#tabs li a.current {
	background: url(img/current-tab.png) no-repeat;
	color: #FFF;
	padding: 18px 40px 22px 20px;
	border-bottom: 0 !important;
	width: 180px;
}

ul#tabs li a.current:hover {
	cursor: default;
	text-decoration: none;
}

ul#output {
	height: 210px;
	right: 0;
	width: 370px;
}

ul#output li {
	height: 210px;
	position: absolute;
	width: 370px;
}

/* ------------------- CONTENT - Artikel ------------------- */

.article h1 {
	font-size: 24px;
	margin: 0 0 15px 0;
}

.article img {
	border: 1px solid #ddd;
	padding: 5px;
	float: left;
	margin: 0 20px 20px 0;
}


/* ------------------- CONTENT - Listenansicht ------------------- */

.entry {
	width: 580px;
	padding: 22px 20px 10px 20px;
	margin: 10px 0 0 -20px;
	float: left;
	background: url(img/entry-end.png) no-repeat top left;
}

.entry p {
	margin: 10px 0 12px 0;
}

.entry img {
	border: 1px solid #ddd;
	padding: 5px;
	float: left;
	margin: 0 20px 0 0;
}

.entry img:hover {
	background: #eee;
	border: 1px solid #ccc;
}




/* ------------------- SIDEBAR ------------------- */

#sidebar {
	float: right;
	width: 239px;
	padding: 20px;
}

#sidebar h4 {
	color: #999;
}

#sidebar ul {
	margin: 15px 0;
}

#sidebar ul li {
	list-style: none;
	background: url(img/pfeil.png) 0 3px no-repeat;
	padding-left: 20px;
	margin: 10px 0;
}

#sidebar ul li.active a {
	font-weight: bold;
}

#sidebar .section {
	margin-bottom: 30px;
}



/* ------------------- FOOTER ------------------- */

#footer {
	font-size: 11px;
	color: #fff;
}

#section2 {
	float: left;
	width: 600px;
	height: 30px;
	padding: 10px;
}

#section2 ul li {
	list-style: none;
	display: inline;
}

#section2 ul li a {
	color: #fff;
	margin-left: 5px;
	padding-right: 8px;
	border-right: 1px solid #fff;
	line-height: 15px;
}


#section2 ul li:nth-last-child(1) a {
	border-right: 0;
}
#section2 ul li:nth-first-child(1) a {
	margin-left: 0;
}

#copy {
	float: right;
	width: 260px;
	height: 30px;
	padding: 10px;
	font-weight: bold;
}

#container .timage {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 120px;
	text-align: center;
}
#container #content .entry .button {
	float: left;
	width: 75px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: #FFF;
}
#container #content .entry .tcon .button a {
	color: #FFF;
}

#container #content .entry .tcon {
	width: 400px;
	float: right;
}

#end {
	width: 900px;
	height: 60px;
	display: block;
	background: url(img/box-end.png) no-repeat;
	margin: 0 auto;
}



























