@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}
/* html { height: 101% }   verlängert die Seite für den Firefox, verhindert das Ruckeln wg. Bildlaufleiste! */


body {
	background-image:url(../images/linie_top_weiss.gif);
	background-repeat: repeat-x;
	color: #6c6c6c;
}		
#wrapper {
	width: 896px;
	background-image: url(../images/hg_navi.gif);
	background-repeat: repeat-y;
	/*---------OVERFLOW für Darstellung des Graubalkens im Firefox---------*/
	overflow:auto;
	margin-right: auto;
	margin-left: auto;
}

/*===============================================HEADER=================================================*/
#header {
	height: 60px;
	width: 896px;
}
#headleft {
	background-image: url(../images/linie_top_grau.gif);
	background-repeat: repeat-x;
	float: left;
	height: 60px;
	width: 150px;
}
#headright {
	background-image: url(../imgages/linie_top_weiss.gif);
	background-repeat: repeat-x;
	float: right;
	height: 60px;
	width: 746px;
}
#wrapper #header #headright img {
	float: right;
	padding-top: 5px;
	padding-right: 16px;
}
/*=============================================NAVI===================================================*/
#navi {
	float: left;
	width: 150px;
	min-height: 270px;
}
/*===========================================ALL==================================================*/
#all {
	float: right;
	width: 746px;
	min-height: 270px;
}
#content {
	width: 714px;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
}
#footer {
	width: 730px;
	font-size: 0.8em;
	height: 18px;
	background-repeat: repeat-x;
	float: left;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
/*=======================================Link im FOOTER ===========================================*/
#footer a:link {
	color: #666;
	text-decoration: none;
}

#footer a:visited {
	color: #666;
	text-decoration: none;
}	

#footer a:hover {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}	



/*===============================Erscheinungsbild LISTE navi=====================================*/
#navi ul {
	list-style-type: none;
	margin-right: 7px;
	margin-top: 60px;
}
#navi li {
	padding: 2px;
	text-align: right;
}
/*================================Erscheinungsbild LINKS in NAVI=================================*/
#navi a:link {
	color: #666;
    text-decoration: none;
}	

#navi a:visited {
	color: #666;
	text-decoration: none;
}

#navi a:hover {
	color: #900;
	text-decoration: none;
	font-weight: bold;
	
}
#navi a:active {
	color: #900;
}	
#wrapper #navi ul li a.active {
	color: #900;
}


/*====================================TEXT allgemein===============================================*/
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}
/*=======================================Links allgemein============================================*/
a {
	color:#666;
}	
a:visited {
	color:#666;
}	
a:hover {
	color:#900;
}	
/*===================================Erscheinungsbild table_portfolio==============================*/
#table_portfolio {
	width: 714px;
	margin: 0px;
	padding: 0px;
}

/*===================================BEARBEITBARER BEREICH=======================================*/


/*=====================================LINKS========================================================*/

#links {
	width: 714px;
	min-height: 270px;
	text-align: center;
	margin-top: 40px;
	line-height: 25px;
}	
#links a {
	color: #666;
	text-decoration: underline;
}
#links a:hover {
	color: #900;
	text-decoration: underline;
	font-weight: bold;
}

/*=====================================IMPRESSUM========================================================*/
#impressum {
	margin-bottom: 30px;
	text-align: center;
}
#impressum a {
	color: #666;
	text-decoration: underline;
}
#impressum a:hover {
	color: #900;
	text-decoration: underline;
	font-weight: bold;
}

/*======================================= Erscheinungsbild KONTAKT==================================*/
#kontakttext {
	margin-top: 40px;
	margin-left: 48px;
	line-height: 1.5em;
}

#formularbox {
	width: 150px;
	margin-top: 10px;
	margin-left: 50px;
}
#dankedings {
	padding-top: 130px;
	padding-bottom: 150px;
	padding-left: 45px;
}
#kontakttext a:hover {
	font-weight: bold;
}	
/*===========================================Überschrift==============================================*/
#headright h1 { 
	display:none;
}