/*###########################################################################
Print-Stylesheet für Website www.welterbe-trier.de
Letzte Änderung: 18.12.06
#############################################################################*/

/*####################### Grundlegende Einstellungen ########################*/
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}

body {
	background-color: #fff;
	color: #333333;
	font-family: verdana, helvetica, sans-serif, sans;
	font-size: 75%;
	}

h1 {
	text-transform: uppercase;
	font-size: 130%;
	margin-bottom: +1.5em;
	line-height: 1.5em;
	color: #2C6841;
	}

h2 {
	text-transform: uppercase;
	font-size: 110%;
	margin-bottom: -1em;
	color: #2C6841;
	}
	
h3 {
	font-size: 100%;
	margin-bottom: -0.5em;
	color: #444;
	}

p {
	line-height: 1.5em;
	font-size: 95%;
	}

a { 
	color: #777;
	font-weight: bold;
	text-decoration: none;
	}

a:hover { 
	color: #777;
	font-weight: bold;
	text-decoration: underline;
	}
	
img {
	border: 0px;
	padding: 0;
	margin: 0;
	}		
	
td {
	line-height: 1.5em;
	font-size: 95%;
	vertical-align:top;
}

p.csc-form-label, p.csc-form-label-req{
	font-size: 11px;
}


/*############### Definition Bereiche ###################*/

#kopf {
 display: none;			
	}
			
#nebennavi {
 display: none;			
	}
			
#breadcrumbs {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 95%;
	color: #8A8D8B;
	height: 27px;
	width: 100%;
	}	
	
#container {
	margin: 20px 0 0 0;
}	
						
#hauptnavi {
 display: none;			
	}		
						
#seitennavi {
 display: none;			
	}

#mitte {
	margin-left: 20px;
	padding: 0 25px 0 25px;
	}	
	
			
#mitte_start {
	margin-left: 20px;
	padding-left:5px;
	}				
	
#links {
	float: left;
	width: 550px;
	padding: 5px 0px 0px 0px;
	margin:0px;
	}	

#rechts {
	margin-left: 600px;
	padding-left: 20px;
	padding-top: 20px;
	width: 190px;
	}				
	
	
#footer {
	position:relative;
	clear: both;
	height: 1.6em;
	border-top: 1px solid #fff;
	margin:0px;
	padding:0px;
	}
	
/*################### Formatierung Inhaltsbereiche #####################*/
#rechts h2 {
	font-size:90%;
	text-transform: none;
}	

#rechts p {
	padding: 0 0px 0 0px;
}	
#links h2 {
	font-size: 90%;
	text-transform: none;
	color:#333333;
	padding-top: 2px;
	margin-bottom:5px;
}	
#links ul {
	margin-left: 3.5em;
	margin-right: 3.5em;
	font-size: 95%;
	line-height: 1.5em;
	}			
#links p {
	padding: 0px 0px 7px 0px;
	margin: 0px;
}	

/*################## Klassen ########################*/
.trenner {
	clear: both;
	height: 15px;
	font-size: 1px;
}

.links {
	float:left;
	display:inline;
	padding-left: 20px;
	margin-top: 2px;
	line-height: 1.4em;
	bottom: 0px;
	color:#ffffff;
	font-size:90%;
	}
	
.rechts {
    display: none;
	}	
		
.none {
    display: none;
	}