/*    CSS Document
      Basiselemente
*/

/* STYLE TYPO3 RTE HTML AREA */

@import url("style_rte.css");


/*	The following zoom:1 rule is specifically for IE6 + IE7. */
/* raus damit, ist nicht valide
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}
*/
html { height: 100%; }

body {
	min-height: 101%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana;
	font-size: 100.01%;
	color: #333;
	text-align:center;
	background: #fff;
 
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset { margin-bottom: 20px; }

p {font-size: 0.8em; line-height: 1.5em; margin: 0; padding: 0;}

/* `list */
ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 30px; line-height: 1.5em;  font-size: 0.8em;}

/* Links */
a { color: #527632; text-decoration: underline; }
a:link { color: #527632; text-decoration: underline; }
/* a:visited { color: #527632; text-decoration: underline; }
a:active { color: #527632; text-decoration: underline; } */
a:hover { background-color: #527632; color: #fff; text-decoration: none; }


p a.download { color: #527632; text-decoration: underline;  font-size: 1em;}
p a.download:hover  {background-color: #527632; color: #fff; text-decoration: none;  font-size: 1em;}

img a, img a:hover, img a:link{text-decoration:none; background: none;}
.csc-textpic-imagewrap a, .csc-textpic-imagewrap a:hover, .csc-textpic-imagewrap a:link{text-decoration:none; background: none;}

/* images */
fieldset, img { border: 0; font-size: 0.8em; margin: 0px; padding: 0px; }

/* headlines */
h1 { font-size: 20px; }
h2 { font-size: 19px; }
h3 { font-size: 18px; }
h4 { font-size: 17px; }
h5 { font-size: 16px; }
h6 { font-size: 15px; }

/* form */
form { margin: 0px; padding: 0px; }

/* form input */
input[type='password'], input[type='text'], input[type='file'], input[type='email'], input[type='number'], textarea {
	font-family: Arial, Helvetica, Verdana;
	background-color: #f5f5f5;
	color: #333;
	border: 1px solid #969696;
}

input[type='submit'] {
	font-family: Arial, Helvetica, Verdana;
	font-size: 1.1em;
}

select {
	background-color: #f5f5f5;
	color: #333;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

table {line-height: 1.5em;  font-size: 0.8em;}

/* navigation */

/* hauptmenu 1. ebene */ 
#nav .nav-main {
	height: 192px;
	margin:0; 
	padding: 0;
	width:940px;
	position: relative;
}
		
#nav .nav-main ul{
	width:221px;
	height: 182px;
	overflow: hidden;
	padding:10px 0 0 0;
	margin:0; 
	background: url(../resources/images/nav_back_transparent.png) no-repeat 0 0;
	
}
	/* ie6 hack hack fuer transparenz */	
	* html #nav .nav-main ul{
		background:none;
		height: 192px;
		overflow:  visible;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="fileadmin/resources/images/nav_back_transparent.png", sizingMethod="scale");	
	}
	
	
#nav .nav-main ul li{
	width:221px;
	margin:0; 
	padding: 0;
	list-style: none;	
	display: block;
	float:left;
}

/* hauptmenu unterebenen */ 
#nav .nav-main .nav-main-sub {
	width:221px;
	margin:0; 
	padding: 0;
	position: absolute;
	top:0;
	left:221px;
	
}
#nav .nav-main .nav-main-sub ul{
	width:221px;
	overflow:hidden;
	margin:0px 0 0 0;  
	padding:10px 0 0 0;
}
	/* ie6 hack hack fuer transparenz */	
	* html #nav  .nav-main .nav-main-sub ul{
		overflow:  visible;
	}
	
#nav .nav-main ul div.nav-main-sub ul li{
	width:221px;
	margin:0; 
	padding: 0;
	list-style: none;	
	display: block;
	float:left;
}
 	/* ie6 hack hack fuer schrift */
	* html #nav .nav-main ul div.nav-main-sub ul li{
		font-size:1em;	
	}
	/* iez hack hack fuer schrift */
	*+html #nav .nav-main ul div.nav-main-sub ul li{
		font-size:1em;	
	}

/* hauptmenu links */ 
#nav .nav-main ul li a,
#nav .nav-main ul div.nav-main-sub ul li a{
	color: #a8d080;
	text-decoration: none;
	padding-left:18px;
	display:block;
	margin-bottom: 5px;
}
		/* ie6 hack hack fuer transparenz */
		* html #nav .nav-main ul li a,
		* html #nav ul div.nav-main .nav-main-sub ul li a{
			position:relative;	
		}
#nav .nav-main ul li a:hover,
#nav .nav-main ul div.nav-main-sub ul li a:hover{
	color: #fff;
	text-decoration: none;
	background: none;
}
#nav .nav-main ul li a.active,
#nav .nav-main ul div.nav-main-sub ul li a.active{
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	background: url(../resources/images/nav_back_linkitem.png) no-repeat left center;
	
}

/* classes */
.small-text {font-size:0.7em;}

.content-right{
	border: #ccc 1px solid; 
	padding:10px 10px 10px 10px; 
	margin-bottom:20px;
	height:100%;
}

.content-normal{
	margin-bottom:20px;
}
.content-border{
	display:block; 
	float: left;
	width:400px; 
	line-height: 1.2em;
}

.csc-textpic-imagewrap{
	margin-bottom: 10px;
	padding-bottom:0;
}
		/* ie6 hack fuer schriftgroesse */
		* html .csc-textpic-imagewrap{
			margin-bottom: 0px;
		}
		/* ie7 hack fuer schriftgroesse*/
		*+html .csc-textpic-imagewrap {
			margin-bottom: 0px;
		}
		
		
