html, body {
	font-size: 12px;
	font-style:normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:rgb(230,230,230);
	margin:0px;
	padding:0px;
	background-image: url(../_images/bg.jpg);
	background-repeat: repeat-x;
	color: rgb(51,51,51);
}
body.blank {
	font-size: 12px;
	font-style:normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:rgb(230,230,230);
	margin:0px;
	padding:0px;

}

#container {
	width:954px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
}
#inner_container {
	overflow:hidden;
	border: 1px solid rgb(153,153,153);
	background-color: RGB(255,255,255);
	width: 952px;
}
#header {
	width:952px;
	height:114px;
	padding:0px;
	margin:0px;
	background-color: rgb(255,255,255);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255,255,255);
}

#logo {
	width:280px;
	height:114px;
	float:left;
	background-image: url(../_images/rumox_logo.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

#headvisual {
	width:670px;
	height:114px;
	float:left;
}

#leftcol{
	width:190px;
	float: left;
}
#leftcol_bg_image {
	background-repeat: no-repeat;
	height: 60px;
	width: 190px;
}
#topbar {
	height: 25px;
	background-image: url(../_images/topbar_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 760px;
}
#topbar_nav {
	float: left;
	height: 25px;
	text-align: left;
	width: 533px;
	padding-left: 23px;
}
#topbar_metanav {
	width:190px;
	height: 25px;
	text-align:right;
	float: left;
}
#metanav_icon {
	margin-top: 4px;
	margin-right: 10px;
}
#middelcol {
	background-color:rgb(255,255,255);
	width:566px;
	float:left;
	background-image: url(../_images/content_bg.gif);
	background-repeat: repeat-y;
}
#rightcol {
	background-color:rgb(255,255,255);
	width:192px;
	float:left;
}
#footer {
	float:left;
	width:954px;
	background-color:rgb(204,204,204);
	color:rgb(102,102,102);
	font-size:10px;
	height: 36px;
	margin-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: rgb(153,153,153);
	clear: both;
	padding-top: 4px;
	padding-left: 4px;
}
#navbox   {
	width: 180px;
	margin-top:17px;
	vertical-align: top;
	background-image: url(../_images/nav_lvl1_bg.gif);
	background-repeat: repeat-y;
	background-color:rgb(229, 229, 229);
}
#content {
	margin-left:26px;
	margin-right:26px;
	margin-top:15px;
}
#searchbox {
	margin-top:20px;
}
#searchbox_headline {
	background-color:rgb(166,166,166);
	color:rgb(255,255,255);
	padding:4px;
}
#searchbox_content {
	background-color:rgb(239,239,239);
	padding:4px;
}

.rightcol_box {
	width:169px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.rightcol_box_header {
	background-image: url(../_images/rightbox_header.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 15px;
	height: 20px;
	font-size: 16px;

	color: rgb(102,102,102);
}
.rightcol_box_content {
	background-image: url(../_images/rightbox_content.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rightcol_box_red-content {
	background-image: url(../_images/rightbox_red-content.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rightcol_box_footer {
	background-image: url(../_images/rightbox_footer.gif);
	background-repeat: no-repeat;
}
.icon_wkorb {
	text-align: right;
	margin-right: 12px;

}
.wkorb_text {
	float: left;
	margin-top: 6px;
}
/* inline style */
p,h1,h2,h3,ul,ol,table {
	color:rgb(51,51,51);
}
ul {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
p {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

h1 {
	font-weight:bold;
	font-size:16px;
	margin-right:10px;
	margin-top:11px;
	margin-bottom:10px;
	color: rgb(204,51,51);
}
h2 {
	font-weight:bold;
	font-size:13px;
	margin-top:15px;
	margin-bottom:10px;
}
h3 {
	font-weight:bold;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
}
hr {
	border:1px solid #CCCCCC;
}

label {
	width:65px;
	text-align:left;
}
.smalltext {
	font-style:normal;
	font-size:9px;
	margin-left: 25px;
}
.text {
	margin-bottom: 2px;
	padding-bottom: 10px;
	padding-right:15px;
}
.image {
	font-size:9px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
}
.textimg {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-bottom: 12px;
}
.img_left {
	font-size:9px;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	float:left;
}
.img_right {
	font-size:9px;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	float:right;
}
.content_link {
	margin-right: 5px;
	padding-bottom: 12px;
}
.smallbox_buttons:link,.smallbox_buttons:visited,.smallbox_buttons:active,.smallbox_buttons:hover {
	font-size: 9px;
	background-color:rgb(240,240,240);
	color:rgb(90,115,135);
	text-decoration: none;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid rgb(191,191,191);
}
.zoom_link:link,.zoom_link:visited,.zoom_link:active,.zoom_link:hover {
	font-size: 9px;
	color:rgb(90,115,135);
	text-decoration: none;
	font-weight: normal;
}
.button_zoom {
	font-size: 9px;
	color:rgb(90,115,135);
	text-decoration: none;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*abschnitt tabelle */
.tblrowhl {
	font-size: 012px;
	background-color: #D0E0E5;
	font-weight: bold;
}
.tblrow {
	background-color: #F3F5F7;
	font-size: 012px;
	font-weight: normal;
}

/*formular deklarationen */
.cmsform {
	width:90%;
}
.cmsform label { 
  width: 160px;
}
.cmsform input, .cmsform select, .cmsform textarea {
  width: 200px;
}
.cmsform select { /*spezielle Korrektur des select element */
	width:200px;
	margin-top:1px;
}
.cmsform label.left {
  float: left;
  text-align: left;
  margin-right: 5px;
}
.cmsform input.right {
	float: left;
	width: auto;
	margin-right: 5px;
}
.cmsform br {
 clear: both;
}
.radio_titel {
	float:left;
	width:145px;
}
.radio_options {
	float:left;
	clear:right;
}
.plaintext {
	padding-bottom: 6px;
	padding-top: 6px;
}
.cmsform .button {
	margin-left:165px;
	width:auto;
	color : #666666;
	border-top : 1px solid rgb(115, 115, 115);
	border-bottom : 1px solid rgb(115, 115, 115);
	border-right : 1px solid rgb(115, 115, 115);
	border-left : 1px solid rgb(115, 115, 115);
}
table.matrix  {
	width:100%;
}
table.matrix th {
	text-align:center;
}
table.matrix .desc{
	width:140px;
	font-weight:bold;
}
table.matrix .radio{
	text-align:center;
}
table.matrix input {
	width:auto;
}
/* link deklarationen */
a {
	color:rgb(90,115,135);
	text-decoration: underline;
}
a:visited {
	color:rgb(103,101,103);
	text-decoration: underline;
}
a:hover {
	color:rgb(103,101,103);
	text-decoration: none;
}
a:active {
	color:rgb(103,101,103);
	text-decoration: underline;
}

.links:link {
	font-size: 11px;
	color:rgb(90,115,135);
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 4px;
}
.links:visited {
	color:rgb(103,101,103);
	text-decoration: underline;
}
.links:hover {
	color:rgb(103,101,103);
	text-decoration: none;
}
.links:active {
	color:rgb(103,101,103);
	text-decoration: underline;
}

a.metanavi:link, a.metanavi:visited, a.metanavi:hover, a.metanavi:active  {
	font-size: 11px;
	color:rgb(250,250,250);
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
}
a.footer:link, a.footer:visited, a.footer:hover, a.footer:active  {
	font-size: 10px;
	color:rgb(129,129,129);
	text-decoration: underline;
	font-weight: normal;
}
/* module */
/* beginn news-modul */
.newsitem {
	width:100%;
	clear:both;
	margin-bottom:13px;
}
.newsitem_headline {
	width:100%;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
}
.newsitem_preview {
	width:100%;
	margin-bottom:5px;	
}
.newsitem_footer {
	width:100%;
	margin-bottom: 13px;
	clear:both;
}
.newsitem_date {
	font-size:10px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(153,153,153);
	height:16px;
	margin-top:1px;
	margin-bottom:3px;
}
.newsitem_image {
	float:left;

}
.newsitem_text {
	float:left;
	margin-top: 5px;
}

#News{}
#NewsModulHeadline { }
#NewsCategories { }
#NewsIntroCategory { }
#NewsIntroCategoryImage { }
#NewsIntroCategoryText { }
#NewsItemBrowse { }
#NewsItemArchiv { }

