/*****
	GENERAL SCREEN CSS FILE

Last change:
	STMA 2008.02.09

****/

#startpagetext {
	position: absolute;
	top: 1em;
	left: 300px;
	width: 400px;
	z-index: 5000;
}


html {
	height: 100%;
	margin: 0;
	padding: 0;
	
    	scrollbar-face-color: #e6000e;
    	scrollbar-highlight-color: #e6000e;
	scrollbar-shadow-color: #ffffff;
    	scrollbar-3dlight-color: #ffffff;
    	scrollbar-arrow-color: #ffffff;
    	scrollbar-track-color: #ffffff;
    	scrollbar-darkshadow-color: #e6000e;	
}
	
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #efefef;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;		
	text-align: center;
}


a {
	text-decoration: none;
	color: #003e66;
}

a:hover {
	color: #F0DE34;
}

p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #000000;
    line-height: 1.4em;
/* text-align: justify;  */
}

h1,h4,h5,h6 { margin: 0; padding: 0;  font-family: Arial; }
h2 { margin: 0; padding: 0;  font-family: Arial; font-size: 18px; color: #dd3718; }
h3 { margin: 15px 0 2px 0; padding: 0;  font-family: Arial; font-size: 14px; color: #003e66;}


/****
	PSEUDO
		****/
		
		#top {
			
		}
		
		#end {
			
		}

/****
	CONTAINTER
		****/


		#container {
			position: relative;
			top: 10px; left: 0;
			width: 990px; height: auto;
			padding: 0;
			margin: 0 auto;
			text-align: left;
		}
		
/****
	HEADER
		****/
		
		#header {
			position: relative;
			top: 0; left: 0;
			width: 100%; height: 155px;
			background: #dd3718;
			border-bottom: 1px solid white;
		}
		
		#header img.header_logo { display: none; }
		
		/* HEADER LOGO */
			
			#header h1 {
				position: absolute;
				font-size: 0.01em;
				padding: 0;
				width: 260px; height: 126px;
				margin: 0;
				color: #dd3718;
				background: #dd3718;
				border-right: 1px solid #ffffff;
			}
			
			#header h1 span {
				position: absolute;
				margin: 20px 0 0 20px;
				background: url(../img/header_h1.png) no-repeat;
				width: 217px; height: 126px;
			}		
			
		/* HEADER IMAGE */
		
			#header img {
				border-bottom: 1px solid white;
			}

/****
	DIV der nur im Druck angezeigt wird
		***/
		#print_only {
			display: none;
		}
			
/****
	JUMP
		****/
		
		#jump {
			display: none;
		}
		
		
/****
	PATH
		****/
		
		#path {
			display: none;
		}
		
/****
	SEARCH
		****/
		
		#search {
			display: none;
		}
				
/****
	CONTENT
		****/
		
		#content {
			position: relative;
			top: 0; left: 0;
			width: 100%; height: 600px;
		}
		
	/*** COL 0 ***/
		
		#col0 {
			position: relative;
			float: left;
			width: 260px; height: 100%;
			border-right: 1px solid white;
			background: #dd3718;
		}
		
		/* LINKS */
		#col0 #links {
			position: absolute;
			bottom: 0; 
			width: 260px; height: auto;
			border-top: 1px solid white;
		}
		
	/*** COL 1 ***/
		
		#col1 {
			position: relative;
			float: left;
			width: 709px;
			height: 554px;
			padding: 10px;
			background: #ffffff;
			overflow: auto;
		}
		
		
		/* CONTENT-TABLE */

		
		#col1 .contenttable {
			width: 330px;
			border-left: 10px solid #CCC;
		}

		#col1 .contenttable td {
			padding: 0px;
			background: #efefef;
			font-weight: bold;
			color: #DD3718;
		}

		#col1 .contenttable td p.bodytext {
			margin: 0;
			padding: 1px;
		}

		#col1 a:hover {
			color: #F0DE34;
		}
		
		#col1 a img {
			border: none !important;
		}
		
				
		/* NEWS SINGLE */

		#col1 .news-single-img {
			margin: 10px 0 5px 0;
		}
		
		#col1 .news-single-item .clearer { display: none; }
		
		/* NEWS LIST */
		
		#col1 .news-list-item {
			position: relative;
			height: auto;
		}
		
		#col1 .news-list-item h3 {
			margin: 0 0 10px 0;
		}
		
		#col1 .news-list-subheader {
			position: absolute;
			top: 0; left: 0;
			margin: 0px 0 0 130px;
		}
		#col1 .messe_list .news-list-item {
			clear: both;
			width: 500px;
			height: 160px;
			background: #EFEFEF;
			padding: 0;
			border-left: 10px solid #CCCCCC;
		}
		#col1 .messe_list .news-list-subheader {
				position: relative;
				margin: 0;
		}
		#col1 .messe_list hr.clearer {
				display: none;
		}
		#col1 .messe_bild {
			width: 210px;
			text-align: center;
			border-right: 3px solid #FFFFFF;
		}
		
		#col1 .messe_text {
			padding: 30px!important;
width: 200px;
		}
		
		#col1 .messe_text p {
			font-weight: bold;
		}
		
		#col1 .messe_bild,
		#col1 .messe_text {
			float: left;
			height: 100px;
			padding: 30px 0;
		}
		/* CONTENTMENU */
		#col1 .si-cm-container {
			position: absolute;
			top: 0; left: 0;
			width: 100%;
		}
		
		#col1 .si-cm-left,
		#col1 .si-cm-right {
			float: left;
		}
		
		#col1 .si-cm-left { 
			position: relative;
			width: 250px;

			
		}
		
		#col1 .si-cm-right { 
			position: relative;
			width: 479px;
		}
		
		#col1 .si-cm-left ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#col1 .si-cm-left ul li {
			position: relative;
			width: 100%;
			height: 60px;
			overflow: hidden;
			border-bottom: 1px solid #CCCCCC;
			background: #FFFFFF;
		}
		
		#col1 .si-cm-left ul li:hover { background: #CCCCCC; }

		#col1 .si-cm-caption p img {
			border-color: #CCC;
		}
		
		#col1 .si-cm-left ul li .si-cm-caption {
			position: absolute;
			top: 0; left: 0;
			margin: 25px 0 0 110px;
			font-weight: bold;
		}
		
		#col1 #writecontent {
			position: absolute;
			top: 0; left: 0;
			margin: 400px 0 0 0;
			background: #efefef;
		}
		
		
		/* MAILFORM */
		
		#col1 fieldset {
			border: 0;
		}	
		
		#col1 .csc-mailform-field {
			position: relative;
			width: auto; height: 22px;
		}
		
		#col1 .csc-mailform-field label {
			position: absolute;
			margin-top: 2px;
		}
		
		#col1 .csc-mailform-field input,
		#col1 .csc-mailform-field textarea {
			position: absolute;
			left: 100px;
			font-size: 11px;
		}
		
		#col1 .csc-mailform-field .csc-mailform-submit {
			position: absolute;
			margin-top: 100px;
		}
		

		
		
		#col2 {
			position: absolute;
			top: 20px;
			right: 20px;
			width: 250px;
		}

/****
	TOOLBOX
		****/
		
		#toolbox {
			position: absolute;
			bottom: 5px; left: 220px;
		}
		
		#print a {
			display:block;
			width: 25px;
			height: 22px;
			background-image:url(../img/Print.gif);
		}
		
		#print a:hover {
			background-image:url(../img/Print_hover.gif);
		}

/****
	NEWS
		****/
		
		#news {
			position: absolute;
			bottom: 26px;
			width: 580px; height: 50px;
			margin: 0 0 0 260px;
			padding: 10px;
		}
		
		#news .news-latest-item .news-latest-line p,
		#news .news-latest-item .news-latest-line a {
			float: left;
			margin-right: 10px;
		}
		
/****
	IMAGE
		****/
		
		#image {
			display: none;
			position: absolute;
			top: 0; left: 0;
			width: 990px; height: 95px;
			border-bottom: 1px solid white;
		}
		
/****
	MENU
		****/
		
		#menu_container {
			position: absolute;
			top: 0; left: 0;
			width: 729px; height: 61px;
			margin: 95px 0 0 260px;
			border-left: 1px solid white;
		}
		
		#menu {
			position: absolute;
			top: 0; left: 0;
			width: 100%; height: 18px;
			margin: 20px 0 0 0;
			background: #234D8B;
			border-top: 1px solid white;
			border-bottom: 1px solid white;
		}
		
		#menu ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#menu ul li span { display: none; }
		
		#menu ul li {
			display: inline;
		}
		
		#menu ul li ul {
			position: absolute;
			width: 100%;
			margin-top: 2px;
		}
		
		#menu ul li ul li a {
			position: relative;
			padding: 2px 18px;
			background: #234D8B;
			color: #ffffff;
			font-weight: bold;
			font-size: 11px;
			border-right: 1px solid white;
			border-bottom: 1px solid white;
			
		}
		
		#menu ul li ul li a:hover,
		#menu ul li ul li a.active {
			background: #F0DE34;
			color: #234D8B;
		}
		
		#menu ul li ul li ul {
			display: none;
			position: absolute;
			top: 0; left: 0;
			height: 17px;
			margin: 18px 0 0 0;
			padding: 2px 0 0 0;
			width: 100%;
		}
		
		#menu ul li ul li.active ul {
			display: block;
		}
		
		#menu ul li ul li ul li a {
			padding: 3px 14px 5px 14px;
			font-size: 10px;
			font-weight: bold;
			background: #234D8B;
			color: #ffffff;
		}
		
		#menu ul li ul li ul li a.active {
			background: #f0de34;
			color: #003e66;
		}
		
/****
	MENU 2 
		****/
		
		#menu2 {
			position: absolute;
			top: 0; left: 0;
			width: 260px; height: auto;
			margin: 154px 0 0 0;
		}
		
		#menu2 ul {
			position: absolute;
			list-style-type: none;
			margin: 0;
			padding: 0;
			width: 260px; height: auto;
		}
		
		#menu2 ul li {
			
		}
		
		#menu2 ul li span { display: none; margin: 0; padding: 0; }
		
		#menu2 ul li ul li {
			position: relative;
			display: block;
			width: 250px; height: auto;
			padding: 10px 10px 10px 0;
			border-bottom: 1px solid white;
			text-align: right;
		}		
		
		#menu2 ul li ul li ul { 
			position: relative; 
			border-top: 1px solid white;
			margin: 12px 0 -13px 0;
		}
		
		#menu2 ul li ul li.active { background: #f0de34; }
		#menu2 ul li ul li.active a { color: #003e66; }
		
		#menu2 ul li ul li.active ul li.active { background: #f5eaa3; }
		/*#menu2 ul li ul li ul li ul li { background: #f5eaa3; }*/
		#menu2 a {
			color: #ffffff;
			font-weight: bold;
		}
		
		#menu2 a:hover,
		#menu2 a.active {
			font-weight: bold;
		}

/****
	CSC-MENU
		****/


              .csc-menu {
                      font-weight: bold;
                      line-height: 1.5em;
                      list-style-type: square;
              }

              .csc-menu a:hover {
                      color: #F0DE34;
		}

/****
	SITELINKS
		****/
		
		#sitelinks {
			position: absolute;
			top: 0; left: 0;
			width: 265px; height: 20px;
			/* margin: 96px 0 0 730px; */
			margin: 96px 0 0 730px;
			text-align: right;
			border-left: 1px solid white;
		}
		
		#sitelinks ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#sitelinks ul li {
			position: relative;
			float: right;
			margin-right: 5px;
			padding: 1px 0 0 0;
		}
		
		#sitelinks ul li span { display: none; }
		
		
		
		#sitelinks ul li ul li a {
			color: #ffffff;
			font-weight: bold;
			font-size: 11px;
			background: url(../img/sitelinks.png) no-repeat left center;
			padding-left: 10px;
		}
		
		#sitelinks ul li ul li a:hover {
			color: #F0DE34;
		}
		
		#sitelinks .sitelinks_4 a {
			background: none;
		}

/****
	ISOLINKS
		****/
		
		#isolinks {
			position: absolute;
			top: 550px;
			left: 0;
			width: 240px;
			height: auto;
			margin: 0;
			padding: 7px 10px;
			border-top: 1px solid white;
		}
		
		#isolinks p { margin: 0 0 3px 0; }

		#isolinks a {
			color: white;
			font-weight: normal;
			text-decoration: none;
			margin: 0; padding: 0;
		}

		#isolinks a:hover {
			color: #F0DE34 !important;
		}

		#isolinks ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#isolinks ul li {
			position: relative;
			padding: 1px 0 0 0;
		}
		
		#isolinks ul li span {
			display: none;
		}
		
		#isolinks ul li ul {
			list-style: none;
		}
		
		#isolinks ul li ul li a {
			color: #ffffff;
		}
		
		#isolinks ul li ul li a:hover {
			color: #F0DE34;
		}

/****
	LINKS
		****/
		
		#links {
			position: absolute;
			top: 0; left: 0;
			width: 240px; height: auto;
			margin: 600px 0 0 0;
			padding: 10px 10px;
			border-top: 1px solid white;
		}
		
		
		
		#links h2 {
			color: white;
			font-weight: bold;
			font-size: 12px;
			margin: 0 0 3px 0; padding: 0;
		}
		
		#links p { margin: 0 0 3px 0; }
		
		#links a {
			color: white;
			font-weight: normal;
			text-decoration: none;
			margin: 0; padding: 0;
		}
		
		#links a:hover {
			color: #F0DE34 !important;
		}
		
		/*
		#links ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#links ul li {
			color: white;
			font-weight: bold;
			font-size: 12px;
		}
		
		#links ul li ul li {
			margin: 5px 0 0 0;
		}
		
		#links ul li ul li a {
			color: white;
			font-weight: normal;
			text-decoration: none;
		}
		*/
		
/****
	LANG	
		****/
		
		#lang {
			position: absolute;
			top: 117px;
			left: 772px;
			width: 214px;
			height: 20px;
			text-align: right;
		}
		


#lang ul {
	display: block;
	height: 12px;
	width: 214px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5000;
}

#lang ul li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#lang ul li span {
	display: none;
}

#lang ul li ul {
	margin: 0;
	padding: 0;
}

#lang ul li ul li {
	list-style: none;
	float: right;
	padding: 2px 0 0 2px;
	width: 25px;
	height: 12px;
	overflow: hidden;
}

#lang ul li ul li a {
	float: right;
	width: 20px;
	height: 12px;
	overflow: hidden;
	text-indent: 20px;
}

#lang .de {
	background-image: url(../img/flags/at.gif);
}
#lang .active .de {
	background-image: url(../img/flags/at_active.gif);
}
#lang .na .de {
	background-image: url(../img/flags/at_na.gif);
}

#lang .en {
	background-image: url(../img/flags/en.gif);
}
#lang .active .en {
	background-image: url(../img/flags/en_active.gif);
}
#lang .na .en {
	background-image: url(../img/flags/en_na.gif);
}

/****
	FOOTER
		****/
		
		#footer {
			position: absolute;
			bottom: 0;
			width: 710px; height: 12px;
			margin: 0 0 0 260px;
			padding: 7px 10px 7px 10px;
			background: #F0DE34;
		}
		
		#footer address,
		#footer address p,
		#footer table,
		#footer p,
		#footer a {
			font-size: 9px;
			font-style: normal;
			font-weight: bold;
			color: #234D8B;
		}
		
		#footer img {
			margin-bottom: -2px;
		}
		
		#footer address h2 { display: none; }


		#footer a:hover { color: #dd3718; }

/****
	Formulare
		****/

form {
		
	padding: 0;
	margin: 0 0 30px 0;
	border: 0;
	/*width: 400px;*/
	width: 600px;
}

form br {
	clear: both;
}

fieldset {
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
	border: 0;
	border-top: 1px solid #ffffff;
}

label {
	float: left;
	width: 125px;
	margin: 3px 5px 4px 15px;
}

label span {
		
}

input {
	margin: 0 0 1px 0;
	float: left;
	width: 200px;
	border: 1px solid #666666;
}

input.checkbox {
	width: auto;
	margin-left: 145px;
	border: none;
}

label.checkbox {
	float: left;
	margin-left: 100px;
	width: 200px;
	text-indent: 20px;
	margin: 1px 0 0 -14px;
	text-align: justify;
}

input.submit {
	margin-left:145px;
	margin-top:10px;
	width:auto;
}

select  {border: 1px solid #666666;}

textarea { 
	/*width: 200px;
	height: 85px;*/
	width: 420px;
	height: 200px;
	border: 1px solid #666666;
}

input.small  { width:  50px; }
input.medium { width: 100px; }
input.large  { width: 200px; }

select.small  { width:  52px; }
select.medium { width: 100px; }
select.large  { width: 200px; }

/****
	Formulare Ausgabetext
		****/

#mferror dl{
	margin: 10px 0 20px 10px;
	padding: 0;
}

#mferror dl dt{
	font-weight: bold;
	color: #000000;
}

#mferror dl dd{
	background: url(../img/ulli.png) no-repeat;
	font-weight: normal;
	color: #b81f23;
	padding: 0 0 0 15px;
	margin: 5px 0 0 7px;
}

.komment {font-size: 10px;}