* {
    margin:0;
    padding:0;
    color: rgb(95,96,98);
    font-size: 12px;
}

body {
	background-color: rgb(95,96,98);
	/*text-align: center;*/ 
	font-family: Verdana,Arial;
}

img {
	border : 0px;
}

.container {
	width: 767px;
	background-color: rgb(255,255,255); /* Weiss */
	margin-top: 19px;
	position: absolute;
	left: 50%;
	padding-left: 16px;
	padding-right: 16px;
	margin-left: -399px; 
	text-align: left;
}

.head {
	width: 100%;
	background-color: rgb(255,255,255); /* Weiss */
	height: 70px;
}

.menu_head {
	width: 100%;
	padding-top: 10px;
}
.menu_head p {
	text-align: right;
}
.menu_head a {
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana,Arial;
	font-size: 12px;
	margin-right: 3px;
}


.rowalogo_head {
	width: 100%
}

.banner_head {
	width: 100%;
	margin-top: 5px;
}
.menu {
	width: 100%;
	height: 20px;
	margin-top: 3px;
	background-color: rgb( 215,216,217);
}

.banner {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bottom {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: rgb(215,216,217);
	clear: both;
}

/*  Startseite BEGIN */

#column-one_start {
	float: left;
	width: 190px;
	margin-right: -190px;
	background-color: rgb(230,230,231);
	margin-top: 15px;
	margin-bottom: 15px;
}
#column-two_start {
	float: right;
	width: 577px;
	margin-right: -577px;
	margin-left: .1em;
}

#content-two_start {
	float: right;
	width: 482px;
}
#content-one_start {
	float: left;
	width: 190px;
	margin-left: -190px;
}

#content-one_start h2 {
color: rgb(95,96,98);
font-size: 11px;
font-weight: bold;
}

#content-two_start img {
margin-top: 5px;
}

#content-two_start h2 {
color: rgb(95,96,98);
font-size: 22px;
font-weight: normal;
}

#content-two_start h3 {
color: rgb(165,0,58); /* Rot */
font-size: 14px;
margin-top: 15px;
margin-bottom: 15px;
font-weight: normal;
}

#content-two_start h4 {
color: rgb(128,128,128); /* 50% Schwarz */
font-size: 12px;
font-weight: bold;
margin-top: 1em;
}

#content-two_start p {
color: rgb(86,86,85); /* 80% Schwarz */
font-size: 12px;
}

#content-one_start p {
color: rgb(128,128,128); /* 50% Schwarz */
padding-top: 3px;
font-size: 10px;
}

#news {
	padding: 5px 5px 20px 5px;
	border-bottom: 1px solid rgb(255,255,255); /* Weisser Rand unten */
}

#news a, #news a:link {
	color: rgb(165,0,58); /* Rot */
	font-weight: bolder;
	font-size: 11px;
	/* text-decoration: none; */
}
#news a:visited {
	font-weight: bolder;
	color: rgb(165,0,58); /* Rot */
}

#news a:hover, #news a:active, #news a:focus {
	font-weight: bolder;
	color: rgb(165,0,58); /* Rot */
}

#content-two_start a, #content-two_start a:link {
	color: rgb(165,0,58); /* Rot */
	font-weight: bolder;
	/* text-decoration: none; */
}
#content-two_start a:visited {
	font-weight: bolder;
	color: rgb(165,0,58); /* Rot */
}

#content-two_start a:hover, #content-two_start a:active, #content-two_start a:focus {
	font-weight: bolder;
	color: rgb(165,0,58); /* Rot */
}

/*  Startseite END */

/*  LOGIN BEGIN */

#column-one_login {
	float: left;
	width: 95px;
	margin-right: -95px;
	background-color: rgb(215,216,217);
	margin-top: 15px;
	margin-bottom: 15px;
}
#column-two_login {
	float: right;
	width: 672px;
	margin-right: -672px;
	margin-left: .1em;
}

#content-two_login {
	float: right;
	width: 640px;
	padding-right: 10px;
}
#content-one_login {
	float: left;
	width: 95px;
	margin-left: -95px;
}

#content-one_login h2 {
color: rgb(95,96,98);
font-size: 12px;
font-weight: bold;
}

#content-two_login img {
margin-top: 5px;
}

#content-two_login h2 {
color: rgb(95,96,98);
font-size: 22px;
font-weight: normal;
margin-bottom: 15px;
}

#content-two_login h3 {
color: rgb(165,0,58); /* Rot */
font-size: 14px;
margin-bottom: 15px;
font-weight: normal;
}

#content-two_login h4 {
color: rgb(128,128,128); /* 50% Schwarz */
font-size: 12px;
font-weight: bold;
margin-top: 1em;
}

#content-two_login p {
color: rgb(86,86,85); /* 80% Schwarz */
font-size: 12px;
display: block;
margin: 1em 0;
}

#content-two_login ul {
  padding-left: 20px;
  padding-bottom: 2px;
}

#content-one_login p {
color: rgb(128,128,128); /* 50% Schwarz */
font-size: 11px;
}

#content-two_login a, #content-two_login a:link {
	color: rgb(165,0,58); /* Rot */
	font-weight: bolder;
	/* text-decoration: none; */
}
#content-two_login a:visited {
	font-weight: bolder;
	color: rgb(165,0,58); /* Rot */
}

#content-two_login a:hover, #content-two_login a:active, #content-two_login a:focus {
	font-weight: bolder;
	color: rgb(165,0,58); /* Rot */
}

/*  LOGIN END */

#column-one {
	text-align: left;
	float: left;
	width: 95px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#column-two {
	float: right;
	width: 190px;
	margin-right: -190px;
	margin-left: .1em;
}
#column-three {
	float: right;
	width: 482px;
	margin-right: -482px;
	margin-left: .1em;
}

#content-three {
	float: right;
	width: 482px;
}

#content-three ul {
	padding-left: 15px;
	margin: 0px;
}

#content-three ul li {
	color: rgb(86,86,85);
	font-size: 12px;
}



#content-one {
	float: left;
	width: 95px;
	margin-left: -285px;
}

#left_menu {
width: 100%;
font-weight: bold;
}
#left_menu ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
#left_menu li {
display: block;
margin-bottom: 1px;
}
#left_menu li a, #left_menu li a:link {
text-decoration: none;
display: block;
color: rgb(255,255,255); /* Weiss */
background-color: rgb(215,216,217);
font-size:12px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 5px;
border-bottom: 1px solid rgb(255,255,255); /* Weiss */
}
#left_menu li a:visited {
color: rgb(255,255,255); /* Weiss */
}

#left_menu li a:hover, #left_menu li a:active, #left_menu li a:focus {
color: rgb(255,255,255); /* Weiss */
}

#left_menu_cur {
width: 100%;
font-family: Verdana;
font-weight: bold;
}
#left_menu_cur ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
#left_menu_cur li {
display: block;
color: rgb(255,255,255); /* Weiss */
margin-bottom: 1px;
}
#left_menu_cur li a, #left_menu_cur li a:link {
text-decoration: none;
display: block;
color: rgb(255,255,255); /* Weiss */
background-color: rgb(182,184,186);
font-size:12px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 5px;
border-bottom: 1px solid rgb(255,255,255); /* Weiss */
}
#left_menu_cur li a:visited {
color: rgb(255,255,255); /* Weiss */
}

#left_menu_cur li a:hover, #left_menu_cur li a:active, #left_menu_cur li a:focus {
color: rgb(255,255,255); /* Weiss */
}

#left_menu2 {
width: 100%;
font-weight: bold;
}
#left_menu2 ul {
list-style-type: none;
margin: 0px;
}
#left_menu2 li {
display: block;
margin-bottom: 1px;
}
#left_menu2 li a, #left_menu2 li a:link {
text-decoration: none;
display: block;
color: rgb(255,255,255); /* Weiss */
background-color: rgb(215,216,217);
font-size:11px;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 10px;
}
#left_menu2 li a:visited {
color: rgb(255,255,255); /* Weiss */
}

#left_menu2 li a:hover, #left_menu2 li a:active, #left_menu2 li a:focus {
color: rgb(255,255,255); /* Weiss */
}

#left_menu_cur2 {
width: 100%;
font-family: Verdana;
font-weight: bold;
}
#left_menu_cur2 ul {
list-style-type: none;
margin: 0px;
}
#left_menu_cur2 li {
display: block;
color: rgb(255,255,255); /* Weiss */
margin-bottom: 1px;
}
#left_menu_cur2 li a, #left_menu_cur2 li a:link {
text-decoration: none;
display: block;
color: rgb(51,51,51); /* Weiss */
background-color: rgb(215,216,217);
font-size:11px;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 10px;
}
#left_menu_cur2 li a:visited {
color: rgb(51,51,51); /* Weiss */
}

#left_menu_cur2 li a:hover, #left_menu_cur2 li a:active, #left_menu_cur2 li a:focus {
color: rgb(51,51,51); /* Weiss */
}


#content-three h2 {
color: rgb(95,96,98);
font-size: 22px;
font-weight: normal;
margin-top: -5px;
}

#content-three h3 {
color: rgb(165,0,58); /* Rot */
font-size: 14px;
margin-top: 15px;
margin-bottom: 15px;
font-weight: normal;
}

#content-three h3 sup {
    color: rgb(165,0,58); /* Rot */
}

#content-three h4 {
color: rgb(128,128,128); /* 50% Schwarz */
font-size: 12px;
font-weight: bold;
margin-top: 1em;
}

#content-three p {
color: rgb(86,86,85); /* 80% Schwarz */
font-size: 12px;
}

#content-two {
	float: left;
	width: 166px;
	margin-left: -190px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 50%;
}

#content-two h1 {
    color: rgb(128,128,128); /* 50% Schwarz */
    font-size: 16px;
}


#content-two p {
    color: rgb(128,128,128); /* 50% Schwarz */
    font-size: 11px;
}

#content-two a, #content-two a:link {
	color: rgb(165,0,58); /* Rot */
	font-weight: bolder;
	font-size: 11px;
}
#content-two a:visited {
	font-weight: bolder;
	color: rgb(165,0,58); /* Rot */
	font-size: 11px;
}

#content-two a:hover, #content-two a:active, #content-two a:focus {
	font-weight: bolder;
	color: rgb(165,0,58); /* Rot */
	font-size: 11px;
}

#content-three a, #content-three a:link {
	color: rgb(165,0,58); /* Rot */
	font-weight: bolder;
}
#content-three a:visited {
	font-weight: bolder;
	color: rgb(165,0,58); /* Rot */
}

#content-three a:hover, #content-three a:active, #content-three a:focus {
	font-weight: bolder;
	color: rgb(165,0,58); /* Rot */
}

#content-three .tx-newloginbox-pi1 h3 {
color: rgb(128,128,128); /* 50% Schwarz */
font-size: 24px;
}

#content-three .tx-newloginbox-pi1 input {
width: 350px;
border: 1px solid rgb(128,128,128); /* 50% Schwarz */
}

#content-three .tx-newloginbox-pi1 table {
margin-top: 10px;
margin-bottom: 20px;
}

#content-three .tx-newloginbox-pi1 .tx-newloginbox-pi1-submit {
font-family: Verdana;
width: 352px;
background-color: rgb(128,128,128); /* 50% Schwarz */
font-size: 11px;
font-weight: bold;
color: rgb(255,255,255); /* Weiss */
text-align: left;
}

.Kontakt input, .Kontakt select, .Kontakt textarea {
width: 352px;
border: 1px solid rgb(128,128,128); /* 50% Schwarz */
}              

.Kontakt td {
font-family: Verdana,Arial,Helvectica,Sans-serif;
color: rgb(86,86,85); /* 80% Schwarz */
font-size: 12px;
padding-top: 10px;
padding-right: 10px;
text-align: left;
}

.Kontakt input[type=submit] {
font-family: Verdana;
width: 352px;
height: 20px;
background-color: rgb(128,128,128); /* 50% Schwarz */
font-size: 12px;
font-weight: bold;
color: rgb(255,255,255); /* Weiss */
text-align: left;
padding-left: 5px;
}

.tx-nfdownloads-pi1 {
  margin-top: 20px;
}

.tx-nfdownloads-pi1 th {
  padding-top: 10px;
}

.tx-nfdownloads-pi1 .download_headline {
   font-family: Verdana;
   color: rgb(128,128,128); /* 50% Schwarz */
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

.tx-nfdownloads-pi1 .download_desc  {
  font-family: Verdana;
  color: rgb(86,86,85); /* 80% Schwarz */
  font-size: 12px;
  font-weight: normal;
  padding-left: 5px;
}

.tx-nfdownloads-pi1 .download_installnotes  {
  font-family: Verdana;
  color: rgb(86,86,85); /* 80% Schwarz */
  font-size: 12px;
  font-weight: normal;
}

.tx-einrichtersendemail-pi1 {
  font-family: Verdana;
  color: rgb(86,86,85); /* 80% Schwarz */
  font-size: 12px;
  font-weight: normal;
}

.tx-rowakundenadressen-pi1 {
  font-family: Verdana;
  color: rgb(86,86,85); /* 80% Schwarz */
  font-size: 12px;
  font-weight: normal;
}

.tx-rowakundenadressen-pi1 table {
  width: 630px;
}
.tx-rowakundenadressen-pi1 table td {
  padding: 2px 3px 2px 3px;
  
}

#nav, #nav ul {
	float: left;
	list-style: none;
	color: #FFF;
	padding: 0px;
	height: 20px;
}
 
#nav li li {
	background:#d7d8d9;
	border-bottom:1px solid #fff;
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
 
#nav li {
	float: left;
	padding: 0;
}
 
#nav ul li a {
	color: #FFF;
	font-size:11px;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	font-weight: normal;
	margin: 0;
	z-index: 10;
}
 
#nav li li {
	width: 95px;
}
 
#nav li ul a {
}
 
#nav li ul ul {
	margin: -1.45em 0 0 14em !important;
	margin: -1.45em 0 0 14.45em ;
	z-index: 10;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li li:hover, #nav li li.sfhover {
	background: #B6B8BA;
}
 
#nav li li {
	background: #d7d8d9;
}
 
#nav li li a {
	padding-left:5px;
}
 
#nav li ul  {
	background-image: none;
	padding-top: 2px;
}





















#nav1, #nav1 ul {
	float: left;
	list-style: none;
	color: #FFF;
	padding: 0;
	height: 20px;
}
 
#nav1 li li {
	background:#80D0D8;
	border-bottom:1px solid #fff;
}
 
#nav1 a {
	display: block;
	
	color: #FFF;
	text-decoration: none;
}
 
#nav1 li {
	float: left;
	padding: 0;
}
 
#nav1 ul li a {
	color: #FFF;
	font-size:11px;
	font-weight:bold;
}
 
#nav1 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	font-weight: normal;
	margin: 0;
}
 
#nav1 li li {
	width: 15em;
}
 
#nav1 li ul a {
}
 
#nav1 li ul ul {
	margin: -1.45em 0 0 14em !important;
	margin: -1.45em 0 0 14.45em ;
}
 
#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;
}
 
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul {
	left: auto;
}
 
#nav1 li li:hover, #nav1 li li.sfhover {
	background: #00A2B2;
}
 
#nav1 li li {
	background: #80D0D8;
}
 
#nav1 li li a {
	padding-left:5px;
}
 
#nav1 li ul  {
	background-image: none;
	padding-top: 2px;
}

.menuparent a {
height: 20px;
}

.sitemap {
	margin-top: 10px;
}
.sitemap ul  li{
	padding-bottom: 7px;
	list-style-image:url(/fileadmin/templates/main_new/images/roundbullet_kl_red.gif);
}

.sitemap ul  li a{
	text-decoration: none;
}

.sitemap ul  li a:hover{
	text-decoration: underline;
}

.sitemap ul  li  ul li {
	padding-left: 0;
	padding-bottom: 0;
	font-weight: lighter !important;
}

.sitemap ul  li  ul li a{
	font-size: 11px;
	font-weight: lighter !important;
}

.sitemap ul  li  ul li ul li{
	padding-left: 0;
	padding-bottom: 0;
	font-weight: lighter !important;
}


