
/*
Allgemeine Stylesheets fuer Tanja Prenner

simple cd
gruen fuer headline und navigation #6A781D (alt:060)
braun fuer body-schriften #693614
bg color content #ebdbb6
bg coloar rand #E3AC75
content leichte helle linien #693614

alte nav-farbe: A25321
neue nav-farbe #A25321


*/

* {
	padding: 0px 0px 0px 0px ;
	margin: 0px 0px 0px 0px ;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #693614; /*normal-braun: #A0511F,  Text dunkler #693614*/
}

HTML {
	height:100%; 
}

BODY {
	height:100.1%; /*firefox scrollleiste: ein + ausblenden verhindern */
	text-align:center;
	background-color: #EBDBB7;/*gelb*/
	background-color: #E3AC75;/*roetlich*/
	background-image: url(../img/bg_muster_3.gif);
}

ul{
	margin: 1em 0em 1em 1em;
}

li{
	margin: 1em 0em 1em 1em;
}

#cContainer{
	
	width:900px;
	margin-left:auto;  
	margin-right:auto;
	background-color: #ebdbb6;
	background-image: url(../img/sternenhimmel_HG.jpg);
	text-align:left;
	border-left:  1px dotted #693614;
	border-right:  1px dotted #693614;
}

/*seite immer auf min 100% IE braucht extra-wurst*/
#cContainer{ 
	height: auto; 
	min-height:100%;
}

/*bereich logo*/
#cTop {
	display: block; 
	width: 900px;
	height: 150px;
	/*border:  dotted 1px #000000;*/
	text-align:right;
	
}

#cTopSpacer {
	width:auto;
	padding-right:40px;
	padding-top:30px;
	text-align:right;
}

/*bereich allgemeiner content*/
#cContent {
	float: left; 
	width: 500px;
	color: #693614; /*normal-braun: #A0511F,  Text dunkler #693614*/
	min-height:500px;
	/*border:  dotted 2px;*/
	
}

/*bereiche left nav*/
#cNav {
	
	float: left; 
	width: 250px;
	/*border:  dotted 1px;*/
}

#cNavSpacer {
	margin-left:25px;
}

/*bereich home*/

#cHomeNews {
	float: left; 
	margin-top:250px;
	width: 320px;
	height: auto;
	border: solid 1px #F9F3D3;
	padding: 10px;
		
}

/*schamane ani*/
#cHomeAni {
	float: left; 
	margin-top:50px;
	width: 300px;
	height: 400px;
	color: #693614; /*normal-braun: #A0511F,  Text dunkler #693614*/
	/*border:  dotted 2px;*/
}

/*Untere Button-linie*/
/*start-seite*/

.cButtBottomRoot{
	padding:0px;
	margin-top:100px;
	margin-left:250px;
	/*border: 1px solid black;*/
}
/*standard*/
.cButtBottom{
	padding:0px;
	margin-top:70px;
	margin-bottom:60px;
}

#cButtImp{
	float: left;
	width: 450px;
}

#cButtPrint{
	float: left; 
	width: 50px;
	text-align:right;
}

a img { border: 0px; }

a{
	text-decoration: underline;
	color: #A0511F;
}
a:link{
	text-decoration: none;
}

a:active{
	text-decoration: none;
}

a:visited{
	text-decoration: underline;
	color: #A0511F;
}
a:hover{
	text-decoration: none;
	color: #000000;
}

/*page head 1*/
h1 { 
	color: #6A781D; 
	font-family:Arial,Helvetica,Arial,Helvetica,Verdana,sans-serif;
	font-size:22px;
	letter-spacing:0.2em;
	MARGIN: 0em 0em 0.5em 0em;
	/*font-weight: bold; */
	/*line-height: 32px; */
} 

h2 { 
	color: #6A781D; 
	font-family:Arial,Helvetica,Arial,Helvetica,Verdana,sans-serif;
	font-size:16px;
	letter-spacing:0.1em;
	MARGIN: 1em 0em 1em 0em;
} 

h3 { 
	color: #6A781D; 
	font-size: 12px; 
	font-weight: bold; 
	MARGIN: 1em 0em 1em 0em;
} 

/*Navigation*/
.navitem{
	padding-left:0px;
}
.navitem2{
	padding-left:20px;
}


a, a:link, a:visited, a:hover{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.nav, a.navAct{
	/*color: #217027;*/
	color: #6A781D;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 210%;
	letter-spacing:0.8px;
	padding-left: 4px;
	
}

a.nav{
	border-left: 4px solid #6A781D;
	border-bottom: 1px solid #6A781D;
	text-decoration: none;
}

a.navAct{
	color: #A25321;
	border-left: 4px solid #A25321;
	border-bottom: 1px solid #A25321;
	text-decoration: none;
}

a.nav:link {
	color: #6A781D;
	text-decoration: none;
}
a.nav:active{
	color: #6A781D;
	text-decoration: none;
}

a.nav:visited{
	color: #6A781D;
	text-decoration: none;
}

a.nav:hover{
	color: #2c9931;
	text-decoration: none;
}

a.navAct:link {
	color: #A25321;
	text-decoration: none;
}
a.navAct:active{
	color: #A25321;
	text-decoration: none;
}

a.navAct:visited{
	color: #A25321;
	text-decoration: none;
}
a.navAct:hover{
	color: #A25321;
	text-decoration: none;
}


/*TEXTNAV*/
a.txtnav{
	font-size: 11px;
	color: #6A781D;
	text-decoration: underline;
	letter-spacing:0.2em;
	
}

a.txtnav:link {
	color: #6A781D;
	text-decoration: underline;
}
a.txtnav:active{
	color: #6A781D;
	text-decoration: underline;
}

a.txtnav:visited{
	color: #6A781D;
	text-decoration: underline;
}
a.txtnav:hover{
	color: #A25321;
	text-decoration: underline;
}
/*TEXTNAV Ende*/

/*MAIL-FORMULAR*/
INPUT{
	width: 350px;
	height:auto;
	border: 1px solid #693614;
	text-align:left;
	font-size:11px;
}

LABEL {
	display: block;
	text-align: left;
	font-size:11px;
	padding-top:1em;
}

FIELDSET {
	width: 450px;
	padding: 1em;
	border: 1px solid #F9F3D3;
}

LEGEND {
	color: #6A781D; 
	font-family:Arial,Helvetica,Arial,Helvetica,Verdana,sans-serif;
	font-size:16px;
	letter-spacing:0.1em;
	MARGIN: 1em 0em 1em 0em;

}

.myFormField{
	width: 350px;
	height:auto;
	text-align:left;
	font-size:11px;
	border: 1px solid #693614;
	
}

.myFormArea{
	width: 350px;
	height:150px;
	font-size:11px;
	border: 1px solid #693614;
}
.myFormErr{
	color: #A25321;
	font-style: italic;
}

.myFormSubmit{
	width: 80px;
	height: 20px;
}

#mailformnewsLetter { 
  float: none;
  width: 20px;
  border: 0px;
}


/*--sem--*/

/*container*/
.semContent {
	margin-left:15px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:0px;
}

.semHead{
	color: #6A781D; 
	font-family:Arial,Helvetica,Arial,Helvetica,Verdana,sans-serif;
	font-size:16px;
	letter-spacing:0.1em;
	font-weight: bold; 
	margin-bottom:0.1em;
}

.semSubHead{
	color: #6A781D; 
	font-size: 12px; 
	font-weight: bold; 
	margin-bottom: 0.8em;
}

.semTeaser{
	color: #693614; 
	font-size:12px;

}
.semText{
	color: #693614; 
	font-size:12px;
}

.semIcon{
	width:15px;
	height:15px;
	display:block;
	background-color: #F8F2D2;
}

.semListEven, .semListOdd{
	width: 500px;
	border: 1px solid #F9F3D3;
	/*border-left: 4px solid #6A781D;*/
	
	margin-bottom:10px;
}

.semListOdd {
	
}
.semListEven {
	
}
.semLink{
	text-align:right;
	margin-top:5px;
}

/*Veranstaltungen*/
.eventTable {
	width: 550px;
	border: 1px solid #00000;
}

.eventListEven, .eventListOdd{
	border: 1px solid #F9F3D3;
}

.eventListOdd{
	background-color: #F9F3D3;
	padding: 10px;
}

.eventListEven{
	background-color: #;
}

.eventCol,.eventCol1, .eventCol2, .eventCol3, .eventCol4, {
	border: 1px solid #F9F3D3;
	padding: 1px;
	font-size:10px;
}

.eventCol1{
	width:250px;
}
.eventCol2{
	width:140px;
}
.eventCol3{
	width:110px;
}

.eventCol4{
	width:50px;
}


.eventHead{
	font-size:11px;
	font-weight:bold;
	color: #A0511F; 
	padding: 1px;
}

.eventLink{
	font-size:10px;
	/*font-weight:bold;*/
	color: #A0511F; 
	padding: 1px;
}

.eventLabel, .eventLabelTop{
	padding: 0.1em;
	padding-right: 0.5em;
	color: #6A781D;
	border-right: 1px solid #F9F3D3;
	border-bottom: 1px solid #F9F3D3;
	font-size:11px;
	width:100px;
}

.eventValue, .eventValueTop {
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	font-size:11px;
	border-bottom: 1px solid #F9F3D3;
	width:450px;
}

.eventValueTop, .eventLabelTop{
	border-top: 1px solid #F9F3D3;
}


.eventSemLink{
	font-size:11px;
	font-style:italic;
}

.user-hlevent-pi1-singleView{
	border:1px solid #F9F3D3;
}
