@charset "utf-8";
.noScreen {
	display:none;
}
body {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans serif;
	font-size: 10px;
	color: #000000;
	background-color: #302C2B;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	background-position:top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	color:#2865AE;
}

.warnHeader {
	background-color:#FFFFCC;
	border:1px outset ;
	padding:5px;
	font-size:12px;
}

td {
	text-align:left;
	vertical-align:top;
	font-size:12px;
}

.main {
	margin: 0 auto 0 auto;
	width: 800px;
	background-color: #FFFFFF;
}
.header {
	background-color: #302C2B;
}


.paper {
	width:800px;
	margin: 0 auto 0 auto;
}

.borderLeft {
	margin: 0 0 0 auto;
	z-index: 1;
	position: relative;
	left:0px;
	top:0px;
}
.content {
	padding:0;
	margin:0;
	display: block;
	min-height: 300px;
	padding-top: 10px;
}

img {
	border:none;
}

.col1, .col2, .col3 {
	float:left;
/*	border-right: 1px solid red; /**/
	overflow:hidden;
}
.col1 H1, .col2 H1, .col3 H1,
.col3 H2, .col3 H3 {
	color:#333333;
	margin:0;
	margin-bottom:10px;
	margin-top:20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:bolder;
/*	font-family:Trebuchet MS; */
}

.col1 {
	width:132px; /*=minheight*/
	overflow:hidden;
	min-height: 500px;
}
.col1 .data {
	overflow:hidden;
	padding-left:30px;
	padding-top:0px;
}

.col1 img {
	vertical-align:middle;
	padding-right:6px;
}

.col1 p, .col2 p {
	padding:0;
	margin:0;
	margin-top:4px;
	margin-bottom:4px;
	cursor:pointer;
	padding-top:4px;
	height:21px; /* -padding*/
}

.col1 a, .col1 a:link {
	text-decoration:none;
	color:#000000;
}

.col1 .mnuTools a, .col1 .mnuTools a:link {
	color:#333333;
}
.col1 .mnuTools a:hover {
	text-decoration:underline;
}


.col1 p.selected {
	background-image:url(col1_hl.jpg);
	background-position: -30px 0px;
	background-repeat:no-repeat;
	cursor:default;
}
.col1 p.selected a, .col1 p.selected {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.col1 p.hover {
	background-image:url(col1_hov.gif);
	background-position:-30px;
	background-repeat:no-repeat;
}
.col1 p.hover a, .col1 .mnuTools a:hover{
	color:#037A7A;
}

.col2 {
	width:198px; /*=minheight*/
	overflow:hidden;
}
.col2 .data {
	overflow:hidden;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	min-height: 100px;
}
.col2 p, .col2 p.hover {
	height:auto;
	padding:5px;
	overflow:hidden;
}
.col2 p.selected {
	background-color:#FFFFCC;
	border: 1px solid #CFCB78;
	cursor:default;
}
.col2 p.selected a, .col2 p.selected {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.col2 p.hover {
	border: 1px solid #CFCB78;
}
.col2 p.hover a{
	color:#1D7A03;
}
.col2 .data .bullet {
	padding-left:20px;
	background-image:url(ico/bullet_green.png);
	background-repeat:no-repeat;
}

.thumbIco {
	width:32px;
	height:32px;
	vertical-align:top;
	margin-right:10px;
}

.thumbTitle {
	font-weight:bold;
	white-space:nowrap;
}

.thumbText {
	font-style:italic;
}


/* 	Artikel/Inhalts-Bereich */
.col3 {
	width:410px; /*=minheight*/
	overflow:auto;
	padding-left:20px;
	min-height: 300px;
}
.col3 .data {
	padding-top:0px;
	padding-right:5px;
}
.col3 .data img {
	vertical-align:middle;
	padding:3px;
	border:none;
}

.col3 .data .summary {
	font-style:italic;
}
.col3 .data p {
	text-align:justify;
	line-height:140%;
	margin-left:0px; /*fixes:chrome*/
}
.col3 .data .fulltext {
	text-align:justify;
	line-height:150%;
	font-size:11px;
	margin-top:10px;
	max-height:240px;
	overflow:auto;
}
.col3 .data .technotext {
	line-height:150%;
	font-size:11px;
	margin-top:10px;
	text-align:left;
}

.col3 H2 {
	font-size:12px;
}

.col3 H3 {
	font-size:11px;
}

#tabs {
	border-bottom:1px solid #666666;
	padding:2px;
	padding-left:5px;
}
#tabs span {
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	margin-right:3px;
	border: 1px solid #666666;
	background-color:#E9E9E9;
	cursor:pointer;
	/*vgl h2:*/
	text-transform:uppercase;
}
#tabs span.hot {
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
	background-color:#FFFFFF;
	cursor:default;
}
#tabPages {
	padding-top:12px;
}


.main .footer {
	/*	margin-top:800px;*/
	padding:0px;
	font-size:11px;
	text-align:center;
	color:#666666;
	padding-top: 40px;
	padding-bottom: 15px;
}
.main .footer a {
	color: #666666;
}
