/* CSS-File http://www.lauba-gmbh.de */
/* Letzte Änderung: 11.07.10 */
/* dunkelgrün: #84a524
/* hellgrün: #9cc62a


/* *****************************************************************************
*
*  Allgemeine Angaben
*
*  ****************************************************************************/

* {
	margin: 0;
	padding: 0;
	border:0;
}

html {	
}

body {
	background: #fff;
	/*background-image: url(../media/back.jpg);
	background-repeat:repeat-x;*/
	color: #666666;
	font-family: Verdana, Arial, Helvetica;
	text-align:center;
	font-size:12px;
}

h1,h2 {
	font-size: 16px;
	margin: 0 0 6px 0;
	padding: 0 0 2px 0;      
	border-bottom: 1px dotted  #999;
	color: #999;
	font-weight: bold;  
}

h2 {
	font-size: 13px;
	padding: 10px 0 0 0;
}

h3 {
	font-size: 12px;
	padding: 5px 0 0 0;
}

#maincontent p,#maincontent li,#maincontent td, #smallcontent p,#smallcontent li,#smallcontent td  {
	line-height:18px;
}

#maincontent ul {
	padding:5px 0 0 15px;
}

#smallcontent ul {
	padding:5px 0 5px 25px;
}

#smallcontent ol {
	padding:5px 0 5px 30px;
}

#maincontent ol {
	padding:0 0 0 20px;
}

img{
	border:none;
}

#maincontent a:link,#smallcontent a:link {
	color: #669900;
	font-weight: bold;
	text-decoration: none;
}

#maincontent a:visited,#smallcontent a:visited {
	color: #9cc62a; 
	font-weight: bold;
	text-decoration: none; 
}

#maincontent a:hover, #maincontent a:active, #maincontent a:focus,#smallcontent a:hover, #smallcontent a:active, #smallcontent a:focus{
	text-decoration: underline;
}

/* *****************************************************************************
*
*  Aufteilung
*
*  ****************************************************************************/
#pagemargin {
	background:url(../media/lauba_seite.gif) no-repeat bottom right;
	width: 991px;
	margin: 0 auto;	
}

#page {
/*	background-color:red;*/
	text-align:left;
	width:980px;	
	background:url(../media/back_content.gif) repeat-y;
}

#col_left {
	width: 18px;
	height:200px;
	float:left;
}

#content {
	width:945px;
	float:left;
}

#col_right {
	width: 10px;
	height:100px;
	background:url(../media/back_right.gif) repeat-y;
	float:left;
}

#header {
	height:214px;
	border-bottom: 1px solid #cccccc;
}


#nav {
	width: 238px;
	float:left;
	margin:65px 0 0 0;
}

#maincontent {
	width: 410px;
	margin: 15px 25px 25px 25px;
	float:left;
}

#printbutton {
	padding: 0px 0 10px 0;
}


#smallcontent {
	width: 247px;
	margin: 65px 0 25px 0px;
	float:left;
}

#smallcontent h2, #smallcontent img {		
	font-size: 12px; 
}

#smallcontent h2 {
	text-transform:uppercase;
	color:#fff;
	background-color:#9cc62a;
	padding:5px 10px;
}

#smallcontent div.dunkelgruen {
	border: 1px solid #9cc62a;
	width:230px;
}

#smallcontent p {		
	font-size: 12px; 
	padding: 0px 10px 8px 10px;
}

#footer {
	width: 980px;
	min-height: 29px;
	background-image:url(../media/back_footer.gif);
	background-repeat:no-repeat;	
	height:100%;
	text-align:center;
}

#metanavigation {
	width: 100px;
	margin: 0 auto;	
	padding: 10px 0;
}

#footer a {
	text-decoration:none;
	color: #999999;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

#footer a:hover {
	text-decoration:underline;
	color:#333333;
	text-transform:uppercase;
}

/* *****************************************************************************
*
*  Helper
*
*  ****************************************************************************/

.fixfloat {
	float: none;                 
	clear: both;                 
	width: 1px;                  
	margin: 0;                   
	padding: 0;                  
	font-size: 0px;              
	line-height: 0px;            
	height: 0px;                 
}

.hidden {
	display: none;
}

/* ***************************************************************************
*
*  Menues
*  
*  ***************************************************************************  */


/*  Hauptnavigation */
#nav ul {
	list-style: none;
	border-bottom: 1px solid #fff;
	margin-bottom:50px;
}

#nav li {
	border-top: 1px solid #fff;
}

#nav a {
    display: block;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	background-color: #84a524;
}

#nav a:hover, #nav a.active {
	color: #fff;
	background-color: #9cc62a;
}

#nav .csc-default a {
background-color: transparent;
}

#nav ul ul{
	margin:0;
	padding:0;
	border-bottom: none;
}

#nav ul li a{
	padding: 7px 0 7px 10px;
}

/* 2. Ebene */
#nav ul li ul li a{
	padding-left: 20px;
}

#nav ul li ul li a.active {
	background-color:#627c17;
}

/* 3. Ebene */
#nav ul li ul li ul li a{
	padding-left: 30px;
}

/* *****************************************************************************
*
*  Formular
*
*  ****************************************************************************/

.csc-mailform td{
vertical-align:top;
}

.csc-loginform input,.csc-mailform-field input, .tx-datamintsfeuser-pi1 input, .tx-datamintsfeuser-pi1 textarea{
font-family: Arial,sans-serif;
border: 1px solid #666666;
width: 300px;
padding: 2px;
margin:0 0 5px 0;
}

input.submit {
	font-family: Arial,sans-serif;
	font-weight:bold;
	background-color: #84a524;
	color:#ffffff;
	padding: 10px;
	margin:10px 0 5px 0;
}

.csc-mailform-field label {
display:block;
width:200px;
}

.csc-mailform-field textarea{
border: 1px solid #666666;
width: 370px;
height:200px;
padding: 2px;
margin: 0 0 5px 0;
}

/* *****************************************************************************
*
*  RTE-Formatierungen
*
*  ****************************************************************************/

.align-left{
	text-align:left;
}

.align-center {
	text-align:center;
}

.align-right{
	text-align:right;
}

