/* CSS-Datei für VBV-Verpackungen */

/***********************************/
/*      Inhaltsformatierungen      */
/***********************************/

.clearfix {
	clear:both;
}

.auszeichnung {
	color:#ffa647;
	font-weight:bold;
}

#content_input #subnav {
	display:block;
	width:100%;
	padding-top:10px;
	height:25px;
	border-top:2px solid #313131;
}

#content_input #subnav a:link, #content_input #subnav a:visited {
	background:url(../bitmaps/subnav_icon.jpg) no-repeat;
	padding-left:25px;
	padding-top:2px;
	width:auto;
	color:#cccccc;
	text-decoration:none;
}

#content_input #subnav a:hover {
	color:#ff6e00;
	text-decoration:underline;
}

#content_input img {
	border-top:6px solid #313131;
	border-bottom:6px solid #313131;
}

#content_input a:link, #content_input a:visited {
	color:#ff6e00;
	text-decoration:none;
}

#content_input a:hover {
	color:#ff6e00;
	text-decoration:underline;
}

img.noborder {
	border:0px;
}

h1 {
	margin:0px 0px 10px 0px;
	font-size:18px;
	color:#cccccc;
	font-weight:bold;
}

h2 {
	margin:0px 0px 10px 0px;
	font-size:16px;
	color:#cccccc;
	font-weight:bold;
}

h3 {
	margin:0px 0px 10px 0px;
	font-size:14px;
	color:#cccccc;
	font-weight:bold;
}

h3 {
	margin:0px 0px 10px 0px;
	font-size:12px;
	color:#cccccc;
	font-weight:bold;
}

.imgfloatleft {
	float:left;
	margin:0px 30px 20px 0px;
}

.imgfloatright {
	float:right;
	margin:0px 0px 20px 30px;
}


/***********************************/
/*           Seitenlayou           */
/***********************************/

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	margin: 0 auto;
	width:904px;
	height:auto;
	border-top:4px solid #dcdcdc;
	display:block;
}

#mainnav {
	margin-top:40px;
	margin-bottom:15px;
	width:904px;
	text-align:left;
	height:36px;
	display:block;
	clear:both;
}

#content {
	width:904px;
	background:url(../bitmaps/content_bg.gif) repeat-y;
	height:auto;
	display:block;
	float:left;
	min-height:462px;
	clear:both;
	margin-bottom: 14px;
}


#content_input {
	width:646px;
	color:#FFFFFF;
	height:auto;
	float:left;
	min-height:360px;
	display:block;
	margin:20px 0px 30px 49px;
}

#footer {
	width:904px;
	height:30px;
	display:block;
	clear:both;
}

