/*CSS - Styleguide*/

/*
	http://www.donaumoos-kies.de/
   	css styles
   
   	Copyright 2009, 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%  Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
    background: url(../img/bg_top.gif) repeat-x;
    background-color: #f3f3f3;
}

h1 {
	font-family:  Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #d9261c;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	font-family:  Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
	color: #d9261c;
}

h3 {
	font-family:  Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #d9261c;
}

h4 {
	font-family:  Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d9261c;
	margin-bottom: 5px;
}

a {outline: none;}

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

a.link:hover {
	font-weight: normal;
  	color: #d9261c;
  	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: #787878;
	text-decoration: none;
}

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

a.navi:link, a.navi:visited, a.navi:active {
	font-size: 12px;
	font-weight: normal;
	color: #137ab3;
	text-decoration: underline;
}

a.navi:hover {
	font-size: 12px;
	font-weight: normal;
  	color: #137ab3;
  	text-decoration: none;
}

a.grey_small:link, a.grey_small:visited, a.grey_small:active {
	font-size: 11px;
	font-weight: normal;
	color: #787878;
	text-decoration: none;
}

a.grey_small:hover {
	font-size: 11px;
	font-weight: normal;
  	color: #d9261c;
  	text-decoration: none;
}

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

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

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

/*------------------tabellen------------------*/
table {
	width: 500px;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px;
}

th, td {
	padding: 0.1em 0em 0.1em 0.3em;
}

th {
	color: #d9261c;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

td {
	color: #666;
	border: 1px solid #ccc;
}

tr:hover {
	background-color: #f1f1f1;
	cursor: pointer;
}
               
table tr th.sub {
	background-color: #d5d5d5;
}

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

.indent_box_small {
	padding-left: 25px;
	font-size: 10px;
	line-height: 130%;
}

.box_01 {
    font-size: 12px;
    width: 365px;
	margin-bottom: 30px;
	padding: 0px;
	float: left;
	background-color: #fff;
}

.box_02 {
    font-size: 12px;
    width: 365px;
	margin-bottom: 30px;
	margin-left: 45px;
	padding: 0px;
	text-align: left;
	float: left;
	background-color: #fff;
}

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

.small {
	font-size: 10px;
	color: #137ab3;
	font-weight: bold;
}

.text_red {
    font-size: 12px;
	color: #d9261c;
	text-transform: uppercase;
	font-weight: bold;
}

.text_red_normal {
    font-size: 12px;
	color: #d9261c;
	font-weight: normal;
}

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

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

#header_inside {
	width: 900px;
	height: 160px;
	float: left;
  	background: url(../img/bg_header_inside.gif) no-repeat;
}

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

#topnavi {
	float: right;
	margin-top: 30px;
	margin-right: 40px;
	text-align: right;
	color: #787878;
}

/*------------------navigation------------------*/
#navcontainer {
    background: #d9261c;
    height: 270px;
    width: 213px;
    margin: 40px 0px 0px 20px;
    font-family: Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    float: left;
}

ul#navlist {
    text-align: left;
    list-style: none;
    margin-top: 0px;
    padding: 0;
}

ul#navlist li {
    display: block;
    margin: 0;
    padding: 0;
}

ul#navlist li a {
    display: block;
    padding: 0.75em 0 0.75em 3em;
    color: #fff;
    text-decoration: none;
 	border-bottom:1px solid #fff;
}

#navcontainer>ul#navlist li a { width: 180px; }

ul#navlist li#active a {
    background: #fff;
    color: #d9261c;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
    color: #d9261c;
    background: #fff;
}

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

#intro_pic {
	width: 900px;
	height: 230px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	text-align: left;
	float: left;
}

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

#content_inside {
	width: 500px;
    margin: 40px 0px 20px 53px;
	text-align: left;
	padding: 20px 20px 20px 20px;
	float: left;
	background-color: #f0f0f0;
}

#vbox {
    padding: 20px 0px 0px 20px;
	float: 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: #515151;
	float: left;
	margin-left: 60px;
	width: 500px;
	text-align: left;
}

#footer_right {
  	color: #515151;
	float: right;
	margin-right: 63px;
	text-align: right;
}

/*------------------gallery------------------*/
#gallery A {
	display:block;
	float:left;
	width:400px;
	text-align:left;
	text-decoration:none;
	color:#000;
	font-size:11px;
}

















