table,
body {
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

a {
	font-weight: bolder;
	color: rgb(230,112,20);
	text-decoration: none
}
a:visited {
	font-weight: bolder;
	color: rgb(230,112,20);
	text-decoration: none
}
a:active {
	font-weight: bolder;
	color: rgb(230,112,20);
	text-decoration: none
}
a:hover {
	font-weight: bolder;
	color: black;
	text-decoration: none
}
#header #headerContent a {
	font-weight: bolder;
	color: white;
	text-decoration: none
}
#header #headerContent a:visited {
	font-weight: bolder;
	color: white;
	text-decoration: none
}
#header #headerContent a:active {
	font-weight: bolder;
	color:black;
	text-decoration: none
}
#header #headerContent a:hover {
	font-weight: bolder;
	color:black;
	text-decoration: none
}

a.non {
	color: #000000;
}
a.backlink {
	background-image: url(pfeil_zurueck.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
#topnav table {
	
}
#topnav table td {
	padding-right: 20px;
}
#topnav span {
	margin-right: 15px;
}

#menuPics span {
	/*margin: 0px 5px;*/
	margin-left: 10px;
}


img {
	border: none;
}

h1 {
	font-size: 14px;
}
h2 {
	font-size: 14px;
	color: rgb(230, 112, 20);
}
h3 {
	color: white;
	font-size: 13px;
	background-color: #FF9933;
	text-align: center;
	padding: 5px 0px;
}
h4 {
	border-bottom: 1px solid #FF9933;
	font-size: 13px;
}
h4 span {
	background-color: #FF9933;
	color: white;
	padding: 0px 3px;
}

h6 {
	font-size: 12px;
	margin-bottom: 0px !important;
	margin-bottom: 15px;
	/*margin-top: 15px;*/
}


/*#content th {
	font-size: 12px;
}*/


/*p.bodytext {
	font-size: 12px;
	margin: 0px;
}*/
td p.bodytext {
	font-size: 12px;
	/*margin: 0px;*/
}

#boxes .csc-textpic-image {
	padding: 0px 0px;
	padding-top: 15px;
}
#boxes .bodytext {
	line-height: 18px;
	padding: 0px 10px;
}

#boxes td p.bodytext {
	margin: 0px;
	font-size: 12px;
	padding: 0px 2px;
}

div.csc-textpic-imagewrap {
	/*margin-top: 0px !important;
	margin-top: 20px;*/
}

/*#boxes p.bodytext {
	margin: 10px 10px;
	font-size: 12px;
	padding: 0px 2px;
}*/

#boxes .headline {
	background-color: white;
	padding-bottom: 1px;
}
#boxes .contentwrap {
	background-color: #dddddd;
	padding-bottom: 5px;
}
#boxes li {
	/*margin-left: 10px;*/
	padding: 0px;
	list-style: square;
}
#boxes ul {
	padding: 0px;
	margin: 10px;
	padding-left: 12px;
	/*padding-right: 10px;*/
}

input, select {
	background-color:white;
	border:2px solid #E67014;
	color:#E67014;
	font-family:Arial,sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}

p.align-right {
	text-align: right;
}
p.align-center {
	text-align: center;
}
p.align-left {
	text-align: left;
}
p.align-justify {
	text-align: justify;
}

table.typo3-adminPanel {
	font-size: 20px;
}

#forumsperre {
  display: none;
  padding: 10px;
  background-color: #DDD;
  border: 2px solid #FF9933;
  width: 500px;
  height: 350px;
  overflow: auto;
  position: absolute;
  margin-left: 100px;
  margin-top: -450px;
}