﻿/* Farben 
	
	
*/

/* Reset */

li, ul, img, p, div { 
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

/* Formate der Standardtags mit normaler SchriftgrÃ¶ÃŸe */

body {
	font-family: verdana, arial, helvetica,  sans serif;
	margin:0px;
	font-size:13px;
	color:#444444;
	line-height:120%;
	background-color:#efefef;
	}
               
a:link       { 
	color:#666;
	}
a:active     { 
	color:#666;
	}
a:visited    { 
	color:#666;
	}
a:hover      { 
	color:#fc9106
	}

	
p   { 
	margin-top:10px;
	text-align:left;
	line-height:1.5em }

h1    {
	color: #ff9d0c;
	line-height: 100%;
	font-size:20pt;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:35px;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
h2           { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 17pt;
	line-height: 1.3em; 
	font-weight: normal; 
	text-align:left;
	margin-top:50px;
	margin-bottom:0px;
		 }
h3           { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: dimgray; 
	font-size: 14pt; 
	line-height: 100%; 
	margin:30px 0px 20px 0px;
	font-weight: normal;
	text-align:left 
	}
h4           { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color:gray; 
	font-size: 12pt; 
	line-height: 100%; 
	margin:40px 0px 5px 0px;
	font-weight: bold;
	border-bottom:0px dotted gray;
	text-align:left 
	}	
h5           { 
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 100%; 
	font-weight: bold; 
	color:#C00113;
	text-align:left;
	margin-top:0px;
	margin-bottom:15px;
	border-bottom:0px dotted gray
		 }	
	
ul  {
	text-align: left; 
	margin:20px 0px
	}
        
li  { 
	text-align: left; font-family: Verdana; 
	font-size: 10pt; 
	line-height: 150%; 
    margin-left:15px; 
    margin-bottom: 10px; 
    list-style-type: disc; 
    font-size: 10pt; 
	}	

hr  { 
	height:1px;
	color:#C00113;
	margin:25px 0px;
	}
	
.input {
	 background-color:#FFFFFF;
	 color:#000000;
	 font-family : Verdana, Helvetica, sans-serif;
	 border : 1px solid #dbdbdb;
	 font-size:12px;
 	 }
.input:hover, .input:focus {
	 border : 1px solid #000000;
	 }
	
.textarea {
	 background-color:#FFFFFF;
	 color:#000000;
	 font-family : Verdana, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight: bold;
	 border : 1px solid #dbdbdb;
	 }
.textarea:hover, .textarea:focus {
	 border : 1px solid #000000;
	 }



/* Struktur */	

.seite { 
	background-color:#efefef;
	background-image: url('bilder/unternehmerinnen_05.gif');
	background-repeat: repeat-x;
	}
	
.footer{ 
	color:white;
	margin:0px;
	background-color:#fdc132;
	}
.textbereich-index	{ 
	margin:0 20px 20px 30px;
	}
.textbereich	{ 
	margin:0 60px 20px 30px;
	}

.textbereich-schnmal	{ 
	margin:0 260px 20px 30px;
	}	
.graukasten { 
	padding:25px;
	background-color:whitesmoke;
	border:1px solid #dbdbdb;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	}


.bilderrahmen { 
	padding:25px;
	background-color:whitesmoke;
	border:1px solid #dbdbdb
	}
.bilderrahmen-weiss { 
	padding:15px;
	background-color:white;
	border:1px solid #dbdbdb;
	-webkit-box-shadow: 0px 0px 12px silver;
    -moz-box-shadow: 0px 0px 12px silver;
    box-shadow: 0px 0px 12px silver;
}	  		  		  
/* Tabellenformate */

.mitte-index {
	background-image: url('bilder/unternehmerinnen_19.gif');
	} 
.mitte {
	background-image: url('bilder/hinten-lang.gif');
	} 
	
.navi-zelle {
	padding:0px;
	text-align:left;
	background-image: url('bilder/unternehmerinnen_03.jpg');
	background-repeat: no-repeat;
	height: 35px;
	padding: 0px 0 0 20px
	}	 
.titelzelle  {
	text-align:left;
	padding: 15px 0px 0px 0px;
	background-image: url('bilder/tiere_09.gif');
	background-repeat:no-repeat;
	}	 		
.textzelle  {
	text-align:left;
	padding: 0px 30px 0px 0px
	}	 		
.newsflash  {
	text-align:left;
	padding: 0px 15px
	}	 		
.spalte-links  {
	text-align:left;
	padding-right:25px;
	border-right:1px solid white
	}
.spalte-rechts  {
	text-align:left;
	padding-left:25px;
	border-left:1px solid #dbdbdb
	}
	
/* Absatzformate */

		  
.breadcrumb { 
	margin-top:0px;
	margin-bottom:40px;
	color:#444; 
	font-size:10px; 
	line-height: 150%; 	
	text-align:left 
	}	
.seitentext-links	 { 
	margin-top:0px;
	margin-left:50px;
	color:#fff; 
	text-align:left 
	}	
.seitentext-links a { 
	color:silver; 
	}	
.seitentext-links a:hover { 
	color:#fc9106; 
	}	
.fusstext { 
	font-size:10pt;
	padding-top:0px;
	margin:0 0 0px 40px;
	line-height: 100%; 	
	color:#fff;
	}	 	
.fusstext a { 
	color:#fff;
	text-decoration:underline;
	border-bottom:0px;
	}	 	
.fusstext a:visited { 
	color:#fff;
	text-decoration:underline;
	border-bottom:0px;
	}	
.fusstext a:hover { 
	color:black 
	}	
			
.seitentext {
	margin:20px 35px 0px 51px;
	text-align:left;
	font-size:0.9em;
	}
	
.null-abstand-oben {
	margin-top:0px
	}
.strich-oben{
	border-top:1px solid #dbdbdb;
	padding-top:10px;
	margin-bottom:10px;
	}
	


/* Hauptnavigation */


.navcontainer  {
	margin:0px;
	border:0px;
	}
.navcontainer ul {
	border: 0px;
	padding:0px;
	list-style-type: none;
	text-align: left;
	}
.navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}
.navcontainer ul li a {
	width: auto;
	padding:0px 15px;
	border-left:0px solid #0480e8;
	border-top:0px solid #1192ff;
	border-right:1px solid #000;
	background-color:#004191;
	background-image: url(bilder/tab.jpg);
	background-repeat: repeat-x;
	border-bottom:0px;
	color:#fff;
	text-decoration: none;
	margin-left:0px;
	margin-right:5px;
	display: block;
	text-align: center;
	font-weight:normal; 
	font-size:15px; 
	line-height:32px;
	font-family: "trebuchet MS", verdana, arial, helvetica,  sans serif;
	-webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;	
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;

}	
.navcontainer ul li a:hover {
	color:#fff;
	text-decoration: none;
	border-left:0px solid #f3b216;
	border-top:0px solid #f3b216;
	border-right:1px solid #623000;
	background-color: #fc8f01;
	background-image: url(bilder/tab-o.jpg);
	background-repeat: repeat-x;
	}
.navcontainer a:active {
	color:#708725;
	}
.navcontainer li#active a {
	color:#708725;
	}
.navcontainer a:visited {
	color:white;
	}
/* 
    jquery-Slider
*/ 
#content-slider {
	position: relative;
	width: 600px;
	margin: 0;
	padding:0px;
	border: 0px solid #ffd674;
}

#panel {
	position: relative;
	height: 120px;
	margin: 0 0 20px 0;
	background: #fff;
	border: 1px solid #ffd674;
}

#controller {
	margin-top: 10px;
	margin-left: 15px;
	float:left
}

#controller span {
	color: #ff0000;
	text-decoration: underline;
	cursor: pointer;
	margin-right:15px;
	}

#prev-next {
	text-align:left;
	margin-top: 15px;
	margin-right: 15px;
}

.jFlowPrev, .jFlowNext {
	cursor: pointer;
}

#slides div {
	overflow: hidden;

}
 
/* Ende jquery Slider */ 
