/***************************************/
/* Layout der Seite                    */
/***************************************/

#all {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	font-size: 1.2em;
	color: #333333;
}

#header {
	margin-top: 10px;
	height: 155px;
	width: 100%;
	border: 0px;
}

#header_bg_left {
	background:url(../images/bom_header_t_l.png) 0 0 no-repeat;
	position: relative;
	height: 100%;
}

#header_bg_middle {
	background:url(../images/bom_header_t_m.png) 0 0 repeat-x;	
	margin-left: 17px;
	height: 100%;
}

#header_bg_right {
	background:url(../images/bom_header_t_r.png) 100% 0 no-repeat;
	overflow: hidden;
	height: 100%;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 655px;
	height: 155px;
	margin-left: 11px;
	margin-top: 0px;
	text-align: left;
	vertical-align: top;
}

#logo1 {
	position: absolute;
	left: 685px;
	height: 120px;
}

#logo1 img.slogan {
	vertical-align: top;
	height: 120px;
}

#content {
	width: 100%;
}

#leftcol {
	width: 196px;
	float:left;
	/* Spalte in voller Höhe darstellen */
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	margin-right: 10px;
}

#maincol {
	/* Spalte in voller Höhe darstellen */
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	background-color: White;
	float:left;	
	width: 750px;
	text-align: justify;
	border-style: solid;
	border-color: white;
	border-width: 1px;
}

#footer {
	clear: both;	
	width: 960px;
	text-align: center;
	color: Gray;
	overflow: hidden;
}
/***************************************/
/* Formatierung der einzelnen Elemente */
/***************************************/
* {
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
   background-color: #b7cbe0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.625em;
}

img {
	border: 0;
}

/***************************************/
/* Top-Menü */
/***************************************/

div.moduletable_topmenu a, div.module_contact a, div.module_infos a, div.module_vmview a{
	text-decoration: underline;
	color: White;
}

div.moduletable_topmenu a:hover, div.module_contact a:hover, div.module_infos a:hover, div.module_vmview a:hover {
	text-decoration: none;
	font-weight: bold;
}

#topmenu {
	padding-top: 125px;
	float: right;
	padding-right: 10px;
	color: White;	
}

#topmenu ul.menu{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	display: block;	
}

#topmenu ul.menu li{
	float: left;
	padding-left: 5px;
	padding-right: 5px;	
}

/***************************************/
/* Menü */
/***************************************/

.active .current, .current{
	color: yellow;
	font-weight: bold;
}

.active {
	font-weight: bold;
}

div.module_menu {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	background-color: #7097c2;
}

div.module_menu h3 {
	padding: 10px 5px 5px 15px;
	Color: Yellow;
}

div.module_menu > div > div {
	padding: 0px;
	margin: 0px;
	/* background: url(../images/bom_menu_t.png) 0 0 no-repeat; */
}

div.module_menu > div  {
	/* background: url(../images/bom_menu_m.png) 0 0 repeat-y; */
}

div.module_menu > div > div > div {
	/* background: url(../images/bom_menu_b.png) 0 100% no-repeat; */
}

div.module_menu ul {
	padding-top: 2px;
	padding-bottom: 7px;
}

div.module_menu ul li {
	list-style: none;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-style: dotted;
	border-color: white;
}

div.module_menu ul li:last-child {
	border-bottom: 0px;
}

div.module_menu ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: White;
	padding: 15px 10px 15px 10px;
	border: 0px;
}

div.module_menu ul li a:hover {
	display: block;
	text-decoration: none;
	color: #333333;
	background-color: White;
	font-weight: bold;
}

div.module_menu ul ul {
	padding-left: 25px;
	margin-top: -15px;
}

div.module_menu ul ul li {
	list-style: square;
	list-style-position: outside;
	padding: 0px 5px 0px 0px;
	color: white;
	border: 0px;
}

div.module_menu ul ul li a {
	font-weight: normal;	
	padding: 1px 0px 0px 3px;
	text-transform: none;
}

.contentpaneopen {
	padding: 5px 10px;
	line-height: 145%;
}

.contentpaneopen .small, .contentpaneopen .createdate, .contentpaneopen .modifydate {
	font-size: 0.9em;
	font-style: italic;
}

.contentpaneopen .contentheading {
	font-weight: bold;
	font-size: 1.4em;
}

.contentheading {
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 5px;
}

.contentpaneopen a.readon, .contentpaneopen a:visited.readon, .contentpaneopen a:active.readon {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	font-size: 0.9em;
	border: 1px;
	border-style: solid;
	border-color:#999999;
	padding: 3px;
	background-color: #d6d6d6;
	margin-left: 5px;
}

.contentpaneopen a:hover.readon {
	text-decoration: none;
	text-align: right;
	color: #003399;
}

.contentpaneopen a, .contentpaneopen a:visited, .contentpaneopen a:active {
	color: #333333;
	text-decoration: underline;
	font-size: 1.0em;
	border: 0px;
}

.contentpaneopen a:hover {
	font-weight: bold;
	text-decoration: none;
}

.contentpaneopen .modifydate {
	visibility: hidden;
}

.contentpaneopen li {
	margin-left: 30px;
	padding-right: 25px;
}

.contentpaneopen p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

/***************************************/
/* mod_virtuemart                      */
/***************************************/
div.module_vmview, div.module_infos {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	margin-top: 10px;
	background-color: #7097c2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.module_vmview > div > div {
	padding: 0px;
	margin: 0px;
	/* background: url(../images/bom_menu_t.png) 0 0 no-repeat; */
}

div.module_vmview > div  {
	/* background: url(../images/bom_menu_m.png) 0 0 repeat-y; */
}

div.module_vmview > div > div > div {
	/* background: url(../images/bom_menu_b.png) 0 100% no-repeat; */
}

div.module_vmview h3 {
	padding: 10px 5px 5px 15px;
	Color: Yellow;
}

div.module_vmview hr {
	visibility: hidden;
}

div.module_vmview td {
	padding-left: 10px;
}

div.module_vmview td.vmCartModule {
	padding-left: 0px;
}

form#login label {
	font-weight: bold;
	color: white;
	padding-left: 10px;
}

form#login input.inputbox {
	margin: 0px 0px 8px 12px;
	width: 150px;
}

form#login input.button {
	text-align: center;
}

button.button {
	text-align:center;
	height:30px;
	cursor:pointer;
	border: 0;
	font-weight:bold;
	font-family:inherit;
	vertical-align: middle;
	margin: 0;
	padding: 3px 5px 5px 5px;
	color: #333333;
	background-color: #b7cbe0;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #7097c2;
}

.inputbox {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #7097c2;
}

div.module_contact, div.module_infos {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	background-color: #7097c2;
}

div.module_contact h3, div.module_infos h3 {
	padding: 10px 5px 5px 15px;
	Color: Yellow;
}

div.module_contact p, div.module_infos p {
	padding: 0px 5px 5px 15px;
}
