/*CSS PRINT - Styleguide*/

/*
	http://www.donaumoos-kies.de/
   	css styles
   
   	Copyright 2009, Markus Spiske
   	http://www.temporausch.com
*/


@page {
       size:portrait;
       margin-top:2cm;
       margin-bottom:3cm;
       margin-left:2cm;
       margin-right:2cm	
}


/*------------------general styles------------------*/
html, body, div, p, h1, h2, h3, ol, span, a, table, td, form, img {
	margin: 0;
	padding: 0;
	color: #000;
	font: 12px/175%  Times, Times New Roman, Georgia;
}

body {
	font: 12px/175%  Times, Times New Roman, Georgia;
	background-color: white !important;
    background-image: none !important;
    color:black;
}

h1 {
	font-family:  Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #000;
	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: #000;
}

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

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

a {outline: none;}

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

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

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

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

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

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

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

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

a.footer:hover {
	font-size: 11px;
	font-weight: normal;
  	color: #000;
  	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: #000;
	background-color: #fff;
	border: 1px solid #000;
}

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

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

/*------------------container------------------*/
#container {
  	margin-top: 0px;
}

/*------------------header------------------*/
#header {
	display: none;
}

#header_inside {
	display: none;
}

#logo {
	display: none;
}

#topnavi {
    display: none;
}

/*------------------navigation------------------*/
#navcontainer {
    display: none;
    float:none !important;
}

ul#navlist {
    display: none;
    float:none !important;
}

ul#navlist li {
    display: none;
    float:none !important;
}

ul#navlist li a {
    display: none;
    float:none !important;
}

#navcontainer>ul#navlist li a { display: none; }

ul#navlist li#active a {
    display: none;
    float:none !important;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
    display: none;
    float:none !important;
}

/*------------------content------------------*/
#content_frame {

    float:none !important;
}

#intro_pic {
    display: none;
}

#content {
	text-align: left;
	float:left;
}

#content_inside {
    text-align: left;
	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: #000;
	float: left;
	margin-left: 60px;
	width: 500px;
	text-align: left;
}

#footer_right {
  	color: #000;
	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;
}

















