/* GLOBAL */
* {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body {
	background-color:#BCBBBB;
	text-align:center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	color:#000000; 
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}



/* FRAMEWORK */
#main-frame {
	position:relative;
	top:0px;
	left:0px;
	width:744px;
	height:474px;
	background-image:url('../media/bg_main.gif');
	background-repeat:repeat-y;
	margin:0px auto 0px auto;
	text-align:left;

}

#header {
	position:relative;
	top:0px;
	left:0px;
	width:744px;
	height:82px;
	background-image:url('../media/bg_header.gif');
	background-repeat:repeat-x;
}

#logo {
	position:absolute;
	top:22px;
	left:0px;
	width:auto;
	height:auto;
}

#category {
	position:absolute;
	bottom:0px;
	right:0px;
	width:auto;
	height:auto;
}

#secundary-header {
	position:relative;
	top:0px;
	left:0px;
	width:744px;
	height:36px;
}

#article-menu {
	position:absolute;
	top:0px;
	left:127px;
	width:332px;
	height:auto;
	text-align:center;
	padding:12px 0px 0px 0px;
}

#article-header {
	position:absolute;
	bottom:0px;
	right:0px;
	width:285px;
	height:30px;
	background-color:#6E6E6F;
}

#content-frame {
	position:relative;
	top:0px;
	left:0px;
	width:744px;
	height:356px;
}

#vmenu-first {
	position:absolute;
	top:0px;
	left:0px;
	width:127px;
	height:auto;
	border-bottom:1px solid #ffffff;
}

#vmenu-second {
	position:absolute;
	bottom:0px;
	left:0px;
	width:127px;
	height:auto;
	border-bottom:1px solid #ffffff;
}

#content {
	position:relative;
	top:0px;
	left:127px;
	width:617px;
	height:356px;
}



/* FLEXFORM */
.flex-cols {
	position:relative;
	top:0px;
	left:0px;
	width:617px;
	height:356px;
}

.flex-left {
	width:332px;
	height:auto;
	float:left;
}

.flex-right {
	width:264px;
	height:auto;
	float:right;
	margin:40px 0px 0px 0px;
}



/* TEXT STYLES */
#article-menu p {
	font-size:80%;
}

#article-menu a {
	color:#000000;
	text-decoration:none;
}

#article-header .titleorange {
	color:#F97F25;
	font-size:90%;
	font-weight:bold;
	margin:7px 0px 0px 21px;
}



/* ALTE TEXT STYLES (übernommen aus alter Seite) */
.titleblau {
	color:#334978; 
	font-weight:700; 
	font-size:90%;
	font-weight:bold;
	margin:7px 0px 0px 21px;
}

.normaltext	{
	font-size:12px; 
	padding-bottom:9px; 
	font-weight:400; 
	text-decoration:none;
}

.normaltext2 {
	font-size:11px; 
	line-height:15px;
	padding-bottom:9px; 
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	font-weight:400; 
	text-decoration:none;
}

.normaltext3 {
	font-size:11px; 
	line-height:19px; 
	padding-bottom:9px; 
	font-weight:400; 
	text-decoration:none;
}

.normaltext4 {
	font-size:10px; 
	line-height:13px; 
	padding-bottom:9px; 
	font-weight:400; 
	text-decoration:none;
}

.normaltext5 {
	font-size:10px; 
	line-height:16px; 
	padding-bottom:9px; 
	font-weight:400; 
	text-decoration:none;
}

.normaltext2padd {
	padding-left:15px; 
	font-size:11px; 
	line-height:15px; 
	padding-bottom:9px;  
	font-weight:400; 
	text-decoration:none;
}

.normaltext3padd {
	padding-left:15px; 
	font-size:11px; 
	line-height:19px; 
	padding-bottom:9px; 
	font-weight:400; 
	text-decoration:none;
}

.normaltext4padd {
	padding-left:15px; 
	font-size:10px; 
	line-height:13px; 
	padding-bottom:9px; 
	font-weight:400; 
	text-decoration:none;
}

.normaltext5padd {
	padding-left:15px; 
	font-size:10px; 
	line-height:16px; 
	padding-bottom:9px; 
	font-weight:400; 
	text-decoration:none;
}

.preis	{
	padding-top:10px; 
	padding-bottom:5px; 
	color:#C6D7A5; 
	font-weight:700; 
	font-size:16px;
}

.agbtext {
	padding-left:15px; 
	padding-right:10px; 
	padding-bottom:10px; 
	font-size:11px; 
	line-height:13px; 
	font-weight:400; 
	text-decoration:none;
}

.windowclose { 
	font-size:11px; 
	font-weight:400; 
	text-decoration:none;
	margin:10px 10px 20px 10px;
}



/* FORMULARE */
.formtable {
	font-size:12px;
}

.formular { 
	font-size:11px; 
	background-color:#FFFFFF; 
	width:165px; 
	height:22px;
}

.anzahl	{
	font-size:11px; 
	background-color:#FFFFFF; 
	width:50px; 
	height:22px;
}

.formulararea {
	font-size:11px; 
	background-color:#FFFFFF; 
	width:165px; 
	height:110px;
}

.submit	{ 
	font-size:11px; 
	background-color:#FFFFFF;
}