/* Start of CMSMS style sheet 'sf' */
* {
  margin:  0;
  padding: 0;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2em;
	background-color: #D4CBBC;
	background-image: url(../../images/css/mainbg.png);
	background-repeat: repeat-x;
	background-position: top;
}

div#hrahmen
{
  margin: 0 auto;/* 0 1px 0 0; (original design)*/
  width: 901px;
  border: none;
}
div#header {
	background-image: url(../../images/css/header.jpg);
	background-repeat: no-repeat;
	height: 171px;
}
div#header div#subtitle {
	color: #106fc3;
	position: relative; /* absolute (original design) */
	top: 129px;
	left: 54px;
	font-size: 10px;
}
div#topnavi {
	background-image: url(../../images/css/navi.png);
	background-repeat: no-repeat;
	height: 34px;
}
div#topnavi ul
{
	list-style-type:none;
	margin: 0 0 0 70px;
}
div#topnavi li
{
	float: left;
	line-height: 32px;
	color: #fff;
	margin-right: 30px;
	font-weight: bold;
}
div#topnavi li span {
	display: block;
	background-image: url(../../images/css/topnav_start.png);
	background-repeat: no-repeat;
	background-position: left center;
}
div#topnavi li .sel {
	background-image: url(../../images/css/topnav_end.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 5px;
	padding-left: 3px;
}
div#topnavi li a
{
	color: #FFFFFF;
	text-decoration:none;
	/*width: 58px;*/
	padding: 0 5px;
	display: block;
}

div#topnavi li a:hover
{
  text-decoration: underline;
}
div#maintop {
	background-image: url(../../images/css/main_head.png);
	background-repeat: no-repeat;
	height: 5px; /* nvz: 25px */
	display:none;
}
div#main {
	background-image: url(../../images/css/main_bg.png);
	background-repeat: repeat-y;
	padding: 5px 20px 0 19px; /* nvz: 0 30px */
}
div#leftnavi {
	width: 189px;
	background-image: url(../../images/css/box.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 2px;
}
div#leftnavi_foot, div.container_foot {
	background-image: url(../../images/css/box_foot.png);
	background-repeat: no-repeat;
	height: 16px;
	display: block;
	width: 193px;
}
div#leftnavi ul {
	list-style-type:none;
}
div#leftnavi li a {
	background: transparent url(../../images/css/pfeil.png) no-repeat scroll 0 center;
	border-bottom: 1px dashed #ccc;
	display: block;
	padding-left: 10px;
	font-weight: bold;
	color: #666;
	line-height: 20px;
	margin: 0 10px 0 10px;

}

div.leftnav_titel, div.leftnav_titela {
	background-image: url(../../images/css/nav.png);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	line-height: 25px;
	width: 189px;
}
div.leftnav_titela {
	background-image: url(../../images/css/navh.png);
}
div.leftnav_titel a:link, div.leftnav_titel a:visited, div.leftnav_titel a:active, div.leftnav_titela a:active, div.leftnav_titela a:visited, div.leftnav_titela a:link {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 10px;
	text-decoration: none;
	display: block;
}
div.leftnav_titel a:hover, div.leftnav_titela a:hover {
	text-decoration: underline;
}

div#inhalt {
	float: right;
}
div#content {
	float: left;
	width: 455px; /*nvz: 425px;*/
	margin-right: 15px;
}
div#rightnavi {
	float: right;
	width: 193px;
}
div.container, div.container_txt {
	background-image: url(../../images/css/box.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 2px 2px 0 2px;
	width: 189px;
}
div.container_txt {
	padding: 10px 10px 0 10px;
	width: 173px;
}


div#foot {
	border-top: 1px solid #ccc;
	padding: 4px 0 0 0;
	color: #666;
	font-size: 11px;
	margin: 15px 0 0 0;
}
div#foot ul
{
	list-style-type:none;
}
div#foot li
{
	float: left;
	color: #666;
	margin-right: 15px;
}
div#foot li a
{
	color: #666;
	text-decoration:none;
	display: block;
	font-size: 11px;
}

div#foot li a:hover
{
  text-decoration: underline;
}
div#footer {
	height: 29px;
	background-image: url(../../images/css/main_foot.png);
	background-repeat: no-repeat;
}
div.clear {
	clear: both;
}
div.links {
	float: left;
}
div.rechts {
	float: right;
}
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight: bold; 
	color: #024a89; 
	border-bottom: 1px solid #ccc; 
	
	line-height: 1.6em;
	margin-bottom: .6em;
	clear: both;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; padding: 0.16em auto;}
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
p  { margin-bottom: 1.2em; }

.blue { color: #024a89;  }
.red, .red h1, .red h2, .red h3, .red h4, .red h5 { color: #a00000; }
.klein { font-size: 11px; }

/*a {font-style: italic;}
div#leftnavi a, 
div#topnavi a {
	font-style: normal;
}*/

a:active { outline: none; }
a:link, a:visited, a:active {
	/*text-decoration: none;*/
	color: #002e98;
}
a:hover {
	text-decoration: underline;
}

a img
{
	border: none !important;
}

#content ol li,
#content ul li
{
	margin-left: 2em;
}

#content img
{
	margin: 5px;
}
#content table
{
	margin: 1em auto;
}

#content hr
{
	background-color:#e8e8e8;
	color:#e8e8e8;
	border:0 none;
	
	height:1px;
	margin:0.5em 0;
	clear: both;
	width: 100%;
}

dd
{
	width: 80%;
	float: right;
}
dt
{
	width: 20%;
	float: left;
	clear: both;
	font-weight: bold;
}

table#oeffngsz {
	width: 100%;
	text-align:right;
}
table#oeffngsz th {
	text-align:left
}
table#oeffngsz tr td:first-child {
	text-align:left
}

div.zubehoeritem {
	margin:1em;
	padding: .5em;
	background: #e8e8e8;
	width:135px;
}
div.zubehoeritem p {
	margin: 0;
}
div.zubehoeritem a {
 text-decoration: none;
}

table#manufactable {
	width: 418px;
	table-layout: fixed;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
}

table#manufactable th {
	background: #e8e8e8;
}

table#manufactable td,
table#manufactable th {
	width: 120px;
	height: 60px;
	padding: 0 9px;
}

p.clear
{
	clear: both;
	margin:0
}

#myframe
{
	background: url(../../images/css/grey.gif);
	overflow: auto !important;
	height: 2000px !important;
	width: 600px !important;
	display: block !important;
}
/* End of 'sf' */

