/* Standard Stylesheet
www.pilavas.de
Start: 23.06.2006
Letzte Aenderung: 
*/

/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-size: 80%;
	line-height: 1.7em;
	color: #333;
	background:	url(../images/bg.png) #FFF no-repeat 40px 60px;
	font-family: verdana, tahoma,"Lucida Grande","Lucida Sans Unicode",geneva,sans-serif;
	/*text-align: center;*/
}

b  { 
 	font-weight : bold; 
}
 
h1	{
	font : 120% verdana, arial, helvetica, geneva, sans-serif;
	color : #BF0029;
	display: none;
}
 
h2	{
	font-size: 110%;
	color: #2C8E43;
}

h3 {
	font-size: 100%;
	color: #2C8E43;
	border-bottom: 1px solid #2C8E43;
	margin-top:15px;
	margin-bottom: 0;
}

ul	{
	list-style-type : disk;
}

p {
	margin: 10px 0;
}

.s {
	font-size: 85%;
	line-height: 1.4em;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
}

#header {
	background-image: url(../img/bgHead.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 137px;
	width: 100%;
	margin-top: 5px;
	/*text-align: center;*/
}

#headerInside {
	width: 820px;
	/*margin: 0 auto;*/
}

#headDeko {
	width: 500px;
	float: left;
}

#logo {
	width: 182px;
	float: right;
}

#boxContent { 
	width: 820px; 
	text-align: left;
	/*margin: 0 auto;*/
} 
 
#deko {
	width: 207px; 
	float: left; 
	position: relative; 
	background-color: #FFF;	
}
 
#twocols { 
	width: 608px; 
	float: right; 
	position: relative;
	background-color: #FFF;
}
 
#sidebar {
	width: 182px; 
	float: right; 
	position: relative; 
}

#abb {
	margin-top: 50px;
}
 
#content {
	background-color: #FFF;  
	float: left; 
	display: inline;
	position: relative; 
	width: 400px;
	padding: 65px 6px 25px 6px;
}

#content ul {
	list-style-image : url(../img/li.png);
	padding-left: 12px;
	margin-left: 5px;
	margin-top: 5px;
}

#content .imgTitel {
	width: 100px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	padding: 3px;
	border-top: 1px solid #E4F1E7;
	border-right: 1px solid   #B6D8BE;
	border-bottom: 1px solid   #B6D8BE;
	border-left: 1px solid #E4F1E7;	
}

#footer {
	width: 100%;
	border-top: 1px solid #2C8E43;
	background: url(../img/bgFooter.png) top repeat-x #FFF;
	margin-bottom: 30px;
	font-size: 11px;
	line-height: 17px;
	padding-top: 7px;
	padding-left: 215px;
	margin-top: 20px;
}

#footerContentLeft {
	margin-top: 10px;
	width: 180px;
	float: left;
	vertical-align: top;
}

#footerContentRight {
	/*margin-left: 20px;*/
	margin-top: 10px;
	width: 280px;
	float:left;
	vertical-align: top;	
}

#footerContentRight ul {
	list-style-image: url(../img/li.png);
	padding-left: 30px;
}

.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Navigation */

#navbar
{
	list-style-type: none;
	padding: 0;
	margin: 65px 0 0 0;
	text-align: left;
	width: 182px;
	border-top: 1px solid #2C8E43;
	background-image: url(../img/bgNav.png);
	background-position: right;
	background-repeat: no-repeat;
}

ul#navbar li
{
	line-height: 28px;
	border-bottom: 1px solid #2C8E43;
}

ul#navbar li a
{
	display: block;
	text-decoration: none;
	color: #2C8E43;
	padding-left: 0.95em;
	background: url(../img/arrow1.png) no-repeat 2px 50%;
}

ul#navbar li a:hover
{
	color: #BF0029;
	background: url(../img/arrow2.png) no-repeat 2px 50%;
}

ul#navbar li.active a
{
	color: #2C8E43;
	background: url(../img/arrow2.png) no-repeat 2px 50%;
	font-weight: bold;
}


/* Links */

a:link {
	color: #2C8E43;
	text-decoration : underline;
	}

a:visited {
	color: #2C8E43;
	text-decoration : underline;
}

a:hover, a:active {
	color : #BF0029;
	text-decoration : underline;
}

/* Formularstyles */

form 	
{
	margin: 0;
	padding: 0;
	/*font-size: 11px;*/
}

legend 
{
	font-weight: bold;
	color: #BF0029;
	margin: 0;
	padding: 0.5em;
	letter-spacing: 0.2em;
}

fieldset 
{
	margin : 0 10px 20px 0;
	padding : 10px;
	border : 1px solid #2C8E43;
	width: 350px;
}

input.text
{
	width: 330px;
	font-size: 12px;
	margin-bottom: 5px;
	border: 1px solid #B6D8BE;
	background-color: #E4F1E7;
	padding: 3px;
	font-size: 11px;
}

input.text1
{
	width: 86px;
	font-size: 12px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #B6D8BE;
	background-color: #E4F1E7;
	padding: 3px;
	font-size: 11px;
}

input.text2
{
	width: 230px;
	font-size: 12px;
	margin-bottom: 5px;
	border: 1px solid #B6D8BE;
	background-color: #E4F1E7;
	padding: 3px;
	font-size: 11px;
}

fieldset div br 
{
	display : none;
}

label {
	display : block;
	margin-bottom: 2px;
}

input.submit
{
	background: url(../img/button.png) bottom left repeat-x;
	border: 1px solid #2C8E43;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2C8E43;
	padding: 2px 3px 2px 3px;
	margin-top: 7px;
}

input[type="submit"] 
{
	background: url(../img/button.png) bottom left repeat-x;
	border: 1px solid #2C8E43;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2C8E43;
	padding: 2px 3px 2px 3px;	
	margin-top: 7px;
}

/*spamSchutz bei Eingabeformularen */
#check4noHuman {visibility:hidden;display:none;}
	



