/*
	Hubschmid AG-CSS, displaying on all medias
	(c) 2008 by inkognito - visuelle kommunikation gmbh
	
	Modifications: 
	
*/

/* ----- HACKS ------------------------------------------------------------------------------------------------- */


* {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	}

* html #wrapper {
	height: 100%;
	}
	
* html #footer {
	bottom: -1px;
	}	

/* ----- BASICS ------------------------------------------------------------------------------------------------- */


body {
	font-size: 12px;
	line-height: 16px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #333;
	background: url(../media/body_bg.gif) repeat-x #dadada;
	margin: 0;
	padding: 0;
	}

html, 
body {
    height: 100%;
	}



h1, 
h2 { 
	font-size: 18px; 
	font-weight: normal; 
	color: #636c7c; 
	margin-bottom: 10px
	}
	
h3 { 
	font-size: 16px; 
	font-weight: normal; 
	color: #636c7c;
	padding: 2px 0 0 0; 
	}	

a:link, 
a:visited {
	text-decoration: underline;
	color: #0068a1;
	}

a:hover, 
a:active {
	color: #e4cc02;
	}

/* ----- TABLE-STYLE ------------------------------------------------------------------------------------------------- */
	
.td_data_dark,
.td_data_bright,
.td_name_dark,
.td_name_bright	{
	vertical-align: middle;
	height: 25px; 
	width: 152px;
	padding-right: 10px;
	}

.td_data_dark { 
	background-color: #ffe680; 
	text-align: right; 
	}
	
.td_data_bright { 
	background-color: #fffad9; 
	text-align: right; 
	}
	
.td_name_bright { 
	background-color: #eaece9; 
	text-align: right; 
	}
	
.td_name_dark { 
	background-color: #dadada; 
	text-align: right; 
	}
	
.table { 
	width: 650px; 
	height: auto;
	border: 0; 
	}
	
.td_pic { 
	width: 191px; 
	height: auto; 
	border: 0;
	}
			
.td_title { 
	height: 30px; 
	border-bottom: 1px solid #636c7c
	}
	
table h3 {
	font-weight: normal; 
	margin-bottom: 10px;
	margin: 0;
	}
	
	


/* ----- LAYOUT ------------------------------------------------------------------------------------------------- */


#wrapper {
	position: relative;
	width: 950px;
	min-height: 100%;
	margin: auto auto;
	background: url(../media/wrapper.jpg) repeat-y #fff;
	text-align: left;	
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	}

#header {
	position: relative;
	width: 950px;
	height: 100px;
	background-color: #fff;
	background: url(../media/headerbild.jpg) no-repeat #fff;
	overflow: hidden;
	}

#adress {
	color: #fff;
	position: relative;
	top: 0px;
	left: 657px;
	width: 293px;
	height: 100px;
	border-left: solid 1px #fff;
	}


#navigation {
	position: relative;
	width: 950px;
	height: 23px;
	font-size: 13px;
	line-height: 16px;
	font-family:  "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	background-color: #fffad9;
	float: left;
	z-index: 5000;
	border-top: 1px solid #0068a1;
	border-bottom: 1px solid #0068a1;
	overflow: hidden;
	}

#hnav {
	border-left: 1px solid #0068a1;
	padding-left: 4px;
	}

#leftcol {
	width: 160px;
	float: left;
	background-color: #d6e6ef;
	}

#content {
	padding-left: 25px;
	padding-top: 25px;
	float: left;
	}
	
#footer {
	position: absolute;
 	bottom: 0;
	left: 0;
	float: left;
	width: 950px;
	height: 30px;
	background: url(../media/footerpic.gif) no-repeat #dadada;
	overflow: hidden;
	}

	
	
/* ----- LAYOUT CLASSES ------------------------------------------------------------------------------------------------- */		

.headline {
	width: 650px;
	border-bottom: solid 1px #636c7c;
	}

.rubrik {
	width: 650px;
	margin-top: 10px;
	float: left;
	margin-bottom: 30px;
	}
	
	
.rubrik img {
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
	border: 0px;
	}	

	
.rubrik table img {
	margin: 0px;
	border: 0px;
	}			


.footertext {
	text-align: center;
	color: #677A7B;
	font-size: 10px;
	line-height: 13px;
	margin-top: 10px; 
	}
	
.adresstext {
 	color: #fff;
 	padding: 30px 0 0 10px;
	width: 130px;
	height: 69px;
	float: left;
 	}	
 	
 .img_border {
 	border: 0px;
 	}	

/* ----- END CSS ------------------------------------------------------------------------------------------------- */







