/* ------------------------------------------------------------------------------------
 * style.css - default carrier skin file.
 *
 * Skin: default
 * Author: Bastian Schröder <bs@chemanet.de>
 * Version: 2007-11-10
 *
 * ------------------------------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
	font-family: Helvetica,Arial,sans-serif;
}
body{
	color: black;
	background-color: white;
	font-size: 75%;
	line-height: 1.4em;
}

/* href */
a {
	border-bottom: 1px dotted #B6BDD2;
	color: #B6BDD2;
	text-decoration: none;
}
a:hover {
	color: #0A246A;
}

/* -------------------------------------- popups -------------------------------------- */
div.popup span.header_before {
	display: block;
	float: left;
	width: 13px;
	height: 24px;
	background: url(img/popup_head0.png) no-repeat;
}
div.popup div.head {
	height: 24px;
	background: url(img/popup_head1.png) repeat-x -1px -1px;
	overflow: hidden;
}
div.popup div.head h2 {
	padding-top: 7px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}
div.popup div.head a.close {
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	margin-top: -17px;
	background: url(img/close.png) no-repeat;
}
div.popup div.head a.close span {
	display: none;
}
div.popup span.header_after {
	display: block;
	float: right;
	width: 11px;
	height: 24px;
	background: url(img/popup_head2.png) no-repeat;
}

/* iframe */
div.popup div.iframe0 {
	padding-left: 9px;
	background: url(img/popup.png) repeat-y;
}
div.popup div.iframe0 div.iframe1 {
	margin-right: -2px;
	padding-right: 9px;
	background: url(img/popup2.png) repeat-y right;
}
div.popup div.iframe0 div.iframe1 iframe {
	border: 0;
	background-color: white;
}

/* status */
div.popup span.status_before {
	display: block;
	float: left;
	width: 13px;
	height: 20px;
	margin-top: -4px;
	background: url(img/popup_status0.png) no-repeat;
}
div.popup div.status {
	height: 20px;
	margin: -4px 11px 0 13px;
	background: url(img/popup_status1.png) repeat-x;
}
div.popup span.status_after {
	display: block;
	float: right;
	width: 13px;
	height: 20px;
	margin-top: -4px;
	margin-right: -2px;
	background: url(img/popup_status2.png) no-repeat;
}

/* -------------------------------------- header -------------------------------------- */
body h1#header {
	width: 250px;
	padding: 10px;
	margin-left: auto;
	margin-bottom: 25px;
	border-bottom: 1px solid black;
}

/* ------------------------------------ navigation ------------------------------------ */
body ul#navigation{
	float: left;
	width: 165px;
	padding: 10px 20px 35px 35px;
	border-right: 1px solid black;
	list-style: square;
}
body ul#navigation li {
	margin-bottom: 5px;
}
body ul#navigation li a{
	display: block;
	padding: 2px 0;
}

/* all submenus */
body ul#navigation li ul{
	margin-left: 25px;
	list-style: circle;
}

/* special layout for selected element
body ul#navigation li.selected a{
	color: black;
	font-weight: bold;
}
body ul#navigation li.selected ul li a{
	color: #B6BDD2;
	font-weight: normal;
}*/

/* hover */
body ul#navigation li.selected a:hover,
body ul#navigation li.selected ul li a:hover,
body ul#navigation li a:hover {
	color: #0A246A;
}

/* ------------------------------------ pagehistory ----------------------------------- */
body ul#pagehistory {
	height: 19px;
	margin: 0 10px 20px 260px;
	list-style: none;
}
body ul#pagehistory li {
	float: left;
	margin-right: 15px;
}
body ul#pagehistory li a {
	display: block;
	padding: 2px 2px 2px 6px;
	background: url(img/arr_left.png) no-repeat 0 6px;
	border: 0;
}
body ul#pagehistory li a.selected {
	color: black;
	font-weight: bold;
}

/* ----------------------------------- contentframe ----------------------------------- */
body div#contentframe {
	margin-left: 260px;
	margin-right: 10px;
}
body div#contentframe div ul,
body div#contentframe div ol {
	padding-left: 2em;
}
body div#contentframe div blockquote {
	padding-left: 3em;
}

/* -------------------------------------- footer -------------------------------------- */
body div#footer{
	clear: both;
	margin: 50px 0 25px 0;
	text-align: center;
}
