/* CSS Document */

body{
		background-image: url(pics/back.jpg);
		scrollbar-3dlight-color: #6F0011;
		scrollbar-arrow-color: #000000;
		scrollbar-darkshadow-color: #000000;
		scrollbar-face-color: #6F0011;
		scrollbar-highlight-color: #000000;
		scrollbar-track-color: #6F0011;
		margin:0px;
}

.text  			{
	color: #E8E8BD;
	font-size: 12px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;

} 
.text2 			{
	font-size: 12px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #E6870A; 
}
.textkursiv			{
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #E6870A;
	font-style: italic;
}
.head   		{color: #E6870A; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;  }
.head2   		{color: #E8E8BD; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
.head3 		{color: #E6870A; font-weight: bold; font-size: 20px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
A           	{ color: #E6870A; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;text-decoration: none}
A:active        { color: #E6870A; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;text-decoration: none}
A:visited       { color: #E6870A ;font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;text-decoration: none}
A:hover         { color: #E8E8BD; font-size: 12px;font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;text-decoration: none}

/*divs*/

#head{ 	
/*position:absolute;		*/
 /*background-attachment:fixed;*/
		background-image:  url(pics/head.gif);
		background-repeat: no-repeat; 
		margin:0px auto;
		/*left:50%; 
		top:0px; 
		margin-left:-355px;*/
		width:710px; 
		height:256px; 
}
#back{ 
		
		/*position:absolute;		*/
		/*background-attachment:fixed;*/
		background-image:  url(pics/content.gif);
		background-repeat: repeat-y; 
		margin:0px auto;
		
		/*left:50%; */
		/*top:256px;*/ 
		/*margin-left:-355px;*/
		padding-left:55px;
		padding-right:55px;
		padding-top:10px;
		padding-bottom:10px;
		width:600px; 
		min-height: 400px;
		

}
* html #content {
height: 400px;
}

#bottom{

	/*position:absolute;*/
	/*background-attachment:fixed;*/
	background-image:  url(pics/bottom.gif);
	background-repeat: no-repeat;
	margin:0px auto;
	height:30px;
	width:710px;
	/*left:0px;*/ 
	/*bottom:-30px;*/
	
}
#nav{
	position:absolute;
	left:50%;
	margin-left:-150px;
	top:138px;
	width:470px;
	height:35px;
}
#subnav{
	position:absolute;
	left:141px;
	margin-left:-150px;
	top:39px;
	width:479px;
	height:3px;
	text-align:right;
	padding:0px;
}
#headline{
	position:absolute;
	left:416px;
	margin-left:-150px;
	top:73px;
	width:199px;
	height:30px;
	text-align:right;
	padding:0px;
}

#login{
	position:absolute;
	left:605px;
	margin-left:-150px;
	top:-68px;
	width:32px;
	height:16px;
	text-align:right;
	padding:0px;
}
#subcontent{
	position:absolute;
	left:151px;
	margin-left:-150px;
	top:73px;
	width:255px;
	height:30px;
	text-align:left;
	padding:0px;
}
.buttons{margin:10px;}
.pfad {
      
        padding: 5px;
        width: 600px;
        font-size: 12px;
      
}
.gallerien {
      
        padding: 5px;
        width: 600px;
      
}
.content {
      
        padding: 5px;
}

.bild {
      
        padding: 5px;}
       
hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #E6870A;
 border-bottom: transparent;
}

