
body { 
	color:#666; 
	/* background-color:#e7efee;  */
	/* background-color:#eeede8; */
	background-color:#f2ede7;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	background-image:url(../images/bg/1.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	text-align:center; 
}

td, div, p, input, select {
	font-size:11px;
}
.wrapper {
	width:950px;
	/* margin:0 auto; */
	margin:0 0 0 100px;
	text-align:left;
}

/* navigation */

#navig { 
	color:#e6272a; 
	width:163px;
	float:left;
	border-top:1px solid #293958;
	list-style-type:none;
	padding:0;
	margin:0;
}
#navig a { 
	color:#293958; 
	text-decoration:none;
}
#navig li {
	border-bottom:1px solid #293958;
	padding:7px 0 7px 0;
	text-align:right;
	margin:0;
	font-weight:bold;
}
#navig li a {
	margin-right:7px;
}
li.active {
	background-color:#fff;
}
#navig li ul {
	background-color:#fff;
	list-style-type:none;
	padding:0;
	margin:7px 0 0 0;
	border-top:1px solid #293958;
}
#navig li ul li {
	border:none;
	font-weight:normal;
	padding:7px 7px 0 7px;
}
#navig li li a {
	margin:0;
}
#navig li li.active a {
	color:#e6272a;	
}
.footer {	
	color:#384f79;
	font-weight:bold;
	margin-top:15px;
}

h1.logo {
	background-image:url(../images/logo.gif);
	background-position:0;
	background-repeat:no-repeat;
	width:142px;
	height:142px;
	display:block;
	margin:135px 0 0 0;
	padding:0;
	float:left;
}

h1.logo a {
	display:block;
	text-indent:-1000px;
	width:142px;
	height:142px;
	outline:none;
	padding:0;
	margin:0;
}


#header {
	/* background-image:url(../images/header/1.jpg); */
	height:107px;
	margin-bottom:5px;
}

.home #header {
	background-image:none;
	height:170px;
	width:791px;
	overflow:hidden;
}

#header .home1 { float:left; }
#header .home2 { float:right; }

#page {
	width:791px;
	float:right;
	
}

.main {
	/* min-height:300px;*/
	background-color:#fff;
	float:right;
	padding:15px;
	width:591px;
	border:1px solid #384f79;
}

.home .main {
	background-color:transparent !important;
	background-color:red;
	background-image:url(../images/home/bg.gif);
	width:623px;
	padding:0;
	background-position:bottom left;
	background-repeat:no-repeat;
	border:none;
}
.home .maincol {
	border-top:1px solid #384f79;
	width:332px;
	padding:15px;
	line-height:150%;
}
.home .rightcol {
	width:225px;
	border-top:1px solid #384f79;
	padding:15px;
}
.maincol {
	min-height:300px;
	width:394px;
	float:left;
	overflow-x:hidden;
}

.rightcol {
	width:181px;
	float:right;
}

.rightcol .box {
	border:1px solid #e5e5e5;
}
.rightcol .box h4 {
 	background-color:#e5e5e5;
	margin:0 0 10px 0;
}

.images {
}
.images img {
	margin-top:5px;
	border:0;
	margin-bottom:5px;
}
.rightcol h4 {
	padding:5px 10px;
	color:#000;
	margin:10px 0 0px 0;
}
.rightcol .box .content {
	padding:10px;
}
.rightcol .box a {
	color:#333;
}
h2 { color: #e6272a; font-size:12px }
h3 { color: #000; font-size:12px }
h4 { font-size:11px; }

.topheader {
	height:135px;
}

.topnavig {
	/* width:300px; */
	height:110px;
	float:right;
	text-transform:uppercase;
	text-align:right;
	color:#000;
}
.topnavig a {
	text-decoration:none;
	color:#293958;
}


.partnersearch {
	width:400px;
	float:right;
	margin:0;
	text-align:right;
}

.stylechooser {
	width:200px;
	font-size:10px;
	float:left;
}
.stylechooser ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}
.stylechooser ul li {
	display:inline;
}
.stylechooser a {
	text-decoration:none;	
	color:#000;
}
a.fs1 { font-size:10px }
a.fs2 { font-size:12px }
a.fs3 { font-size:14px }

input.submit3 {
	margin-left:100px;
	margin-top:10px;
}
input.submit2 {
	background-color:transparent;
	cursor:pointer; 
	color:#000;
	border:0;
	font-weight:bold;
	padding:0px
}

input.submit1 {
	background-color:#fff;
	cursor:pointer; 
	color:#000;
	border:0;
	font-weight:bold;
	padding:0px;
	margin:0 0  10px 0;
}

select {
	width:160px;
}
/* FIXME */
.box select {
	width:130px;
	margin-bottom:10px;
}

ul.links {
	list-style-type:none;
	padding:0;
	margin:0;
	width:160px;
}

.pfeillink {
	display:block;
	background-image:url("../images/pfeil.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-bottom:5px;
	padding-right:10px;
	/* width:100%; */

}
.downloads li {
	background-image:url("../images/dlpfeil.gif") !important;
	padding-right:10px;
}
.links li {
	background-image:url("../images/pfeil.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-bottom:5px;
	padding-right:10px;
	/* width:100% */
}
.links li a {
	text-decoration:none;
	font-weight:bold;
}

.clearing {
	clear:both;
	height:0;
	line-height:0;
}

.bottomnavig a {
	text-decoration:none;
	color:#000;
}

a:hover {
	color:#e6272a !important;
}

.bottomnavig {
	color:#000;
	margin-top:30px;
	padding-top:5px;
	border-top:1px solid #999;
}
.bottomnavig .leftpart {
	float:left;
}
.bottomnavig .rightpart {
	float:right;
}


#skip a, #skip a:hover, #skip a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip a:active, #skip a:focus {
	position:static;
	width:auto;
	height:auto;
} 

a {
	color:#e6272a;
}

label {
	width:100px;
	margin-bottom:5px;
	float:left;
}

div.checkboxes {
	float:left;
	width:200px;
}

input.cb {
	float:left;
	clear:both;
	vertical-align:top;
	margin-right:8px;
}
.cblabel{
	width:170px;
	padding-top:3px;
	float:left;

}
input.text {
	width:200px;
	margin-bottom:5px;
	border:1px solid #999;
}

.pflicht { color :#e6272a }

/* best practice */
.facts {
	padding:5px 0 5px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:10px;
}
.facts strong {
	color:#000;
}

a.list {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

h3.bp {
	text-transform:uppercase;
	margin-bottom:10px;
}

p.error {
	color:#e6272a;
	font-weight:bold;
	padding:10px;
	border:1px solid #e6272a;
}
.hlabel {
	width:10px;
	display:none;
}
.logos img {
	border:none;
	float:left;
	vertical-align:middle;
	margin-right:20px;
}

.item .lead {
	margin-top:5px;
	font-weight:normal;
}
.home .maincol .item {
	background-image:url("../images/pfeil.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
}
.home .item {
	background-image:url("../images/pfeil.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
}
.home .rightcol {
	line-height:120%;
}
.feature h3 {
	font-size:11px !important;
	margin-bottom:5px;
}
.feature a {
	color:#666;
	text-decoration:none;
}
.feature {
	margin-bottom:40px;
}
.item {
	margin-bottom:8px;
}
a.back {
	background-image:url("../images/pfeil_links.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:15px;
}

label.radio {
	width:auto;
	float:left;
	margin:0;
}
input.radio {
	margin:0;
	margin:0 20px 0 10px;
	float:left;
}
