html,body {
margin:0px;
font-family:tahoma;
font-size:95%;
padding:0px;

}

div.success {
    border:2px solid green;
    color:green;
    margin:5px;
    padding:5px;
}


div.error {
    border:2px solid red;
    color:red;
    margin:5px;
    padding:5px;
}

table#formular td {
	background:#F6F6F6;
	margin:20px;
	border-spacing: 5px;
}

input.textbox {
	max-width:75%;
}



input#submit { /* den Submit-Button */
margin-top:20px;
}

.contentrounded {
 background:#EFEFEF;
 }

 select {
 font-size:80%;
 }

table {
border-collapse:collapse;
}
.header {
padding-top:10px;
padding-left:10px;
}

.error {
font-size:xx-small;
color:red;
}

img {
border: none;
}

/*- Menu Tabs 6--------------------------- */

    #tabs6 {
      float:left;
      width:100%;
      background:#efefef;
      line-height:normal;
          border-bottom:3px solid #000000;
          margin-bottom:20px;
      }
    #tabs6 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:left;
      background:url("/templates/oce_templates/copeitat/images/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("/templates/oce_templates/copeitat/images/tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }

      #tabs6 #current a {
              background-position:0% -42px;
      }
      #tabs6 #current a span {
              background-position:100% -42px;
      }

#footer {

background:#EFEFEF;
font-size:90%;
text-align:center;
width:100%;
clear:both;
border-top:3px solid black;
}

.content {
}


 a, h2, h3, h4 {
     color:#EA5717;
 
 }

  .h3 {
 padding-left:7px;
 margin:0px;
 
 }
 
ul {
    
    list-style-image:url(/templates/oce_templates/copeitat/uploads/yesorange.png);
}              

 
 .accordion {
	width: 480px;
	border-bottom: solid 1px #c4c4c4;
	margin-left:10px;
	font-size:80%;
}
.accordion h3 {
	background: #e9e7e7 url(/templates/oce_templates/copeitat/images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

