/*Standard*/
.clearL
{
	clear: left;
}
H1, H2, H3, H4, H5, H6
{
	font: 14px Arial, Verdana, Sans-serif;
	color: #000;
	padding: 10px 0 0;
	font-weight: bold;
}
H1 a, H2 a, H3 a, H4 a, H5 a, H6 a {
	color: #000;
	text-decoration: underline;
}
H1
{
	font-size: 20px;
}
H2
{
	font-size: 18px;
}
H3
{
	font-size: 16px;
}
H4
{
	font-size: 15px;
}
P
{
	padding: 10px 0 5px;
}
A
{
	text-decoration: underline;
	color: #000;
}
A:hover
{
	text-decoration: underline;
}
HR
{
	background: transparent;
	border: 0 solid #000000;
	height: 0;
	padding: 0;
	margin: 20px 0;
	border-bottom: 1px solid #000;
}
TEXTAREA, INPUT
{
	resize: none;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
P.align-center, H1.align-center, H2.align-center, H3.align-center, H4.align-center, H5.align-center, A.align-center, P A.align-center
{
	text-align: center;
}
P.align-right, H1.align-right, H2.align-right, H3.align-right, H4.align-right, H5.align-right, A.align-right, P A.align-right
{
	text-align: right;
}
P.align-justify, H1.align-justify, H2.align-justify, H3.align-justify, H4.align-justify, H5.align-justify, A.align-justify, P A.align-justify
{
	text-align: justify;
}
.RoterText {
	color: #ff0000;
}
.GrosserText {
	font-size: 15px;
}
.GrauesFeld {
	background-color: #ccc;
	padding: 10px 15px;
}
/*Template*/

BODY
{
	font: 12px Arial, Verdana, Sans-serif;
	color: #000;
	line-height: 130%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	background: url(../img/bg_menu_roh.jpg) no-repeat left top;
}
#site
{
	width: 960px;
}
/*Head*/
.head
{
	display: block;
	position: relative;
	padding: 10px 0 0 190px;
}
#logo
{
	background: url(../img/logo.png) no-repeat left top;
	width: 770px;
	height: 82px;
}
#logo A
{
	display: block;
	width: 100%;
	height: 100%;
}
#logo A SPAN
{
	display: none;
}
/*Nav*/
.nav
{
	list-style-type: none;
	display: block;
}
.nav LI
{
	padding: 5px 0;
}
.nav LI A
{
	display: block;
	background: url(../img/nav2.png) no-repeat left top;
	padding: 5px 40px 5px 20px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.nav LI A:hover, .nav LI.act A
{
	text-decoration: none;
	background-position: left bottom;
}
/*Subnav*/
.subNav {
	margin-left: 30px;
	display: none;
}
.subNav UL {
	margin-left: 30px;
}
.nav LI.act UL LI A, .nav LI.act UL LI.act UL LI A {
	background: url(../img/nav2.png) no-repeat left top;
}
.nav LI.act UL LI A:hover, .nav LI.act UL LI.act A, .nav LI.act UL LI.act UL LI A:hover, .nav LI.act UL LI.act UL LI.act A {
	background-position: left bottom;
}

.nav LI.act > ul{
	display: block;
}
/*Allcont*/
#allcont
{
}
#left
{
	float: left;
	width: 260px;
	margin: 0 50px 0 10px; 
}
#cont
{
	float: left;
	width: 640px;
}
/*Foot*/
.foot
{
	display: block;
	font-size: 11px;
	padding: 50px 20px;
}
.foot A
{
	color: #000;
}
.foot P
{
	display: inline;
	padding: 0;
}
#copy
{
	padding-top: 5px;
}
/*Powermail NEU*/
.powermail_fieldset {
	clear: inherit;
}
.tx-powermail H3 {
	display: none;
}
DIV.tx-powermail
{
	width: 100%;
	font: inherit !important;
}
.tx-powermail LEGEND.powermail_legend
{
	display: none;
}
.tx-powermail .powermail_form .powermail_fieldset LEGEND
{
	width: 100%;
	color: #ff0000;
}

.tx-powermail .powermail_form .powermail_fieldset
{
	border: 0 solid #000000;
	background-color: transparent;
	padding: 0px;
	margin-top: 10px;
	width: 100%;
}
.tx-powermail .powermail_form .powermail_fieldwrap
{
	padding: 2px 0;
	margin: 0;
}
.tx-powermail .powermail_form .powermail_fieldset LABEL
{
	display: block;
	width: 100%;
	padding: 3px 0 0;
	font: inherit;
	color: #000;
}
.tx-powermail .powermail_form .powermail_fieldset INPUT, .tx-powermail .powermail_form .powermail_fieldset TEXTAREA
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 100%;
	border: 1px solid #D7D7D7;
}

.tx-powermail .powermail_form .powermail_fieldset INPUT
{
	padding: 5px 0px 5px 5px;
}
.tx-powermail .powermail_form .powermail_fieldset TEXTAREA
{

	height: 100px;
	padding: 5px;
	resize: vertical;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_check_inner INPUT {
	width: inherit;
	float: left;
	margin: 5px 10px 5px 5px;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_check_inner LABEL {
	margin: 5px 0;
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_submit
{
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 0;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_submit INPUT.powermail_submit
{
	background-color: #181716 !important;
	color: #FFF;
	cursor: pointer;
	margin: 10px 0;
	padding: 7px 0;
	border: none;
	float: inherit;
	font-weight: normal;
	font-family: inherit;
	font-size: inherit;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_submit INPUT.powermail_submit:hover
{
	background-color: #ff0000 !important;
	color: #FFF;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap .mandatory
{
	color: #ff0000;
}
.formError .formErrorContent
{
	width: 100%;
	position: relative;
	color: #FFF;
	width: 120px;
	font-size: 11px;
	border: 1px solid #FFF;
	padding: 4px 10px;
	background: #ff0000;
}
.tx-powermail UL.powermail_message
{
	background: #FFFFFF;
	margin: 0 !important;
	padding: 5px 0 5px 7% !important;
	border: 2px solid #ff0000;
}
.tx-powermail UL.powermail_message LI
{
	color: #646464;
	font-weight: normal;
}
.formError .formErrorArrow DIV
{
	border-left: none;
	border-right: none;
	font-size: 0px;
	height: 1px;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
	background: #ff0000;
}
DIV.error, .tx-powermail .powermail_field_error
{
	background-color: #E5E5E5;
	border: 1px solid #525252 !important;
}
DIV.error {
	padding: 10px;
	text-align: center;
	margin: 10px 0;
}
.tx-powermail .powermail_create
{
	background: transparent;
	padding: 10px 0px 0px 0;
	color: #646464;
}
.tx-powermail .powermail_create DT
{
	padding: 2px 0px;
}
.tx-powermail .powermail_form SELECT
{
	width: 100%;
}
.tx-powermail .powermail_form .powermail_fieldwrap_reset
{
	padding: 0px;
	margin: 0px;
	position: relative;
}
.tx-powermail .powermail_form .powermail_fieldwrap_text
{
	font-size: 11px;
	color: #ff0000;
	font-style: italic;
}
/*Special*/
#cont UL
{
	margin: 5px 0px 10px 25px;
}
#cont UL LI
{
	list-style-type: disc;
	padding: 3px 0px;
}
#cont OL
{
	margin: 5px 0px 10px 25px;
}
#cont OL LI
{
	list-style-type: decimal;
	padding: 3px 0px;
}
#allcont TABLE
{
	margin: 10px 0px 5px;
}
#allcont TABLE TR TD
{
	padding: 2px 10px 2px 0px;
}
#allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	margin: 10px 0;
}
#allcont .csc-textpic-caption {
	font-size: 11px;
	padding: 5px 5px 0;
}
.lbox
{
	float: left;
	width: 48%;
	margin-right: 4%;
	display: inline;
}
.rbox
{
	float: left;
	width: 48%;
	display: inline;
}
.nlist .item, .nlatest .item {
	background-color: #ccc;
	padding: 10px 20px 15px;
	margin: 20px 0;
}
.nlist .more a, .nlatest .more a {
	background-color: #fff;
	padding: 5px 15px;
	display: inline-block;
	text-decoration: none;
	margin-top: 5px;
}
.nlist .more a:hover, .nlatest .more a:hover {
	background-color: #ff0000;
	color: #fff;
	text-decoration: none;
}
.nlist .img, .nlatest .img {
	float: left;
	margin: 10px 20px 0px 0;
}
.ndetail TABLE {
	width: 100%;
}
.ndetail Table TR:nth-child(odd) {
	background-color: #ccc;
}
.ndetail Table Tr Td {
	padding: 3px 10px !important; 
}
.ndetail .backlink {
	margin-top: 20px;
}
.ndetail .backlink a {
	background-color: #ccc;
	padding: 5px 10px;
	text-decoration: none;
}
.ndetail .backlink a:hover {
	background-color: #ff0000;
	color: #fff;
	text-decoration: none;
}
.ndetail .news-single-img {
	float: inherit;
	margin: 0;
}
.ndetail .news-single-imgcaption {
	margin-bottom: 10px;
	font-size: 12px;
}
#uid46 table tr td:last-child {
	width: 15%;
}
#uid46 .item.c53 table tr td:first-child, #uid46 .item.c54 table tr td:first-child {
	width: 15%;
}