/* 
	BeMag - CSS 
*/

/* 
	General
*/

html {
	height:100%;
}
body {
	min-width:950px;
	max-width:950px;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	line-height: 1.75em;
	background-color: rgb(255,255,255);
	color:rgb(0,0,0);
}
hr { 
	height:1px;
	border: 0px none;
	color:rgb(210,210,210);
	background-color:rgb(210,210,210);
}
h1 {
	font-size:2em;
	color:rgb(255,102,0);
}
h2 {
	font-size:2em;
	margin-bottom:0.3em;
	color:rgb(255,102,0);
}
h3 {
	font-size:1.2em;
	margin-bottom:0.3em;
	color:rgb(40,66,114);
	background-color:rgb(223,231,244);
}
h4, h5 {
	font-size:1em;
	font-weight:normal;
	margin-bottom:0.3em;
	color:rgb(40,66,114);
	background-color:rgb(223,231,244);
}
td{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	line-height: 1.75em;
	text-align:left;
	vertical-align:top;
}
a { 
	color:rgb(255,102,0); 
	text-decoration:none; 
}
a:hover { 
	text-decoration:underline; 
	text-decoration:none; 
}
ul {
	margin-top:3px;
	margin-bottom:3px;
	list-style-position:outside;
	list-style-type:none;
	list-style-image:url("../images/bemag_square.gif");
}
li {
	margin-top:3px;
	margin-bottom:3px;	
}
#right h1 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	color:rgb(40,66,114);
}
p {
	margin-top:2px;
	margin-bottom:2px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:justify;
}

/* 
	Layout 
*/

/* Page */
div#preload {
	width:0px;
	height:0px;
	border:0px;
	display:none;
}
table.page {
	width:950px;
	height:100%;
}

/* Header */
div#header {
	position:absolute;
	top:0px;
	left:0px;
	height:100px;
	width:950px;
	background:url("../images/bemag_header.gif");
	background-repeat:no-repeat ;
	background-position:0px 0px;
	z-index:10;
}
div#service {
	position:absolute;
	top:79px;
	left:200px;
	height:18px;
	width:740px;
/*
	font-size:11px;
*/
	text-align:right;
	z-index:10;
}
div#print {
	display:none;
}

/* Navigation */
td.navigation {
	width:12px;
	height:100%;
	border-right:1px solid rgb(255,102,0);
	background-color:rgb(223,231,244);
	background-color:rgb(160,160,160);
}
td.left {
	width:188px;
	height:100%;
	background-color:rgb(210,210,210);
}
div#navigation {
	position:relative;
	width:188px;
	margin-top:135px;
	z-index:0;
}
div#copyright {
	font-size:11px;
	color:rgb(150,150,150);
}

/* Content */
td.content {
	width:575px;
	height:auto;
}
table.grid {
	width:545px;
	margin-top:105px;
	margin-bottom:5px;
	padding:5px;
}
div#content {
	position:relative;
	width:545px;
	margin-top:105px;
	margin-left:10px;
	margin-bottom:5px;
	z-index:0;
}
div#path {
	position:relative;
	width:500px;
	font-size:11px;
	color:rgb(150,150,150);
	margin-bottom:-10px;
}

/* Right */
td.right {
	width:175px;
	height:100%;
	background-color:rgb(223,231,244);
	border-left:1px solid rgb(255,102,0);
	font-size:11px;
	color:rgb(40,66,114);
}
div#right {
	position:relative;
	width:165px;
	margin-top:105px;
	padding-left:5px;
	z-index:0;
}

/* 
	Moduls 
*/

/* Service Navigation */
a.additionalnavi {
/*
	font-weight:bold;
*/
	color:rgb(40,66,114);
}

/* Navigation Path */
a.navipath { 
	color:rgb(150,150,150);
}

/* Main Navigation */
a.navileft_passive, a.navileft_active, a.navileft_open,
a.navileft_passive_02, a.navileft_active_02, a.navileft_open_02,
a.navileft_passive_03, a.navileft_active_03, a.navileft_open_03 { 
	display:block;
	padding-top:5px;
	padding-bottom:5px;
} 
a.navileft_passive {
	background-color:rgb(40,66,114);
	color:rgb(255,255,255);
}
a.navileft_passive:hover, a.navileft_active:hover, a.navileft_open:hover, 
a.navileft_passive_02:hover, a.navileft_active_02:hover, a.navileft_open_02:hover,
a.navileft_passive_03:hover, a.navileft_active_03:hover, a.navileft_open_03:hover {
	text-decoration:none; 
	background:none;
	background-color:rgb(160,160,160);
	color:rgb(255,255,255);
}
a.navileft_active, a.navileft_active_02, a.navileft_active_03 {
	background:url("../images/bemag_pfeil_rechts.gif") no-repeat;
	background-position:right;
	background-color:rgb(255,255,255);
	color:rgb(255,102,0);
}
a.navileft_open, a.navileft_open_02, a.navileft_open_03 {
	background:url("../images/bemag_pfeil_unten.gif") no-repeat;
	background-position:right;
	background-color:rgb(223,231,244);
	color:rgb(40,66,114);
} 
a.navileft_passive_02, a.navileft_passive_03 {
	background-color:rgb(223,231,244);
	color:rgb(40,66,114);
}

/* Search */
#searchbox {
	padding-top:5px;
	margin-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
}
.input_searchbox {
	width:120px;
	vertical-align:middle;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:rgb(40,66,114);
}
.label_searchbox {
	vertical-align:middle;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:rgb(40,66,114);
}
.hidden {
	display:none;
}

/* Login */
#loginbox {
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:rgb(223,231,244);
	color:rgb(40,66,114);
	border-top:1px solid rgb(210,210,210);
	border-bottom:1px solid rgb(210,210,210);
}
.input_loginbox {
	width:120px;
	font-size:11px;
	color:rgb(40,66,114);
	vertical-align:middle;
}
.label_loginbox {
	width:100px;
	color:rgb(40,66,114);
	vertical-align:middle;
}

/* Article List & Search Results*/
div.nl { 
	font-weight:bold;
	color:rgb(255,102,0); 
} 
div.nimg{ 
	float:right;
	padding-top:2px; 
	padding-bottom:2px; 
	padding-right:5px; 
} 
div.ntext { 
	padding-top:2px; 
	padding-bottom:2px;
} 
div.nt { 
	clear:both;
	padding-bottom:2px;
} 
a:link.newsteaser,a:active.newsteaser,a:visited.newsteaser { 
	font-size:10px; 
	color:gray; 
	text-decoration:none;
} 
a:hover.newsteaser {
	font-size:10px;
	color:black; 
}

/* Abstract */
.abstract {
	color:rgb(40,66,114);
	background-color:rgb(223,231,244);
	padding-left:5px;
	padding-right:5px;
}

/* Category List */
.catlist {
	border-top:1px solid rgb(210,210,210);
	border-bottom:1px solid rgb(210,210,210);
}

/* Text (HTML) */
.text {
	margin:0px;
	padding:0px;
}

/* Headline (HTML) */
.headline {
	clear:both;
}
img.right {
	border:0px;	
	float:right;
}

/* Sitemap */
a.sitemap_level1 {
	display:block;
	border-bottom:1px solid rgb(210,210,210);
	color:rgb(40,66,114);
	font-weight:normal;
	padding-bottom:.4em;
	background:url("../images/bemag_pfeil_unten.gif") no-repeat;
	background-position:right;
}

a.sitemap_level2 {
	color:rgb(255,102,0);
	background:url("../images/bemag_pfeil_rechts.gif") no-repeat;
	background-position:170px 4px;
	display:block;
}

a.sitemap_level3 {
	color:rgb(150,150,150);
}

.sitemap_level2_container {
	float:left;
	width:50%;
	padding-top:.3em;
}

.sitemap_level3_container {
	float:right;
	width:50%;
	padding-top:.3em;
}

/* Article Autosplit */
.autosplit {
	clear:both;
	font-size:11px;
	color:rgb(150,150,150);
}


