/*CSS - Styleguide*/

/*
	http://www.fewo-badberneck.de/
   	css styles
   
   	Copyright 2010, Markus Spiske
   	http://www.temporausch.com
*/

/*------------------general styles------------------*/
html, body, div, p, h1, h2, h3, ol, span, a, table, td, form, img {
	margin: 0;
	padding: 0;
	color: #1c1c1c;
}

body {
	font: 12px/175%  Trebuchet MS, Tahoma, Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
    background: url(../img/bg_top.gif) repeat-x;
    background-attachment: fixed;
    background-color: #d0c67f;
}

h1 {
	font-family: Trebuchet MS, Tahoma, Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #8b0e13;
	letter-spacing: 0px;
}

h2 {
	font-family:  Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #8b0e13;
	line-height: 130%;
}

a {outline: none;}

a.link:link, a.link:visited, a.link:active {
	font-weight: normal;
	color: #8b0e13;
	text-decoration: underline;
}

a.link:hover {
	font-weight: normal;
  	color: #8b0e13;
  	text-decoration: none;
}

a.text:link, a.text:visited, a.text:active {
	font-weight: normal;
	color: #1c1c1c;
	text-decoration: underline;
}

a.text:hover {
	font-weight: normal;
  	color: #1c1c1c;
  	text-decoration: none;
}

a.link_small:link, a.link_small:visited, a.link_small:active {
	font-weight: normal;
	font-size: 9px;
	text-transform: uppercase;
	color: #8b0e13;
	text-decoration: none;
}

a.link_small:hover {
	font-weight: normal;
	font-size: 9px;
	text-transform: uppercase;
  	color: #8b0e13;
  	text-decoration: none;
}

a.grey_small:link, a.grey_small:visited, a.grey_small:active {
	font-size: 11px;
	font-weight: bold;
	color: #a69b4f;
	text-decoration: none;
	text-transform: uppercase;
}

a.grey_small:hover {
	font-size: 11px;
	font-weight: bold;
  	color: #8b0e13;
  	text-decoration: none;
	text-transform: uppercase;
}

a.footer:link, a.footer:visited, a.footer:active {
	font-size: 11px;
	font-weight: normal;
	color: #8b0e13;
	text-decoration: underline;
}

a.footer:hover {
	font-size: 11px;
	font-weight: normal;
  	color: #8b0e13;
  	text-decoration: none;
}

a img, a:hover img {
	border: none;
}

/*------------------classes------------------*/
.indent_box {
	padding-left: 25px;
}

.subheadline {
    width: 370px;
    font-size: 13px;
	color: #a69b4f;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
}

.box_01, .box_02, .box_03 {
    width: 253px;
	margin-bottom: 30px;
	padding: 0px;
	float: left;
	text-align: left;
}

.box_01 {
	padding: 0px;
	float: left;
}

.box_02, .box_03 {
	margin-left: 30px;
	padding: 0px;
}

.sidebar_01, .sidebar_02, .sidebar_03 {
	margin-left: 0px;
	padding: 0px;
}

.sidebar_02, .sidebar_03 {
	margin-top: 30px;
}

.ontop {
    clear: both;
    border-top:1px solid #ddd59b;
	margin-bottom: 0px;
	margin-top: 30px;
	text-align: left;
}

.text_small {
	font-size: 11px;
	line-height: 130%;
}

.text_bold {
    font-size: 12px;
	color: #8b0e13;
	text-transform: uppercase;
	font-weight: bold;
}

ul {
    list-style: square;
    padding-left: 50px;
    margin-left: 0px;
}

li {
    line-height: 250%;
}

/*------------------container------------------*/
#container {
	margin: 0 auto;
  	width: 900px;
  	margin-top: 40px;
}

/*------------------header------------------*/
#header {
	width: 900px;
	height: 180px;
	float: left;
  	background: url(../img/bg_header.gif) no-repeat;
}

#logo {
	width: 210px;
	height: 110px;
	float: left;
	margin-top: 40px;
	margin-left: 40px;
}

#topnavi {
	float: right;
	margin-top: 135px;
	margin-right: 40px;
	text-align: right;
	color: #8b0e13;
}

/*------------------rotator------------------*/
#rotator_box {
	width: 900px;
	height: 200px;
	float: left;
  	background: url(../img/bg_global.gif) repeat-y;
}

/*------------------moving box------------------*/
#wrapper {
    width: 900px;
  	background: url(../img/bg_global.gif) repeat-y;

    float: left;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #ddd59b;
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../slider/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../slider/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #fff;
	text-align: left;
}

.inside img {
	display: block;
	border: 1px solid #fff;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #8b0e13;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #a69b4f;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -30px;
}

.scrollButtons.right {
    right: -30px;
}

.hide {
    display: none;
}

/*------------------content------------------*/
#content_frame {
	width: 900px;
  	float: left;
  	background: url(../img/bg_global.gif) repeat-y;
}

#content {
	width: 820px;
    margin: 30px 0px 20px 40px;
	text-align: left;
	float: left;
}

#text {
    width: 600px;
	margin-bottom: 30px;
	padding: 0px;
	float: left;
	text-align: left;
}

#sidebar {
    width: 155px;
	margin-left: 30px;
	margin-bottom: 30px;
	padding-left: 30px;
	float: left;
	text-align: left;
}

/*------------------footer------------------*/
#footer	{
	width: 900px;
	margin-left: 0px;
	padding-top: 20px;
	height: 100px;
	margin-bottom: 30px;
	float: left;
  	background: url(../img/bg_footer.gif) repeat-x;
  	font-size: 11px;
}

#footer_left {
  	color: #8b0e13;
	float: left;
	margin-left: 40px;
	width: 550px;
	text-align: left;
}

#footer_right {
  	color: #8b0e13;
	float: right;
	margin-right: 40px;
	text-align: right;
}





















