/*###########################################################################
Zentrales Stylesheet für Website www.welterbe-limes-rlp.de
Letzte Änderung: 16.05.06
Formatierungen zu den Inhaltselementen befinden sich in cron_css_styles.css

- Grundlegende Einstellungen 
- Definition Bereiche
- Kontextsensitive Definitionen 
- Klassen

#############################################################################*/

/*####################### Grundlegende Einstellungen ########################*/
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100.1%;
	position: relative;

	}

body {
	background-color: #fff;
	color: #333333;
	font-family: verdana, helvetica, sans-serif, sans;
	font-size: 75%;
	background: url(../media/back_top.gif);
	background-repeat:repeat-x;
	background-attachment: scroll;
	}

h1 {
	text-transform: uppercase;
	font-size: 130%;
	margin-bottom: +0.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 {
	position: fixed;
	/*background-color: #417754;*/
	top: 0;
	height: 217px;
	width: 100%;
	z-index: 10;
	/*background: url(../media/back_kopf.gif);*/
	background: url(../media/back_top.gif);
	background-repeat:repeat-x;
	}
			
#nebennavi {
	margin: 0px;
	padding-top: 2px;
	float: left;
	}
			
#karte {
	position: absolute;
	top: 20px;
	left: 0px;
	height: 129px;
	background-color: #EEEEEE;
	}			

#bildunterschrift {
	position: absolute;
	top: 380px;
	left: 30px;
	width: 110px;
	color: #838683;
	z-index: 3;
	}			

#breadcrumbs {
	position: absolute;
	top: 190px;
	left: 0px;
	font-size: 95%;
	color: #8A8D8B;
	background: url(../media/breadcrumbs.gif) no-repeat;
	height: 27px;
	/*width: 100%;*/
	width: auto;
	padding-left: 180px;
	padding-top: 3px;
	}	
	
#container {
	background: url(../media/kachel_mitte.gif) repeat-y;
	margin: 217px 0 0 0;
}	
						
#hauptnavi {
	clear: both;
	position: absolute;
	top: 149px;
	text-align: center;
	background: url(../media/limesinrlp.gif) no-repeat;
	height: 41px;
	width: 100%;
	}		
						
#seitennavi {
	float: left;
	top: 217px;
	width: 158px;
	}

#mitte {
	margin-left: 158px;
	padding: 0 25px 0 25px;
	height: 432px;
	height: auto; !important
	min-height: 432px;
	}	
	
			
#mitte_start {
	margin-left: 174px;
	/*padding: 0 25px 0 20px;*/
	padding-left:5px;
	height:462px;
	}				
	
#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;
	background-color: #2C6841;
	margin:0px;
	padding:0px;
	bottom: 0px;
	}
	
/*#####################Kontextsensitive Definitionen #############################*/
a img {
	border: none;
	}
	
#nebennavi a {
	font-size: 95%;
	padding: 0 1.5em 0 1.5em; 
	font-weight: normal;
	color: #D9E4DD;
	}

#nebennavi a:hover {
	color: #fff;
	text-decoration: none;
	}

#breadcrumbs a {
	font-weight: normal;
	}	

#breadcrumbs a:hover {
	font-weight: normal;
	}	
		
div.offset{
	margin-top:18px;
	margin-left:250px;
}
#hauptnavi a {
	position: relative;
	padding: 0 0.5em 0 0.5em;
	margin-left: 30px;
	background-color: #2C6841;
	color: #fff;
}
	
#hauptnavi a:hover {
	text-decoration: none;
	background-color: #ADC4B5;
	border-bottom: 3px solid #ADC4B5;
	}	
	
#hauptnavi a.active{
	top:7px;
	padding-bottom:1px;
	border-top: 7px solid #ADC4B5;
}

#seitennavi a {
	color: #8A8D8B;
	font-size: 100%;
	padding-bottom: 4px;
	display: block;
	}

#seitennavi a:hover {
	color: #2C6841;
	text-decoration: none;
	}	

#seitennavi a.active {
	color: #2C6841;
	}	

#seitennavi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size:80%;
	}
#seitennavi ul ul{
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0px;
	font-size:90%;
	}
#seitennavi li {
	padding: 0 0 5 0px;
	text-transform:none;
	}

	
/*################### 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;
}	
/*.csi-text p {
	padding: 0px;
	margin: 0px;
}	*/


/*################## Klassen ########################*/
.trenner {
	clear: both;
	height: 15px;
	font-size: 1px;
}

.links {
	float:left;
	display:inline;
	padding-left: 183px;
	margin-top: 2px;
	line-height: 1.4em;
	bottom: 0px;
	color:#ffffff;
	font-size:90%;
	}
	
.rechts {
	float:right;
	display:inline;
	padding-right:220px;
	margin-top: 2px;
	line-height: 1.4em;
	bottom: 0px;
	}	
		
.none {
    display: none;
	}

.tx-macinasearchbox-pi1 {
	float: left;
	margin: 0px 0px 0px 2px;
	}
	
.tx-thmailformplus-pi1_error {
	color: #ff0000;
	list-style: none;
	margin: 0 0 0.5em 0;
	}

.tx-thmailformplus-pi1 ul {
	line-height: 1em;
	margin-left: 1em;
	padding-left: 1em;
	}
	
.sprache {
	float: right;
	margin: 0px 2px 0px 0px;
	}
	
.unsichtbar {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
	}					
	

/*\*//*/
	
.tx-macinasearchbox-pi1 {
	top: 0px;
	height:11px; 
	width:200px;	
	}

#footer p {
	padding: 0;
	margin: 0;
	margin-left: 195px;
	padding-left: 5em;
	}	


/**/	

