@charset "UTF-8";
/* CSS Document */

/*****************
Struktur
*****************/

#top {
	height:137px;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	margin-left: -5px;
}
	#logo {
		float: right;
		/*margin-top: 33px;
		margin-top: 13px;*/
		margin-right: 13px;
	}
	#lang {
		/*float: right;*/
		text-align:right;
	}
	
#nav1 {
	clear: both;
	height: 1em;
	/*background: #fff url(images/nav1_bg.gif) repeat-x left bottom;*/
	margin-bottom: 0.2em;
	margin-top: -15px;
	padding: 0.7em 0 0.7em 2.2em;
}

#medium {
	clear: both;
	height: 263px;
	margin-bottom: 35px;
}
	#img {
		float: left;
		/*width: 66.3em;*/
		width: 663px;
		/*height: 26.3em;*/
		height: 263px;
		margin-right: 2px;
/*		background: url(images/teaser_start.jpg) no-repeat left top;*/
	}
	#container {
		float: right;
		/*width: 24em;*/
		width: 240px;
		color: white;
		height: 263px;
	}
		#success {
			height: 150px;
			width: 190px;
			background: url(images/temp_success_bg.jpg) no-repeat left top;
			padding: 25px;
		}
		#newsletter {
			height: 23px;
			width: 190px;
			background: url(images/temp_newsletter_bg.jpg) no-repeat left top;
			padding: 20px 25px;
		}

#main {
	clear: both;
	width: 100%;
}
	#main_content {
		float: left;
		width: 430px;
		margin-left: 2.2em;
		margin-right: 1em;
	}
		#content {
			clear: both;
			width: 43em;
		}
	#inter {
		float: left;
		width: 20em;
		margin-right: 1em;
	}
		#topnews {
			margin-bottom: 1em;
		}
		#references {}
	#news {
		float: right;
		width: 20em;
		margin-right: 2.2em;
		padding-left: 1em;
	}
	
	#clear {
		clear: both;
	}

#inter .rgslideshow .rgsnest {
	display: none;
}

/* *************************************
	layout-änderungen jänner 2010
   ************************************* */
#nav1 {
	width:790px;
	float:left;
}

*html #nav1 {
	width:790px;
	
}

#wrap #lang {
	margin-top:-17px;
	width:50px;
	float: left;
	padding-right:0;
	margin-right:0;
}

#wrap
	{
	 margin-top:13px;
	}


#content h1 {
	text-transform:uppercase;
}

#content a.important {
	background-image: url(images/temp_more_bg.jpg);
	display: block;
	height:16px;
	width:94px;
	border: 1px solid #840709;
	text-align:center;
	color: #fff;
	padding-top:2px;
	font-weight:bold;
	font-size:0.8em;
}

div#references {
	display: none;
}

div#main_content {
	width: 620px;
}

div#content {
	width: auto;
}

#container #success ul li a {
	line-height:1.75em;
}

#container #success ul {
	font-size:14px;
}

div.csc-frame-rulerAfter {
	border-bottom: 1px solid #f29699;
	margin-bottom:24px;
}