/*---- File: simple.css ----*/
/*---- Verein Lebendiges Rottal ----*/

body
{ 	padding:20px;
	margin:0px;
	background-color:#c3dace;
	color:#333333;
} 

body, h1, h2, h3, h4
{	font-family:Arial, Helvetica, sans-serif;
}

p, td, th, ul, ol, textarea, input, label, legend, span
{	font-family:Arial, Helvetica, sans-serif;
	font-size:86%;
	line-height:normal;
}

td p
{ 	font-size:100%;
}

td textarea
{ 	font-size:100%;
}

td input
{ 	font-size:100%;
}

td label
{ 	font-size:100%;
}

td fieldset
{ 	font-size:100%;
}

td legend
{ 	font-size:100%;
}

td span
{ 	font-size:100%;
}

td ol li
{ 	font-size:120%;
}

td ul li
{ font-size:120%;
}

td ul li ul li
{ 	font-size:120%;
}

fieldset
{ 	border:solid 1px #2f805e;
	padding:10px;
	width:80%;
}

h1
{	font-size:120%;
	color:#2f805e;
}

h2
{	font-size:115%;
	color:#2f805e;
}

h3
{	font-size:100%;
	font-weight:bold;
	color:#2f805e;
}

h4
{	font-size:100%;
	font-weight:normal;
	color:#2f805e;
}

hr 
{ 	color:#2f805e; 
	height:1px;
}

/* --- Classes --- */

.bu   /* ???? */
{ 	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:normal;
	color:#000000;
	background-color:#e2f3e6;
	border:1px solid #2f805e;
} 

.footerText
{ 	color:#FFF;
	font-size:95%;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

.blueframe
{ 	width:96%; 
	height:auto;
	border:solid 1px #2f805e;
	background-color:#e2f3e6;
	padding: 0em 0.5em 0em 1em;
	margin: 1em 0em 0em 0em;
}

.infoOverview
{ 	border-bottom:solid 1px #2f805e;
	vertical-align:top;
}

.gerade  
{ 	vertical-align:top;
	background-color:#ffffff;
}

.ungerade   
{ 	vertical-align:top;
	background-color:#e2f3e6;
}

.small    
{ 	font-size:84%;
}

/*--------- Links ---------*/

a
{	color:#333333;
	background-color:transparent;
	text-decoration:underline;
}

a:link
{	color:#00693c;
	background-color:transparent;
	text-decoration:underline;
}

a:visited
{	color:#333333;
	background-color:transparent;
	text-decoration:underline;
}

a:hover
{	color:#000000;
	background-color:#a9dbc4;
	text-decoration:underline;
}

a:active
{	color:#333333;
	background-color:#e2f3e6;
	text-decoration:underline;
}

/* --- DIVs --- */

#pageFrame
{ 	clear:both;
	width:100%;
	/* min-width:990px; */
	height:auto;
	color:#333333;
	background-image:url(back9.jpg);
	/*background-repeat:no-repeat;*/
	/*background-color:#fff;*/
	padding:0px;
	margin:0px;
	border:1px solid #2f805e;
	text-align:left;
}

#head
{ 	clear:both;
	background-image:url(visual.jpg);
	background-position:159px 0px;
	background-repeat:no-repeat;
	background-color:#8cc8aa;
	padding:0px;
	margin:0px;
	width:100%;
	height:100px;
	border:solid 0px #2f805e;
	border-bottom-width:1px;
	text-align:left;
}

#head h1
{ 	display: inline;
}

#wrapper
{ 	clear:both;
	width:990px;
	height:auto;
	padding:0px;
	margin:0px;
	background-color:transparent;
}

#LeftColumn
{ 	position:relative; 
	float:left; 
	width:192px; 
	height:auto;
	padding:0px;
	margin:0px;
	background-color:transparent;
	text-align:left;
}

#contentColumn	 /*--- sub pageFrame --- */
{ 	float:left;
	width:70%;
	height:auto;
	padding:0px;
	margin:0px;
	background-color:#fff;
	border:0px none;
	text-align:left;
}

#innerContentColumn
{ 	width:auto;
	height:auto;
	padding:10px;
	background-color:transparent;
	text-align:left;
}

#footer
{ 	clear:both;
	width:100%;
	height:auto;
	background-color:#2f805e;
	margin:0px;
	padding:1px 0px 1px 0px;
	color:#FFFFFF;
	border:solid 1px #2f805e;
	text-align:center;
}

#head_popup
{ 	background-color:#ffffff;/* --- sub pageFrame - Logo-Titel --- */
	padding:0px 0px 0px 18px;
	margin:0px;
	width:auto;
	height:75px;
	border:solid 0px #2f805e;
	border-bottom-width:1px;
}

#contentColumn_popup	 /*--- sub pageFrame --- */
{ 	width:auto;
	height:auto;
	margin:0px;
	padding:20px;
}

#hnav		/*---- sub pageFrame - Horizontal Navigation ----*/
{ 	clear:both;
	background-color:#2f805e;
	margin:0px;
	padding:1px 20px 1px 200px;
	height:20px;
	color:#FFFFFF;
	border:solid 0px #2f805e;
	border-bottom-width:1px;
}

#hnav ul
{ 	text-align: center;
	float:left;
}

#hnav ul, #hnav ul li
{ 	list-style-type: none;
	line-height:normal;
	font-weight:bold;
	font-size:100%;
	margin:0;
	padding:0;
	background-color:#2f805e;
}

#hnav ul li
{ 	display:inline;
	white-space:nowrap;
}

