/* CSS Document */

li {list-style: none;}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0% 0%;
	color: #554;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-style:normal;

}

h3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-align: right;
	margin: 0.625%;
}

h5 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #554;
	text-align: left;
}

/* ----------body-------------- */

body {
	background: #CCCCCC url('img/.jpg') no-repeat center;
    color: #CCCCCC;
    padding-top: 5%;

}

/* ---------container------------ */

.inner_container {
    border: 1px solid #097E2D;
	background: #FFFFFF;
    font-size: 1.2em;
    margin: 0 10%;
    padding: 1%;
	width: 80%;                               
}

.outer_container {
        background: url('img/') no-repeat center bottom;
        padding-bottom: 5%;
		width: 100%;
		
}

/* ----------header-------------- */
.header {
	background: #097E2D url('img/Logo_klein.jpg') center no-repeat;
    height: 113px;
    margin-bottom: 1%;
    text-align: center;	
}



/* -----------------Content--------------------- */
.main_frame {
        padding: 0.5% 2% 0 0;
}


.content {
        float: right;
        width: 70%;
		padding-bottom: 2%;

}
.content li {
        list-style: url(img/li.gif);
        margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;
		color: #554;
		font-size:14px}


/*-----------pictures-----------------------*/
.outer_container .inner_container .main_frame .content .heide_img img {
	position: inherit;
	top: 23em;
	left: 24.3em;
	height: auto;
	width: auto}
	
.outer_container .inner_container .main_frame .content .brixy_img img {
	position: inherit;
	top: 0em;
	left: 0em;
	height: auto;
	width: auto;
	margin-bottom: 5px}
	
.outer_container .inner_container .main_frame .content .brixy_1_img img {
	position: inherit;
	top: 20em;
	left: 53em;
	height: auto;
	width: auto}
	
.outer_container .inner_container .main_frame .content .wurf_img img {
	position: inherit;
	top: 33em;
	left: 42em;
	height: auto;
	width: auto}
/*--------------table----------------------*/

table {
	width: auto;
	border: 1px solid #097E2D;
	color: #554;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 14px;
	border-collapse: collapse;}

thead th {
	text-align: left;
	color: #FFFFFF;
	background: #097E2D;
	}

tbody tr td { 
	text-align: left;
	border-with: 0px ;
	border-style: none;
	border-color:  #097E2D
	}

th, td {
	padding: 0;
	width: 170px}	

/* --------------navigavtion------------- */
.navigation {
        float: left;
        width: 28%;
		padding-right: 2%;
}
.navigation h2 {
        color: #5A5A43;
        line-height: 50%;
        margin: 3%;
        padding-left: 2.5%;
}
.navigation ul {
        padding: 0;
        border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
        color: #554;
        display: block;
        padding: 2.5% 0 2.5% 5%;
        text-decoration: none;
        width: 95%;
		font-family: "Lucida Sans Unicode",sans-serif;
		font-size:12px}
		
.navigation li a:hover {
        background: #F0F0EB;
        color: #654;
}
/*-------------galerie--------------------------*/

.outer_container .inner_container .main_frame .content ul {
	list-style: none;
	width: 100%;
	height: 100%;
}
.outer_container .inner_container .main_frame .content ul li {
	list-style: none;
	width:20%;
	float:left;
	padding:10px;
	margin:4% 4% 0 0;
	border:1px solid #097E2D;
}
.outer_container .inner_container .main_frame .content ul li img {
	width:100%;	
	height:100%;
	border:none;
}

/* -----------footer--------------------------- */
.footer h3{
	clear: both;
	height: 10%;
	width: auto;
	margin: 2px;
	padding: 5px;
	background-color: #097E2D;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666
}

#TB_window a:link,
#TB_window a:visited,
#TB_window a:active,
#TB_window a:focus {
	color: #666;
}
#TB_window a:hover {
	color: #000;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #097E2D;
	text-align:left;
	top:45%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
