@charset 'utf-8';

@media all {
	img { border: 0; }
	form { display: inline; }
	fieldset { margin-bottom: 1em; }
}

@media screen, projection, print {
	* { font-family: palatino, georgia, 'bitstream vera serif', serif; 
		font-weight: normal; 
		margin: 0; 
		padding: 0; 
	}
	html {
		font-size: 100%; 
		line-height: 1.5;
		height: 100%;
	}
	body{
		height: 100%;
		min-height:100%;
	}

	a:link, a:visited {
		color: #06c;
		border-bottom:1px solid #06c;
		text-decoration: none;
	}
	a:hover, a:focus {
		color: #000;
		background-color:#f1efe2;
		border-bottom:1px solid #5f605b;
		text-decoration: none;
	}
	a:active { 
		color: #000; 
	}

	b {
		font-weight: bold;	
	}
	h1 { 
		font-size: 1.9em;
		margin-bottom: .37em;
	}
	h2, h3, h4 {
		font-size: 1.5em;
		line-height: 1.3;
		margin-bottom: .37em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 { 
		font-size: 1.3em; 
	}
	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;
	}
	hr{
		border:none;
		height:1px;
		margin-top:17px;
		border-top:solid 1px #5f605b;
		padding-bottom:20px;
		margin-bottom:0;
	}
	.small{
		display:inline;
	}
}



@media screen, projection {
	
	html {
		min-width: 900px;
	}
	body{
		background: #fff;
        background-image: url(img/bg.gif);
		background-repeat: repeat-x;
		background-position: top;
		color: #393733;
	}
	ul, ol{
		margin-left: 2em;
	}
	.left{
		position: relative;
		float:left;
	}
	.right{
		position: relative;
		float:right;
	}
	.clear{
		position: relative;
		clear:both;
	}
	#print{
		display:none;
	}
	#skin_selection{
		position:absolute;
		left:1em;
		top:1em;
		background-color:#000;
	}
	#main{
		min-height:100%;
		text-align: left;
		margin: 0 auto;
		width: 900px;
		position: relative;
	}
	#head{
		height:89px;
	}
	#head_title {
		height:48px;
		width:66px;
		position:relative;
		top:45px;
		left:-30px;
		float:left;
	}

	#head_title a:link,#head_title a:visited,#head_title a:hover,#head_title a:focus,#head_title a:active {
		border:none;
		background-color:#fff;
	}
	
	#login_form{
		width:600px;
		text-align:left;
	}
	#login_form .button{
		height:20px;
		line-height: 1em;
		padding:0 2px;
		margin-top:5px;
	}
	#login_link a{ 
		cursor:pointer;
	}
	#head_login form{
		margin:0;
	}

	#menu_box{
		clear:both;
	}

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

	#menu{
		margin-left:80px;
	}

	#start{
		display:none;
	}

	#menu li, #admin_menu li{
		display: inline;
		margin:0;
		padding:0;
	}

	#menu a:link, #menu a:visited {
		line-height: 1.2em;
		font-size: 1.4em;
		margin: 0 20px 0 0;
		padding:0;
		text-decoration: none;
		color: #5f605b;
		background-color: #fff;
		border-bottom: 4px solid #fff;
	}
	#menu a.selected:link, #menu a.selected:visited, #menu a:hover {
		text-decoration: none;
		background-color: #fff;
		border-bottom: 4px solid #36393D;
		color: #000;
		padding:0;
	}

	#admin_menu{
		margin-top:6px;
	}

	#admin_menu a:link, #admin_menu a:visited {
		padding: 4px 7px;
		text-decoration: none;
		font-weight:bold;
		color: #5f605b;
		border:none;
	
	}
	#admin_menu a.selected:link, #admin_menu a.selected:visited, #admin_menu a:hover {
		padding: 4px 7px;
		font-weight:bold;
		color: #fff;
		background-color:#36393D;
		border:none;
	}

	#sub_menu_0{
		border-top: 4px solid #36393D;
		clear:both;
		right:0;
		top:122px;
		width:150px;
		padding-top:1px;
		position:absolute;
		display:block;
	}

	#sub_menu_0 ul {
		list-style:none;
		margin-left:0;
	}
	#sub_menu_0 li {
		display: block;
	}
	#sub_menu_0 a:link, #sub_menu_0 a:visited {
		line-height: 20px;
		font-size: 1.0em;
		font-weight:normal;
		margin: 0;
		text-decoration: none;
		color: #000;
		display:block;
		border-bottom: 1px solid #f1efe2;
		padding: 2px;
		background-color: transparent;
	}
	#sub_menu_0 a.selected:link, #sub_menu_0 a.selected:visited, #sub_menu_0 a:hover {
		border-bottom: 1px solid #fff;
		background-color:#f1efe2;
		padding: 2px;
		color: #000;
		display:block;
	}

	#sub_menu_1{
		border:none;
		clear:both;
		left:-750px;
		top:20px;
		width:700px;
		padding-top:1px;
		position:absolute;
		display:block;
	}

	#content{ 
		clear:both;
		padding:30px 0px;
		margin-right:200px;
	}
	#foot{
		width:100%;
		background-color:#f8f7ef;
		border-top: solid 1px #dcd9c3;
		padding: 10px 0 20px 0;
	}
	#foot_content{
		text-align: left;
		margin: 0 auto;
		width: 900px;
	}
	#foot_content b{
		float:right;
		font-weight:normal;
		color:#c6c4ac;
	}


	.highslide {
		cursor: url(img_highslide/zoomin.cur), pointer;
		outline: none;
	}
	.highslide-active-anchor img {
		visibility: hidden;
		
	}
	
	.highslide img{
		border:none;
	}
	.highslide a:link,.highslide a:visited,.highslide a:hover,.highslide a:focus,.highslide a:active {
		border:none !important;
		background-color:#fff !important;
	}

	.highslide-wrapper {
		background: white;
	}
	.highslide-image {
		border: 8px solid white;
	}
	.highslide-loading {
		display: block;
		color: black;
		font-size: 8pt;
		font-family: sans-serif;
		font-weight: bold;
		text-decoration: none;
		padding: 2px;
		border: 1px solid black;
		background-color: white;
		padding-left: 22px;
		background-image: url(img_highslide/loader.white.gif);
		background-repeat: no-repeat;
		background-position: 3px 1px;
	}
	a.highslide-full-expand {
		background: url(img_highslide/fullexpand.gif) no-repeat;
		display: block;
		margin: 0 10px 10px 0;
		width: 34px;
		height: 34px;
	}

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

	.highslide {
		background-color:#fff !important;
		border-bottom:0 !important;
	}
}

@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;
	}

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

