/* Stylesheet von www.josefgopp.de created by Christian Feser */

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
	font-size: 14px;
}
a:visited {
	color:  #ccc;
}
a:active {
	color:  #ccc;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
.ahem {
	display: none;
}
strong, b {
	font-weight: bold;
}
p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 10px; 
}
ul {
	font-size: 14px;
	line-height: 22px;
	padding: 0px;
	margin: 0px;	 
}
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #E2CD5D;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #E2CD5D;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #E2CD5D;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #E2CD5D;
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border: 0;
}

th {
	border: thin dotted #D9D9E9;
}

form {
	font-size: 14px;
}
form .expl {
	font-size: 10px;
}

#top {
	margin: 0px 0px 0px 0px;
	height: 140px;
	background-image: url(/fileadmin/pix/header.jpg);
	background-repeat: no-repeat;
}
#left {
	position: absolute;
	left: 0px;
	width: 170px;
	background-image: url(/fileadmin/pix/navi_bg.jpg);
	background-repeat: no-repeat;
	height: 519px;
	overflow: auto;

}

#left ul {
  	list-style-type: none;
	padding-left: 15px;
	margin-top: 30px;
}

#left li{
  	background-image: url(/fileadmin/pix/navi_elem.jpg);
  	background-repeat: no-repeat;
}

#left li:hover {
  	background-image: url(/fileadmin/pix/navi_elem_h.jpg);
  	background-repeat: no-repeat;
}

#left a  {
	margin-left: 2px;
  	color: #000000;
  	font-size: 15px;
  	text-decoration: none;
}

#left a#current {
  	color: #DCCA64;
}

#layer2 ul {
  	list-style-type: none;
	padding-left:0px;
	margin:0px;
}

#layer2 li{
  	background-image: url(/fileadmin/pix/navi_elem_kl.jpg);
  	background-repeat: no-repeat;
  	margin: 0px 0px -4px 0px;
}

#layer2 li:hover {
  	background-image: url(/fileadmin/pix/navi_elem_kl_h.jpg);
  	background-repeat: no-repeat;
  	margin: 0px 0px -4px 0px;
}

#layer2 a{
  	font-size: 12px;
	margin-left: 2px;
  	color: #000000;
  	text-decoration: none;
}

#layer2 a#current {
  	color: #DCCA64;
}

#sprache{
	padding-left: 15px;
}

.sprachfeld{
	float: left;
}

#middle {
	border-left-style: dashed;
	border-color: #D9D9E9;
	border-style: dashed;
	position: absolute;
	left: 160px;
	top: 150px;
	width: 600px;
	background-color: #FFFFFF;
	border-width: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#bottomright {
	right: 10px;
	top: 10px;
	position: fixed;
	}
	

/* Mailformular anpassen */


.csc-mailform {
	border: 1px solid #E2CD5D;
}
.csc-mailform-forum {
	border: 1px solid #E2CD5D;
}

.csc-mailform-field {
	display: block;
	margin: 10px;
	padding: 10px;
}

.csc-mailform label, .csc-mailform-forum label{
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	margin: 2px 5px;
	padding:0;
}


.csc-mailform input, .csc-mailform textarea, .csc-mailform-forum input, .csc-mailform-forum textarea{
	border: 1px solid #E2CD5D;
	width: 300px;
	padding: 2px 6px;
	font-size: 8pt;
}

.csc-mailform input.csc-mailform-submit{
	float: right;
	width: 80px;
	cursor:hand;
}

.csc-mailform form input.csc-mailform-submit:hover{
	border: 1px solid black;
	color: white;
}