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

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

* {
	margin: 0px;
	padding: 0px;
	}


body {
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif;
	font-size: 10pt; /* oder 12px */
	background-image:url(../images/bg_streifen.gif);
	background-repeat: repeat-x;
	}
	
img {
	border: none;
	}
	
html {
	background-color: #c0c0c0;
	}


/*------------------- MAIN divs -------------------- */


#main {
	height: 806px;
	width: 738px;
	margin: 0 auto; 
	text-align: left;
	background-color: #FFF;

	}

#header {
	height: 227px;
	width: 738px;
	background-image:url(../images/layout2/head.gif);
	background-repeat: no-repeat;
	}

#navi {
	margin-top: 120px;
	margin-left: 33px;
	height: 18px;
	width: 423px;
	}
	
#mittelteil {
	width: 738px;
	height: 496px;
	}

#content {
	height: 496px;
	width: 418px;
	margin-top: -496px;
	margin-left: 38px;
	background-color: #FFF;
	}
	
#foot_bereich {
	height: 83px;
	width: 738px;
	background-image: url(../images/layout2/foot_bereich.gif);
	}





/*--------------------------------- HEAD bereich --------------------------------------------*/

#head_logo {
	margin-left: 33px;
	}
	
	
/*----------------------------- navi ---------------------------------*/

#navi ul {
	margin-top: 0px;
	list-style: none;
	}


#navi li {
	display: inline;
	margin: 39px;
	}

#navi a {
	font-size: 9pt; /* oder 12px */
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	}
	
#navi a:hover {
	color: #ef752f;
	}
	
#navi a:focus {
	color: #ef752f;
	}


/*--------------------------------- MITTELTEIL ---------------------------------------*/


/*--------------------------------- content ---------------------------------------*/

.auswahl {
	width: 90px;
	}
	
.bereich {
	width: 260px;
	}

.button {
	width: 100px;
	left: 10px
	}

#kontakt_form {
	padding-top: 10px;
	}
	
#kontakt_form table {
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif;
	font-size: 14px;
	}
	
#kontakt_form td {
	padding: 3px;
	width: 90px;
	}
	


/*--------------------------------- info bereich ---------------------------------------*/



#shadow_links {
	width: 33px; 
	height: 496px;
	background-image: url(../images/layout2/schatten_links.gif);
	}
	
#info_text {
	position: absolute;
	width: 180px;
	height: 500px;
	margin-top: -48px;
	margin-left: 485px;
	}
	
.logo_quadrat {
	margin-top: 0px;
	margin-left: 18px;
	}

#info_bereich {
	width: 270px;
	height: 496px;
	margin-top: -496px;
	margin-left: 456px;
	background-image: url(../images/layout2/info_bereich.gif);
	}
	
	
#shadow_rechts {
	width: 33px;
	height: 496px;
	margin-left: 705px;
	margin-top: -496px;
	background-image: url(../images/layout2/schatten_rechts.gif);
	}


/*------------------------------- FOOT bereich -------------------------------*/

#foot_content {
	width: 672px;
	height: 46px;
	margin-left: 33px;
	}

.foot_text {
	padding-top: 16px;
	text-align: center;
	}

.foot_text a{
	color: #ef752f;
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; 
	font-size: 10pt;	
	}



/*------------------------------- text classes & definitionen -------------------------------*/

h3 {
	font-size: 15px;
	}

.headline {
	margin-bottom: 5px;
	}

.orange1 {
	color: #ef752f;
	}

.orange2 {
	color: #ef752f;
	font-size: 14px;
	}
	
.blocksatz {
	text-align: justify;
	}

.list_style {
	list-style: disc;
	margin-left: 13px;
	}





	
