﻿/*------------für alle Textboxen-------------------------- */
/* -- Projekt: peloh Web --------- */
/* -- h_style zu seite home ---------- --- */
/* --- textbox_style.css für alle Textboxen */
/* -- Start: 10.02.2010 ------------------- */
/* --- Letzte Aenderung: 15.03.2010  -------*/



/* - - - - - - Textbox mit Überschrift - - - - - - -  */
/* Textbox Index */
.textbox {
		margin: 80px auto 30px 250px ;
		width : 500px; 
		background : none transparent scroll repeat 0% 0%; 	
/*		border-top : #444 1px solid; 
		border-bottom : #444 1px solid; 
		border-left : #444 1px solid;
		border-right : #444 1px solid; */	
}
/* Textbox Kontakt  */
.textbox_kont {
		margin: 80px auto 30px auto ;
		width : 500px; 
		background : none transparent scroll repeat 0% 0%; 	
}

.textbox_impressum {
		margin: 30px auto 30px auto ;
		width : 500px; 
		background : none transparent scroll repeat 0% 0%; 	
	}

.textbox_impressum h3 {
		border-bottom : #444 1px solid;
		margin : 0px;  
		padding-top : 0px;
		padding-bottom : 5px; 
		padding-left : 10px; 
		padding-right : 10px; 
		font-family: Verdana, sans-serif; 
		font-weight: bold ;  
		font-size : 1.0em;
		text-align: left ;  
	}

/*  Adresse  */
.textbox_impressum p {
		font-family: Verdana, sans-serif; 
		font-weight: normal  ;  
		font-size : 1.0em;
	/*	text-align: left ;  */
		color: #999999;	
	
}


/* +++++++++++ Textbox in Rechtliches peloh.de ++++++++++++  */
.textbox_rechtliches {
		margin: 30px auto 30px 150px ;
		width : 700px; 
		background : none transparent scroll repeat 0% 0%; 
		border-top : #444 1px solid; 
		border-bottom : #444 1px solid; 
		border-left : #444 1px solid;
		border-right : #444 1px solid; 	
}

.textbox_rechtliches h3 {
		border-bottom : #444 1px solid;
		margin : 0px;  
		padding-top : 0px;
		padding-bottom : 5px; 
		padding-left : 10px; 
		padding-right : 10px; 
		font-family: Verdana, sans-serif; 
		font-weight: bold ;  
		font-size : 1.4em;
		text-align: left ;  

}

.textbox_rechtliches p {
	margin: 5px 2px 5px 2px;
	padding: 0px 10px 0px 10px;
}

/* ++++++++++++ Textbox in Rechtliches in Fotogalerie +++++++++++++ */
.textbox_rechtliches_foto {
 		float: right ; 
		margin: 1px 50px 30px auto  ;
		width : 700px; 
		background : none transparent scroll repeat 0% 0%; 
		border-top : #444 1px solid; 
		border-bottom : #444 1px solid; 
		border-left : #444 1px solid;
		border-right : #444 1px solid; 	
}

.textbox_rechtliches_foto h3 {
		border-bottom : #444 1px solid;
		margin : 0px;  
		padding-top : 0px;
		padding-bottom : 5px; 
		padding-left : 10px; 
		padding-right : 10px; 
		font-family: Verdana, sans-serif; 
		font-weight: bold ;  
		font-size : 1.4em;
		text-align: left ;  

}

/* Text in Rechtliches der Fotogalerie  */
.textbox_rechtliches_foto p {
	margin: 5px 2px 5px 2px;
	padding: 0px 10px 0px 10px;
	font-size: 1.0em;
	font-style: normal ;
	color: #999999;			
}


.textbox_rechtliches_foto p.color_achtung { 
	background-color: #FF9900; 
	color: black; 
	font-weight: bold;
	padding: 0; 
	}



.texboxinhalt {
		border-top : #444 1px solid; 
		border-bottom : #444 1px solid; 
		border-left : #444 1px solid;
		border-right : #444 1px solid; 
		display : block; 
		height : auto; 
	}



div#content .textbox h3 {
		border-bottom : #444 1px solid;
		margin : 0px;  
		padding-top : 0px;
		padding-bottom : 5px; 
		padding-left : 10px; 
		padding-right : 10px; 
		font-family: Verdana, sans-serif; 
		font-weight: bold ;  
		font-size : 1.2em;
		text-align: center;  
	}


div#content .textbox p {
		text-align : left; 
		margin : 0px; 
		padding-top : 5px;
		padding-bottom : 5px; 
		padding-left : 20px; 
		padding-right : 20px; 
		font-family : verdana;
		color :  #cccccc;    
		font-size : 0.9em; 
	}

/* - - - - - - Textboxen links/mitte/rechts mit Überschrift - Links/Aktuelles/- - - - - -  */

.textbox_links {
 		float: left ; 
		margin: 40px 20px 15px 10px ;
		width : 300px; 
		background : none transparent scroll repeat 0% 0%; 
	}

.textbox_mitte {
 		float: left ; 
		margin: 40px 10px 15px 10px ;
		width : 300px; 
		background : none transparent scroll repeat 0% 0%; 
	}

.textbox_rechts {
		float: right  ;
		margin: 40px 10px 15px 20px ;
		width : 300px; 
		background : none transparent scroll repeat 0% 0%; 	
	}


/* Überschrift */
div#content_pl .texboxinhalt h3 {
		border-bottom : #444 1px solid;
		margin : 0px;  
		padding-top : 0px;
		padding-bottom : 5px; 
		padding-left : 10px; 
		padding-right : 10px; 
		font-family: Verdana, sans-serif; 
		font-weight: bold ;  
		font-size : 1.4em;
		text-align: center; 
		color: #ffffff;  
	}


div#content_pl .texboxinhalt p {
		text-align : left; 
		margin : 0px; 
		padding-top : 5px;
		padding-bottom : 5px; 
		padding-left : 20px; 
		padding-right : 20px; 
		font-family : verdana;
		color :  #cccccc; 
		font-size : 0.9em; 
	}

/* navi in textboxen / Links.htm  */
div#content_pl .texboxinhalt a {
		text-align : left; 
		margin : 0px; 
		padding-left : 5px; 
		padding-right : 0px;
		text-decoration: none ; 
		font-family : verdana;
		font-size : 1.0em; 
	}

div#content_pl .texboxinhalt a:hover {
				background: #555555; 
				color: #fff;
				text-decoration: underline;
		}

div#content_pl .texboxinhalt a:visited {
	color:  #999999;  		/* grau- besuchte links */
	text-decoration: none;	
		}


/* #### ende #### */




