/* global */

html {
    height: 100%;
    padding-bottom: 0.005em;
}

body {
	height:100%;
	background-color: #B2B0A1;
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 12px;
	color:black;
	line-height: 1.2em;
	}

a 	{
	text-decoration: none;
	color:white;
	}

a:hover {
	text-decoration: underline;
	}

img {
	border:0px;
	padding:0px;
	}
	
/* structure */

#main {
	width:802px;
	background-color:#B2B0A1;
	background-image: url(../img/std/bgrd_main.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0px 18px 0px 18px;
	}

#mainfooter {
	width:802px;
	margin: 0 auto;
	padding: 0px 18px 0px 18px;
	height:30px;
	background: url(../img/std/bgrd_footer.gif) no-repeat;
	}
	
#header {
	width:802px;
	}

#content {
	/*width:802px;*/
	/*background-color: white;*/
	}

/* ie6 tweak */
* html #content {
	margin-top: -5px;	
	}

#rightcol {
	float:right;
	width:600px;
	padding:0px 20px 0px 20px;
	}

#footer {
	font-size: 11px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #000;
	text-align: right;
	clear:both;
	height:30px;
	}

#footer a {
	color:#002340;
	font-weight:lighter;
	}
	
.clearfloat {
	/*width:10px;*/
	/*height:10px;*/
	/*background-color:blue;*/
	clear:both;
	}

#mainnav {
	color:white;
	float:left;
	background: #002E54 url(../img/std/bgrd_mainnav.jpg) no-repeat;
	width:162px;
	padding-bottom: 10px;
	}
	
/* main navigation */

.navrowactive {
	background: url(../img/std/nav_active.gif);
	background-repeat: no-repeat;
	padding:14px 5px 12px 12px;
	line-height: 13px;
	font-weight: bold;
	border-top: 1px solid #7F878D;
	}

.navrowdefault {
	padding:14px 5px 12px 12px;
	line-height: 13px;
	border-top: 1px solid #7F878D;
	}

.subnavactive {
	background: url(../img/std/nav_active.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 19px;
	border-top: 1px dotted #40627F;
	line-height: 12px;
	}
	
.subnavdefault {
	background: url(../img/std/subnav_bgrd.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 19px;
	border-top: 1px dotted #40627F;
	line-height: 12px;
	}

#langchooser {
	border-top: 1px solid #7F878D;
	background: url(../img/std/miniglobe.gif) no-repeat 4px 12px;
	padding: 8px 0px 0px 34px;
	font-size: 10px;
	}

* html #langchooser {
	/* ie6 tweak */
	margin: 0px 0px 0px 0px;
	}
	
#langchooser img {
	vertical-align: middle;
	margin: 5px;
	}

#langchooser select {
	font-size: 10px;
	font-family: "Trebuchet MS", Trebuchet;
	margin-bottom: 2px;
	width: 115px;
	}

/* content */

#rightcol a {
	color: #002340;
	font-weight: bold;
	}
.row_l_285 {
	border-top: 1px solid #000;
	margin-top: 10px;
	padding: 10px 10px 0px 0px;
	width:285px;
	float: left;
	}

.row_r_285 {
	border-top: 1px solid #000;
	margin: 10px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	float: right;
	width:285px;
	}
	
.row_l_270 {
	padding: 10px 10px 10px 10px;
	width:270px;
	float: left;
}

.row_r_300 {
	padding: 10px 0px 10px 10px;
	width:300px;
	float: left;
}

.row_r_300 img {
	padding-top:12px;
	}

.fullspan {
	border-top: 1px solid #000;
	margin: 10px 0px 0px 10px;
	padding: 10px;
	width:560px;
	}

/* intro */

.intro {
	border-top: 1px solid #FFF360;
	border-bottom: 1px solid #FFF360;
	background-color: #FFF9B0;
	padding:10px;
	margin-bottom: 10px;
	}
.intro img {
	float:left;
	padding:0px 10px 10px 0px;
	}

.intro p.headline {
	padding:0px;
	margin:0px 0px 10px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #002340;
	line-height: 20px;
	}

.intro .copy {
	font-weight: normal;
	font-size: 12px;
	color: #002340;
	line-height: 16px;
	}

/* typo classes */

p.small, span.small {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	}	

p.head {
	font-size: 14px;
	font-weight: bold;
	}

p.subhead {
	font-size: 13px;
	font-weight: bold;
	line-height:13px;
	}

hr.fullrow {
	border:none;
	margin: 0px 10px 0px 10px;
	height:1px;
	background-color:#CCCCCC;
	}
hr.maxrow {
	border:none;
	margin: 0px 10px 0px 0px;
	height:1px;
	background-color:#CCCCCC;
	}

.bold{
	font-weight: bold;
}

/* 1 home */

.teaserh1 {
	height: 37px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	line-height:18px;
	}
	
.teaserh2 {
	height: 37px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	line-height:37px;
	}

.teaser img {
	float:left;
	padding-right: 10px;
	}

.intro .copyhome {
	font-weight: bold;
	font-size: 15px;
	color: #002340;
	line-height: 20px;
	}

/* 3 Linkbox ausprobieren */

#flashcontent {
	width:595px;
	height:442px;
	border: #CCC solid 1px;
	}

/* 5_1 Installation */

td.installation {
	width:170px;
	vertical-align:top;
	padding:0px 8px 10px 8px;
	}

td.installation img{
	padding-bottom: 3px;
	}

/* 5_2 Endgeräte */

.expandplus {
	background: url(../img/std/icon_expand.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	height:15px;
	padding-left:15px;
}
.expandminus {
	background: url(../img/std/icon_expand2.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	height:15px;
	padding-left:15px;
}
td.mobiles {
	text-align: center;
	width:110px;
	border: 1px solid #999;
	padding: 5px;
	line-height: 11px;
	font-size: 11px;
	font-weight: bold;
	color: #002340;
	}

td.mobiles img {
	/*float: left;*/
	padding-bottom: 10px;
	}
	
/* 7_3 Leistungsangebot */
.boxwhite {
	padding:5px;
	margin-bottom: 5px;
}
.boxgrey {
	background-color:#DEDEDE;
	padding:5px;
	margin-bottom: 5px;
}

/* 7_4 Leistungsangebot */

ul.benefits {
	list-style-image:url(../img/content/benefit_small.gif);
	}

li.bfits {
	padding-bottom:10px;
}

/* ???*/

textarea {
	border: solid 1px #004677;
}

input {
	border: solid 1px #004677;
}

form {
	margin:0px;
	}
.answer {
	background: url(../img/std/bgrd_answer.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	color: #001B31;
	margin-top:3px;
}
