@charset "utf-8";
/* global */

body {
	background: transparent url(../design/Website_ErsteIdee_09.png) scroll 0 0;
	margin-bottom: 0px;
}

/* page */

#head{
	background: transparent url(../design/Website_ErsteIdee_03.png) no-repeat scroll 0 0;
	height:156px;
	width:900px
}

/* navigation */

.navi {
	background: transparent url(../design/button_16.png) no-repeat scroll 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 31px;
	width: 142px;
	margin: 0 0 -5px 10px;
	padding: 6px 0px;
	text-align: center;
	cursor: pointer;
}


*+html .navi{ /* IE7 fix */
	margin-left: -10px;
}
* html .navi{
	border:0px solid black;
	position:relative;
	top:-400px;
}
* html div .navi_pos{
	padding-left:40px;
}


a.nav_link:link{color: #FFF; text-decoration: none;}
a.nav_link:visited{color: #FFF; text-decoration: none;}
a.nav_link:active{color: #F00; text-decoration: none;}
a.nav_link:hover{color: #F00; text-decoration: none;}

a.nav_link{
	display: block;
	position: relative;
	left: -3px;
}

.border_left{
	float: left;
	z-index: 1;
	position: relative;
}
.navi_pos{
	height: 100%;
	position: relative;
	z-index: 2;
}

.navi_pos{
	position: relative;
	z-index: 2;
}


#test {
	background: url(../design/Website_ErsteIdee_1_15.png) repeat-y;
}

/* content */

.content_block{
	background:#FFFFFF;
	height:100%;
}
.content_txt{
	text-align: justify;
	padding: 0 20px;
	background: #FAD9AE;
	border: 1px solid #F2991F;
	width: 600px;
	margin: 20px 20px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #eaa71c;
	text-align: left;
	background: none;
	margin-left: 18px;	
}

/* IE 7 FIXES*/
*+html h1{
	margin-top: 15px;
	margin-left: 45px;
}
*+html .content_txt{
	margin-left: -1px;
	padding: 15px;
}
/* right column*/ 

#test_right{
	background: url(../design/repeat_right.png) repeat-y 44px 0;
}

/* FOOTER*/

#unten{
	width:900px;
	background: transparent url(../design/Website_ErsteIdee_17.png) scroll 0 0;
	height:21px;
}
.pipe{
	color: #FFF;
	position: relative;
	top: -2px;
}
.pipe:last-child{ display: none;}
a.footer{
	cursor:pointer;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
a.footer:link{color: #FFF; text-decoration: none; text-transform:uppercase;}
a.footer:visited{color: #FFF; text-decoration: none; text-transform:uppercase;}
a.footer:active{color: #F00; text-decoration: none; text-transform:uppercase;}
a.footer:hover{color: #F00; text-decoration: none; text-transform: uppercase;}

/* TABLE STYLES */

TABLE {
  border-collapse: collapse;
}
TABLE TD {
  padding: 0px;
}
