﻿/** 
 * SilverStripe Ingeniam Theme
 * http://www.mandavi.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */

html, * {
	padding: 0;
	margin: 0;
}
html {
	background: url('../images/background.jpg');
}
a {
	color: #610210 /* Red */;
	text-decoration: underline;
}
img {
	margin: 0;
	border: none;
}
p {
	margin-bottom: 10px;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 82%;
	color: #1D2326;
	text-align: center;
}
#page {
	margin: 0 auto;
	margin-top: 10px;
	width: 950px;
	background: url('../images/bg_center_w950.jpg');
}
#page_top {
	background: url('../images/bg_top.jpg') transparent no-repeat top;
}
#page_bottom {
	background: url('../images/bg_center_bottom_w950.jpg') transparent no-repeat bottom;
}
#page_inner {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 920px;
	text-align: left;
}
/*
-----------------------------------------
   HEADER
-----------------------------------------
*/
#header_container {
	height: 85px;
}
#header {
}
#logo {
	margin-top: 10px;
	float: left;
}
#main_menu {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
#navlist {
	margin: 0;
	padding: 0 0 20px 10px;
/*	border-bottom: 1px solid #000; */
}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	font-size: 0.7em;
	text-transform:uppercase;
	border-left: 1px #6A6A61 solid;
	padding-left: 7px;
	float: left;
	line-height: 12px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #6A6A61;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
/*	border-bottom: 4px solid #610210 ; */
	border-left: 2px #610210 solid;
	padding-bottom: 2px;
	background: transparent;
	color: #610210 ;
}
#navlist a:hover {
	color: #610210 ;
}

/*
-----------------------------------------
   CONTENT - CONTAINER 
-----------------------------------------
*/
#content_container {
	
}
/*
	-----------------------------------------
	   CONTENT - BANNER
	-----------------------------------------
*/
#banner_container {
margin: 0;
padding: 0;
width: 920px;
height: 278px;
/* height: 278px; */
/* overflow: hidden; */
}
#banner_container2 {
height: 70px;
/* overflow: hidden; */
}

/*
	-----------------------------------------
	   CONTENT - TEASER
	-----------------------------------------
*/

#teaser_container {
	margin-bottom: 15px;
	height: 200px;
}
.teaser {
	float: left;
	width: 184px;
	height: 200px;
}
.teaser h3 {
	margin-top: 15px;
	margin-left: 15px;
	height: 50px;
}
.teaser p {
	margin-left: 15px;
	margin-right: 15px;
	height: 95px;
}
.teaser a {
	margin-right: 15px;
	text-align: right;
}
.box1 {
	background: #471128/* Milk */;
	color: #F1E1B8/* Brown */;
	text-decoration: none;
}
.box2 {
	background: #8C3E69/* Brown */;
	color: #F1E1B8/* Milk */;
	text-decoration: none;
}
.box3 {
	background: #A0BDDB/* Red */;
	color: #43424A/* Nearly White */;
	text-decoration: none;
}
.box4 {
	background: #F1E1B8/* Dark */;
	color: #43424A/* Nearly White */;
	text-decoration: none;
}
.box5 {
	background: #43424A/* Gray */;
	color: #F1E1B8/* Nearly White */;
	text-decoration: none;
}
.readmore {
	font-weight: bold;
	font-size: 0.7em;
	text-align: right;
}
.readmore a {
	text-decoration: underline;
}
/*
	-----------------------------------------
	   CONTENT
	-----------------------------------------
*/
.content {
	margin-left: 15px;
	margin-right: 15px;
/*	padding-top: 10px; */
	padding-bottom: 10px;
}
#content_panel {

}
#mainpanel {
	float: left;
	width: 590px;
}
#sidepanel {
/*
	background: #FF0000; */
	width: 267px;
	float: right;
	margin-right: 7px;
}
#sidepanel .sb-inner {
	background: #fff;
}
#extra {
	clear: both;
	margin-top: 7px;
	color: #6A6A61;
	height: 75px;
}
#extra .sb-inner {
	color: aqua;
	background: #fff;
}
#SpalteLinks {
	width: 285px;
	float: left;
}
#SpalteRechts {
	width: 285px;
	float: left;
}

/*
-----------------------------------------
   FOOTER
-----------------------------------------
*/
#footer_container {
	margin: 0 auto;
	width: 920px;
	color: #1D2326 /* Dark */;
	font-size: 0.8em;
	padding-top: 10px;
	color : #6A6A61 /* Gray */;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#footer_container a {
	text-decoration: none;
	color : #6A6A61 /* Gray */;
/*	color: #1D2326 /* Dark */;
}
#footer_container a:hover {
	text-decoration: underline; /*	color: #1D2326 /* Dark */;
	color: #610210 /* Red */;
}
#footer_left {
	float: left;
}
#footer_right {
	float: right;
	text-align: right;
}
#footer_right a {
	color: #1D2326 /* Dark */;
	margin-left: 3px;
	margin-right: 3px;
}
#udm {

/*	width: 400px; */
}
.udm li {
	width: 95px; 
}
.udm li a {
	height: 30px;
	white-space:normal;
}
.udm li ul li a {
	height: 13px;
}

/*
-----------------------------------------
   FOOTER
-----------------------------------------
*/
.left {
	margin-right: 10px;

}