@charset 'utf-8';


/* CSS 2.1
==================================== */
@media all {
	* {
		font-family: georgia, 'bitstream vera serif', serif; 
		font-weight: normal; 
		font-size: 100.01%;
		margin: 0; 
		padding: 0; 
	}
	html {
		font-size:1.0em;
		line-height: 1.5;
		height: 100%;
	}
	img, hr {
		border: 0; 
	}
	form { 
		display: inline; 
	}
	fieldset {
		margin-bottom: 1em;
	}
	p{
		margin-top:1em;
	}
	b{
		font-weight:bold;
	}
	h1 { 
		display:none;
	}
	h2, h3, h4 {
		line-height: 1.3;
		margin-bottom: .37em;
	}
	h2{
		padding-top: 0.6em;
		line-height: 1.5;
		font-size: 1.7em;
	}
	
	h3 {
		font-size: 1.4em;
	}
	h4 { 
		font-size: 1.3em; 
	}
	hr{
		height:4px;
		margin:3em 0 ;
		color:#fff;
		border-top:solid 1px #3f3f3d;
		clear:both;
	}
	.small{
		display:inline;
	}
	ul, ol{
		margin-left: 2em;
	}
	.left{
		position: relative;
		float:left;
	}
	.right{
		position: relative;
		float:right;
	}
	.clear{
		position: relative;
		clear:both;
	}
}

/* Screen settings
==================================== */
@media screen, projection, print {

	body{
		height: 100%;
		min-height:100%;
	}
		
	a:link, a:visited, a:active  {
		color: #009cec;
		border-bottom:1px solid #009cec;
		text-decoration: none;
	}
	a:hover, a:focus {
		color: #000;
		background-color:#ededed;
		border-bottom:1px solid #3f3f3d;
	}
	
	.cat_link:link, .cat_link:visited, .cat_link:active {
		font-weight:bold;
		
		text-decoration: none;
	}
	.cat_link:hover, .cat_link:focus {
		color: #000;
		border-bottom:1px solid #000;
	}
	

	select{
		padding: 2px;
	}
	.button{
		margin-top: 5px;
		padding: 2px;
	}
	.myCMS_sys_message{
		margin:0;
		padding:0;
	}
	.myCMS_sys_message p{
		margin:0 0 20px 0;
		padding:0 3px;
	}
	.myCMS_sys_message p.passed{
		border-left:4px solid #99cc66;
		background-color:#ccff99;
	}
	.myCMS_sys_message p.failed{
		border-left:4px solid #ff3300;
		background-color:#ff9999;
	}
	p.info_box{
		padding:0 3px;
		border-right:solid 4px #000;
		background-color:#ffff66;
	}
	
	fieldset{
		padding: 0 10px 10px 10px;
		background:#f9f9f7;
		border:solid 1px #b3b9c3;
	}
	legend{
		padding:0 0 16px 0;
		margin:0;
		border-top:solid 1px #b3b9c3;
	}
	legend b{
		background:#f9f9f7;
		color:#000;
		border-left:solid 1px #b3b9c3;
		border-right:solid 1px #b3b9c3;
		border-top:solid 1px #b3b9c3;
		padding:5px 10px 0 10px;
	}
	.postit{
		margin-top:25px;
		width: 200px;
		padding-bottom:10px;
		background:#f0f0f0 url(img/dropshadow.png) no-repeat bottom;
	}
}

/* 009cec #3f3f3d */

@media screen, projection {
	
	html {
		min-width: 480px;
	}
	body{
		background: #f0f0f0;
		color: #000;
	}

	#print{
		display:none;
	}
	#skin_selection{
		position:absolute;
		left:1em;
		top:1em;
		background-color:#000;
	}
	#main{
		
		width:900px;
		min-height:100%;
		text-align: left;
		margin: 0 auto;
		position: relative;
	}
	#head{
		width:100px;
		height:600px;
		
		float:left;
	}
	#head_title a:link,#head_title a:visited,#head_title a:hover,#head_title a:focus,#head_title a:active {
		border:none !important;
		background-color:#fff;
	}
	
	#login_form{
		width:480px;
		text-align:left;
	}
	#login_form a{
		background:#fff;
		display:block;
		width:88px;
		color:#fff;
		padding-left:12px;
		border:0;
	}
	#login_form a:hover{
		background:#000;
	}
	#login_form input{
		width:94px;
		border:0;
		line-height: 1em;
		height:25px;
		background:#ffc;
		margin-bottom:10px;
		border-left:3px solid #ffc;
		border-right:3px solid #ffc;
	}
	#login_form .button{
		cursor:pointer;
		height:30px;
		line-height: 1em;
		padding:3px;
		background:#000;
		width:100px;
		color:#fff;
		border:0;
	}
	#login_link a{ 
		cursor:pointer;
	}
	#head_login form{
		margin:0;
	}
	#wrapper{
		margin-left:100px;
		min-height:100%;
		width:800px;
		background: #f0f0f0;
	}

	#menu_box{
		width:200px;
		position:absolute;
	}

	#menu, #admin_menu{
		margin:0;
		padding:0;
	}


	#start{
		display:none;
	}

	#menu li, #admin_menu li{
		list-style-type:none;
		margin:0;
		padding:0;
	}

	#menu a:link, #menu a:visited {
		display:block;
		line-height: 1.5em;
		font-size: 1.2em;
		font-weight:normal;
		margin:0;
		padding:0.2em 0.6em;
		text-decoration: none;
		color: #000;
		border:none;
		background: #f0f0f0;
	}
	#menu a.selected:link, #menu a.selected:visited, #menu a:hover {
		text-decoration: none;
		background-color: #fff;
	}

	#admin_menu{
		margin-top:3em;
		border-top:2px solid #000;
	}

	#admin_menu a:link, #admin_menu a:visited {
		display:block;
		line-height: 1.5em;
		font-size:1.2em;
		padding:0 0.8em 0.2em 0.8em;
		text-decoration: none;
		color: #000;
		border:none;
	
	}
	#admin_menu a.selected:link, #admin_menu a.selected:visited, #admin_menu a:hover {
		color: #fff;
		background-color:#000;
		border:none;
	}

	#sub_menu_0{
		position:relative;
		margin-left:1em;
		
	}

	#sub_menu_0 ul {
		list-style:none;
		margin-left:0;
		 
	}
	#sub_menu_0 li {
		
	}
	#sub_menu_0 a:link, #sub_menu_0 a:visited {
		
		line-height: 1.5em;
		font-size: 1.2em;
		margin:0;
		padding:0.2em 0.6em;
		text-decoration: none;
			
	}
	#sub_menu_0 a.selected:link, #sub_menu_0 a.selected:visited, #sub_menu_0 a:hover {
		
		background:transparent;
		background-color:#fff;
		color: #000;
		
	}

	#sub_menu_1{
		clear:both;
		text-align:left;
		top:50px;
		position:absolute;
		display:block;
		background:#fff;
		padding:0 50px 50px 0;
	}
	#sub_menu_1 ul {
		display:block;
		margin-left:0;
	}
	#sub_menu_1 li {
		display:block;
	}
	
	#sub_menu_1 a:link, #sub_menu_1 a:visited {
		line-height: 1.5em;
		font-size: 1.2em;
		font-weight:normal;
		margin:0.2em 0;
		padding:0;
		text-decoration: none;
		color: #000;
		background-color: transparent;
			
	}
	#sub_menu_1 a.selected:link, #sub_menu_1 a.selected:visited, #sub_menu_1 a:hover {
		background-color:#ededed;
		border-bottom:1px solid #3f3f3d;
	}

	#content{
		float:left;
		min-height:100%;
		position:absolute;
		width:550px;
		background: #fff;
		
		margin-left:200px;
		padding:0 25px;
		text-align:justify;
	}
	#foot{
		
		position: relative;
		width:100%;
		
	}
	#foot_wrapper{
		width:100%;
	}
	#foot_content{
		text-align: left;
		margin: 0 auto;
		padding:2em;
		min-width: 480px;
		max-width: 900px;
	}
	#foot_content b{
		float:right;
		font-weight:normal;
		color:#c6c4ac;
	}
	
	/* Highslide
	==================================== */

	.highslide {
		cursor: url('img_highslide/zoomin.cur'), pointer;
		outline: none;
		padding:0;
		margin:0;
		background-color:#fff;
		border:0;
	}

	.highslide:hover, .highslide:visited, .highslide:link, .highslide:active, .highslide:focus{
		background-color:#fff;
		border:0;
		padding:0;
		margin:0;
	}

	.highslide-loading:link,.highslide-loading:visited{
		background-color:#fff;
		border:0;
		margin:0;
	}

	.highslide-active-anchor img {
		visibility: hidden;
	}
	.highslide-wrapper {
		background: white;
	}
	.highslide-image {
		border: 8px solid white;
	}
	.highslide-loading {
		display: block;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		border-color:#fff;
		padding: 2px 5px 2px 25px;
		background-color: #fff;

		background-image: url('img_highslide/loader.white.gif');
		background-repeat: no-repeat;
		background-position: 5px 5px;
	}
	a.highslide-full-expand {
		background: url('img_highslide/fullexpand.gif') no-repeat;
		display: block;
		margin: 0 10px 10px 0;
		width: 34px;
		height: 34px;
	}

	.highslide-caption {
		display: none;
		padding: 0 8px 6px 8px;
		background-color: white;
	}


	/* These must always be last */
	.highslide-display-block {
		display: block;
	}
	.highslide-display-none {
		display: none;
	}
}

@media print {
	body {
		font-size: 12pt;
		background: #fff !important;
		color: #000;
		text-align: justify; /* Blocksatz */
	}

	body, #main {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	#head_title{
		float:left;
		margin-right:2em;
	}

	.inhaltsverzeichnis, .noprint, #head_title a, #head_title img{
		border:none;
		text-decoration: none;
	}
	#menu_box, #foot{
		display:none;
	}
	#content{
		clear:both;
		margin-top:3em;
	}
}

