﻿/* Grundgerüst der Homepage, inkl. aller Designänderungen (z.b. Textfelder) */

.site{
   	margin: auto; 
	width: 784px;
    font-size: 12px;
}     
.menue{
   	width: 784px;
   	height: 35px; 
	background:url("../media/design/hp_05.png");
}
.link {
   	width: 524px;
	margin: auto;
}
.menue a{
   	width: 87px;
   	height: 27px; 
	text-decoration: none;
	font-weight:bold; 
	display: block;
	float: left; 
	text-align: center; 
    padding-top: 8px; 
    color: #3c3c3c;
}
.menue a:hover, .menue a:active{
   	width: 87px;
   	height: 27px; 
	background:url("../media/design/hp_08.png");
	text-decoration: none;
	font-weight:bold; 
	display: block; 
	float: left;
	text-align: center;
	padding-top: 8px;
    color: #3c3c3c;  	
}
.menue a:visited{
   	width: 87px;
   	height: 27px; 
	text-decoration: none;
	font-weight:bold; 
	display: block; 
	float: left;
	text-align: center;
	padding-top: 8px;
    color: #3c3c3c;  	
}
.content{
   	width: 784px;
   	min-height: 390px; 
	background: url("../media/design/hp_10.png");
	overflow:auto; 
    color: #3c3c3c;   	
}
.footer{
   	width: 784px;
   	height: 24px; 
	background:url("../media/design/hp_12.png") bottom no-repeat ;
	text-align: center;    	
}
.text_cont{
   	padding: 10px 25px 7px 25px;			    	
}
.vorsch_all{
   	margin: auto;
	margin-top:  10px;
	width: 290px;    	
}
.foto_center_1{
    margin: auto;
	margin-top:  20px;
    margin-bottom: 5px;
	width: 570px; 
    height: auto;
}
.foto_center_2{
    margin: auto;
	margin-top:  10px;
    margin-bottom: 0px;
	width: 427px; 
    height: auto;
}
.foto_uebersicht{
   	margin: auto;
	margin-top:  10px;
    margin-bottom: 27px;
	width: 427px; 
    height: auto;
    border: 1px solid #B0A5A5;
    display: inline-block;  	
}
.foto_all{
   	margin: auto;
	margin-top:  10px;
    margin-bottom: 27px;
	width: 570px; 
    border: 1px solid #B0A5A5;
    display: inline-block;  	
}
.foto_text{
    font-weight: bold;
    background-color: #FDF4D5;
    color: #B0A5A5;
    position: relative;
    top:-1.1em;
    left: 0.5em;
    padding:0 3px;
    width: 75px;
    text-align: center;
    white-space:nowrap;
}
#vorsch a{
    border: 1px solid #7a8c37;
    margin: 0px 20px 10px 20px;
	height: 100px;
	width: 100px;
	float: left; 
	text-decoration: none;
	text-align: center;   	
}
#vorsch a:hover{
   	border: 1px solid #f37c6f;
   	margin: 0px 20px 10px 20px;
	height: 100px;
	width: 100px;
	float: left;
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75;
	opacity: 0.75 ;
	text-decoration: none; 
	text-align: center;  	
}
.gal_all{
    margin: auto;
    margin-top:  10px;
    width: 720px;    	
}
.gal a{
   	border: 1px solid #7a8c37;
   	margin: 5px 9px 10px 9px;
	height: 100px;
	width: 100px;
	float: left; 
	text-decoration: none;
	text-align: center;   	
}
.gal a:hover{
    border: 1px solid #f37c6f;
    margin: 5px 9px 10px 9px;
	height: 100px;
	width: 100px;
	float: left;
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75;
	opacity: 0.75 ;
	text-decoration: none; 
	text-align: center;  	
}
#titel{
    margin: 10px 20px 0px 20px;
	height: 20px;
	width: 100px;
	float: left;
	text-decoration: none; 
	text-align: center;
	font-weight:  bold;
	padding-top:2px;	    	
}
.button{
	cursor:pointer;
	background-color: #FCE9A7;
    color: #3c3c3c;
	border:1px #3C3C3C solid;
	padding:2px;
}
.button:hover{
	cursor:pointer;
	background-color: #f7e9b8;
    color: #3c3c3c;
	border:1px #3C3C3C solid;
	padding:2px;
}
.forms{
	background-color: #FCE9A7;
	border:1px #3C3C3C solid;
    color: #3c3c3c;
	padding:2px;
}
.error{ 
	margin-bottom:5px;
	margin:auto;
	left:0px;
	top:40px;
	width:550px;
	text-align:center;
	background-color:#FFE2E2;
	border:1px solid red;
	padding:7px;
	color:black;
}
.no_error{
	margin-bottom:5px;
	margin:auto;
	left:0px;
	top:40px;
	width:550px;
	text-align:center;
	background-color:#CFEBCF;
	border:1px solid #006600;
	padding:7px;
	color:black;
}
.text_center{
	text-align: center;		
}
.text_right {
	text-align: right;	
    padding-top: 6px;
    padding-right: 12px;
    font-size: 10px;
}
