/*--------------------------------------------------------------------------------------------------------------
	style.css - HLW Perg
	Linz, 23/07/07
	
	Martin Hochreiter
	Cyberhouse.at
--------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------
	HTML ELEMENTS
--------------------------------------------------------------------------------------------------------------*/
*{
	padding:0; 
	margin:0;
}

option {
	padding-left: 0.4em; /* Das Zurücksetzen der Innen- und Außenabstände verursacht zu kleine Selectboxen. Dies wird korrigiert */
}

html { 
	height: 100%;
} 

fieldset, img {
	border:0;
}

body { 
	min-height: 101%;	
	font-size: 100.01%; 	/* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
	position: relative; 	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden wenn die Größe des Browser Fensters geändert wird. */
	background-image:url(../img/bg_site.jpg);
	background-repeat:repeat-x;
	background-color:#6D69AE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
h1, h2, h3, h4, h5{
	font-size:18px;
	font-weight:bold;
	color:#120980;
}

h1{
	margin-bottom:19px;
	line-height:22px;
}

h2{
	font-size:15px;
}

#teaser h1{
	font-size:15px;
	line-height:1em;
	margin-bottom:3px;
}

h3, h5{
	font-size:14px;
	font-weight:bold;
	background-image:url(../img/hr_content.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left:-15px;
	padding-left:15px;
	padding-bottom:3px;
}

h4, h5{
	padding-top:3px;
	font-size:11px;
}
#content table{
	margin-top:8px;
	position:relative;
	/*left:-11px;*/
}


/*--------------------------------------------------------------------------------------------------------------
	FORM ELEMENTS
--------------------------------------------------------------------------------------------------------------*/

select, input, textarea { 
	font-size: 99% 			/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */ 
}
label{
	color:#333333;
	display:block;
	margin:1px 0 0 2px;
}
 
input{
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	font-size:11px;
	color:#999999;
	padding:1px 4px 2px 4px;
	
}	
/*--------------------------------------------------------------------------------------------------------------
	DIV ELEMENTS
--------------------------------------------------------------------------------------------------------------*/

#wrapper, #wrapper_home{
	position:absolute;
	left:50%;
	margin-left:-486px; /* 0.5*(content) - 0.5*(sidebar) */
	margin-top:6px;
	padding-bottom:20px;
}

#wrapper_home{
	top:50%;
	margin-top:-297px;	
}

#logo, #logo_home{
	position:absolute;
	top:100px;
	right:20px;
	width:115px;
	height:70px;
}

#logo_home{
	top:100px;
}

#sidebar{
	background-image:url(../img/bg_bar_side.gif);
	background-repeat:no-repeat;
	width:16px;
	height:84px;
	position:absolute;
	top:0px;
	left:0px;
}

#bodywrapper{
	margin-left:16px;
}

#headerbar_home, #headerbar{
	background-image:url(../img/bg_bar_header_home.gif);
	background-repeat:no-repeat;
	width:940px;
	height:49px;
}

#headerbar{
	background-image:url(../img/bg_bar_header.gif);
	
}

#header_home, #header{
	background-image:url(../img/bg_header_home.jpg);
	background-repeat:no-repeat;
	width:940px;
	height:307px;
	color:#999999;
}

#header{
	/*background-image:url(../img/bg_header_pen.jpg);*/
	background:none;
	height:221px;
}

#topnav {
	float:right;
	position:absolute;
	top:46px;
	width:300px;
	left:670px;
	z-index:10;	
}

#headerimage {
	z-index:0;
}

#topnav_el{
	float:left;
	padding-top:7px;
}

#column_right{
	width:200px;
	background-color:#EAEAF4;
	float:right;
	position:relative;
	right:-26px;
	margin: 33px 0px 0 5px;
	padding-bottom:3px;
}

#column_right h1{
	font-size:15px;
	border-bottom:1px solid #D7D8E6;
	padding:2px 9px;
	margin-bottom:14px;
}
#content #column_right p{
	font-weight:normal;
	color:#333333;
	margin:0;
	margin-bottom:14px;
	padding:0 8px;
}

#content #column_right ul{
	background-image:none;
	margin-left:21px;
}


#content #column_right li{
	padding:0;
	margin:0;
}

#topnav_el li{
	list-style:none;
	display:inline;
}

#mainnav{
	position:absolute;
	top:135px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	margin-left:8px;	
}

#mainnav li{
	list-style:none;
	display:inline;
	padding-left:7px;
	width:100%;
}

#contentwrapper_home, #contentwrapper{
	background-color:#FFFFFF;
	width:940px;
	padding-top:15px;
	min-height:163px;
	height:auto !important;  /* für moderne Browser */
	height:163px;  /*für den IE */	
	overflow:hidden;
	clear:both;
}

#contentwrapper{
	z-index:5;
	padding-top:0px;
	min-height:500px;
	height:auto !important;  /* für moderne Browser */
	height:500px;  /*für den IE */	
	/*margin-top:-9px;*/
}

#breadcrumb{
	padding:10px 0 20px 0;
}

#content{
	background-image:url(../img/bg_content.png);
	background-repeat:no-repeat;
	margin-left:260px;
	padding-left:26px;
	width:608px;
	min-height:350px;
	height:auto !important;  /* für moderne Browser */
	height:350px;  /*für den IE */
	background-color:#FFFFFF;
}

#content_text, #content_text_small{
	padding-bottom:90px;
	/*min-height:350px;*/
}

#content_text_small{
	width:400px;
	float:left;
}

#content_text_small h3{
	background-image:url(../img/hr_content_small.gif);
}

#content p{
	margin-bottom:18px;
}

#content .newsSingleSubheader p{
	margin-bottom:0;
}

#content table p{ /* tabellen paragraph zurücksetzen*/
	margin-bottom:0px;
	padding:0;
}

#content ul li{
	list-style:square;
	margin-left:18px;
}

#content ul{
	margin-bottom:12px;
}

#content_footer{
	color:#A1A3C1;
	background-image:url(../img/hr_content.png);
	background-repeat:no-repeat;
	height: 2em;
	margin-left:-8px;
}

#content_footer .right{
	margin-right:-25px;
}

.csc-textpic img{

}
DIV.csc-textpic-clear{
	/*clear:none;*/
}

#contact{
	position:absolute;
	bottom:102px;
	margin-left:2px;
}

#footer{
	background-image:url(../img/bg_footer.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:67px;
	padding:10px 20px 0 21px;
	clear: both;
}
#teaser{
	margin-top:15px;
	margin-bottom:100px;
}

#col_navigation{
	width:222px;
	float:left;
	margin-left:20px;
}

#nav_top{
	background-image:url(../img/nav_top.png);
	background-repeat:no-repeat;
	height:22px;
	padding:10px 17px;
}

#nav_ctr{
	background-image:url(../img/nav_ctr.png);
	background-repeat:repeat-y;
	padding: 0 10px	
}

#nav ul li {
	list-style:none;	
	color:#120980;
	border-top: 1px solid #D7D8E6;
}

#nav .clear {
	border: none;
}

#nav ul li ul li{
	list-style:none;
	margin-left:0;
	padding: 0;
}

#nav_btm{
	background-image:url(../img/nav_btm.png);
	background-repeat:no-repeat;
	height:14px;
}
/*--------------------------------------------------------------------------------------------------------------
	CLASSES
--------------------------------------------------------------------------------------------------------------*/
.h1{
	position:absolute;
	top:-30px;
}

.search{
	width:97px;
	margin-left:16px;
}
.tx-indexedsearch-searchbox{
}
.tx-indexedsearch-searchbox table{
	margin-left:10px;
	margin-bottom:15px;
}

#content .tx-indexedsearch-searchbox .sword{
	/*border: 1px solid #120980;*/
	color:#120980;
	width: 250px;
}
#content .tx-indexedsearch-searchbox .submit{
	/*border: 1px solid #120980;*/
	background-color:#F0F0F7;
	color:#120980;
	width: 100px;
	padding:0;
	margin:0;
}
.tx-indexedsearch-whatis{
	font-weight:bold;
}
.tx-indexedsearch-percent{
	color:#999999;
}

.tx-indexedsearch-searchbox td{
	padding:2px;
}
.login{
	width: 120px;
}

.box_login{
	background-image:url(../img/box_login.png);
	background-repeat:no-repeat;
	width:195px;
	height:141px;
	padding:9px 11px 10px 14px;
	margin-left:22px;
	float:left;
	margin-right:4px;
}

.box_login .hr{
	background-image:url(../img/hr_login.gif);
	background-repeat:no-repeat;
	width:185px;
	height:1px;
	margin:8px 0 7px 0;
	position:relative;
	left:-3px;
}

.box h1, .box_login h1{
	font-size:15px;
	padding-left:2px;
	margin-bottom:8px;
	background-image:url(../img/hr_box.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.left, .right, .center{
	padding-top:4px;	
}

.left{
	float: left;
}
#content_footer .left{
	padding-left:8px;
}

.center {
	float: left;
	/*margin-left:158px;*/
	width:650px;
	text-align:center;
}

.center li{
	list-style:none;
	display:inline;
}


.right{
	width:180px;
	text-align:right;
	float:right;
}
#wrapper #footer .right{
	margin-top: -19px;
}

hr{
	height:1px;
	margin-bottom:10px;
	background-image:url(../img/hr_content.gif);
	border:0;
}

.hr hr{
	display:none;
}

.box {
	background-image:url(../img/box.png);
	background-repeat:no-repeat;
	margin-left:16px;
	width:295px;
	height:139px;
	float: left;
	padding: 10px 13px 11px 13px;
}

.box ul {
	margin-bottom:10px;
}
.box li{
	margin-left:15px;
	padding:1px;
	list-style:square;
}

.box_login .box_footer{
	margin-top:20px;
}
.box_login .box_footer p{
	margin-top:12px;
}

.box_footer .image{
	float: left;
	margin-top:-3px;
}

.box_footer p{
	margin: 10px 0 0 40px;
	font-size:12px;
}

.box .csc-textpic-imagewrap{
	margin-top:5px;	
}

.box .csc-textpic, .box_login .csc-textpic{
	background-image:url(../img/hr_box.gif);
	background-repeat:no-repeat;
	background-position:top;	
}

.box_login .csc-textpic{
	margin: 0 0 0 0; #margin: 1px 0 0 0;
	padding: 5px 0 0 0;
	background-image:url(../img/hr_box.gif);
	background-repeat:no-repeat;
	background-position:top;	
}

.box_login .csc-textpic .bodytext {
	padding: 5px 0 0 0;
}

.box .bodytext{
	background-image:url(../img/hr_box.gif);
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:middle;
	height:34px;
	padding: 14px 0 5px 0;	
}

.search_btn{
	border:none;
	padding:0;
	position:relative;
	top:5px;
}

.teaser_ylw, .teaser_vlt{
	background-image:url(../img/teaser_ylw_top.png);
	background-repeat:no-repeat;
	margin-top:7px;
	width:188px;
	padding: 10px 17px 2px 17px;
	min-height:57px;
	height:auto !important;  /* für moderne Browser */
	height:57px;  /*für den IE */		
}

.teaser_vlt{
	background-image:url(../img/teaser_vlt_top.png);
}

.teaser_ylw_btm{
	background-image:url(../img/teaser_ylw_btm.png);
	height:7px;
	width:221px;
}
.teaser_vlt_btm{
	background-image:url(../img/teaser_vlt_btm.png);
	height:7px;
	width:221px;	
}



/* NEWS */
.newsTitleList{
	font-size:13px;
	font-weight:bold;
}

.newsListImage{
	float:left;
	margin-left:5px;
}

#content .newsListText .bodytext{
	padding:0;
	margin:0;
	margin-bottom:10px;
}

.newsListDate, .newsSingleDate{
	color:#120980;
	margin-top:.6em;
}

.newsListWrapper{
	padding-top:5px;
	margin-left:-5px;
	overflow:hidden;
	z-index:10;
}

.newsListLast{
	height:10px;
	width:100%;
	background-color:#FFFFFF;
	margin-top:-20px;
	margin-left:-10px;
	border: 1px solid #FFFFFF;
	z-index:20;
}

.newsListContent{
	margin-left: 161px;
	margin-bottom:14px;
	position:relative;
	top:-2px;
}
.newsLine{
	margin: -2px 0 14px -8px;
	z-index:0;
}

.newsTitleSingle{
	width:490px;
}

.newsSingleLink{
	float:right;
	margin-top:-34px;
}

.newsSingleImages{
	width:620px;
	clear:left;
	overflow:hidden;
	/*position:relative;
	top:-30px;*/
}

#content .news-single-imgcaption{
	margin:0;
	padding:0;
}

.newsSingleImages img{
	padding:10px;
	background-color:#F0F0F7;
	text-align:center;
	margin: 0 10px 10px 0;
	float:left;
	overflow:hidden;
}
.newsSingleDate{
	text-align:right;
}

/* ARCHIV */
#content .news-amenu-container ul li{
	margin:0;
	list-style:none;
	background:url(../img/nav_icon_act.png) left center no-repeat;
	/*background-color:#F9F9FC;*/
	padding:3px 30px;
}
#content div.news-amenu-container ul li.news-amenu-item-year{
	font-weight:bold;
	background:none;
	padding:3px 0;
}

/* SITEMAP */
#content .csc-sitemap ul{
	background-image:none;
	margin:0;
	padding:0;
}

#content .csc-sitemap li{
	margin-top:0;
	padding-top:0;
}

#content .csc-sitemap ul li{
	font-weight:bold;
}

#content .csc-sitemap ul li ul li ul li{
	font-weight:normal;
}

/*
#content  {

	padding-bottom:9px;
	margin-bottom:12px;
	margin-left:-8px;
	padding-left:8px;	
}
*/

/*--------------------------------------------------------------------------------------------------------------
	LINKS
--------------------------------------------------------------------------------------------------------------*/

a{
	color:#120980;
	text-decoration:none;
}

a:hover{
	color:#9D9BC8;
}

#footer a, #footer{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	color:#120980;
}

a img{
	margin-left:2px;
}

#mainnav a{
	color:#FFFFFF;
}

#mainnav a:hover, #mainnav .active a{
	color:#FFFF00;
}

#topnav a{
	color:#999999;
}

#topnav a:hover{
	color:#120980;
}

.box a, .box_login a, #column_right a{
	text-decoration:underline;
}

#breadcrumb a, #breadcrumb{
	color:#A1A3C1;
	text-decoration:none;
}

#breadcrumb a:hover{
	color:#120980;
}

#contact a, #teaser a{
	color:#333333;
	text-decoration:underline;
}

#contact a:hover, #teaser a:hover{
	color:#120980;
}

#nav ul a:hover, .active, li.active li.active a {
	color:#120980;
	font-weight:bold;
}


.active ul li {
	font-weight:normal;
}

#nav ul li ul li, #nav ul li{
	/*display:block;*/
	padding: 1px 0;
}

#nav ul li ul li:hover, #nav ul li ul li.active {
	/*display:block;*/
	padding: 1px 0;
	background-color:#CFCEE5;
}

#nav ul ul a:hover {
	color:#120980;
	font-weight:bold;
}

#content_footer a, .newsSingleLink a{
	color:#A1A3C1;
	text-decoration:underline;
}

#content_footer a:hover, .newsSingleLink a:hover{
	color:#120980;
	text-decoration:underline;
}

.newsListText a{
	text-decoration:underline;
	font-weight:bold;
}

.Tabellenkopf a{
	text-decoration:underline;
	color:#FFFFFF;
}
.Tabellenkopf a:hover{
	text-decoration:underline;
	color:#A1A3C1;
}
