/* CSS Document */

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}
a:link {
	text-decoration: none;
	color: #E36B18;
}
a:visited {
	text-decoration: none;
	color: #E36B18;
	
}
a:hover {
	text-decoration: underline;
	color: #E36B18;
	
}
a:active {
	text-decoration: none;
	color: #E36B18;
	
}
label {
width:180px;
float:left;
}
input.eingabe {
border: 0px;
border-color:#FFFFFF;
font-size:11px;

}
h1 { font-size: 14px;
     font-weight: bold;
     color: #E36B18; }

h2 { font-weight: bold;
     color: #353535; font-size: 14px;}

h3 { font-weight: bold;
     color: #E36B18; font-size: 12px;}

h4 { font-weight: bold;
     color: #353535; font-size: 12px;}

h5 { font-weight: bold;
     color: #E36B18; font-size: 10px;}

h6 { font-weight: bold;
     color: #353535; font-size: 10px;}

body {
	background: url(../images/bg.jpg) repeat-x;
	margin:0;
	padding:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
         line-height: 1.5;}

div.Tabelle_01 {
	background: url(../images/repeat.gif);
	margin: 0 auto;
	padding: 0;
	width:952px;
         }



div.ueberkopf_ {
	background: url(../images/ueberkopf1.gif);
	margin:0;
	padding:0;
	height:31px;
	width:950px;
}



div.kopf_ {
	background: url(../images/kopf.gif);
	margin: 0;
	padding: 0;
	width:950px;
	height:124px;
}

div.navilinks {
	float: left;
	height: 240px;
	width:200px;
	padding: 0;
	padding-left: 20px;
	}
	
.navilinks ul {
list-style: none;
margin:0;
padding:0;
}

.navilinks li {
list-style: none;
margin:0;
padding:0;
line-height: 80%;}

div.content_ {	
	padding: 0;
	margin: 0;
	float: left;
	width:702px;
	background-color: #E8E8DD;}

div.fuss_ {
	font-family:  Helvetica, Arial, sans-serif;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 10px;
	width:930px;
	height:73px;
	background: #ffffff;}

.fuss_ a {
	color: #000000;
	text-decoration: none;}

.fuss_ a:hover { text-decoration:underline; }

.clear {clear: both;}

div.fuss_1 { 
	color: #E26A17;
	float: left;}

div.fuss_2 { 
	float: left;}

.container1 { 
	border: 1px solid;
	border-color: #E0DBC9;
	border-top: none;  }

.service { 
	 float: left;
	 margin-left: 370px;
	 padding-top: 30px;
	 font-size: 11px;
	 color: #818181;
          font-family:  Helvetica, Arial, sans-serif; 
          padding-right: 65px;}
          

div.service a { 
color: #818181;
text-decoration: none;
font-weight: bold;
}

.service a:hover { text-decoration: underline; }

.service1  { 
font-size: 11px;
	    padding-top: 30px;
             font-family:  Helvetica, Arial, sans-serif;
             }
	
.service1 a { color: #E26A17; text-decoration: none; font-weight: bold;}

.service1 { color: #E26A17; }

.service1 a:hover { text-decoration: underline; }

.links { 
	float: left;
        padding-left: 30px;
	padding-right: 10px;
	  padding-top: 10px;
	  padding-bottom: 10px;
	  font-family: Helvetica, Arial, sans-serif;
	  font-size: 12px;
	  color: #353535;
            }

.rechts { float: right; 
	  font-family: Helvetica, Arial, sans-serif;
	  font-size: 12px;
	  color: #353535;
	  margin: 0;
	  padding: 0;}

.oben { 
	margin:0;
	padding:0;
	  }


.container2 { width: 220px;
	     height: 533px;
	     float: left;}
	     
.bildlinks {  padding-left:25px;
              padding-top:35px;
              }
              
.abstand { height: 30px; background: #ffffff;}