
/** Imports must be defined prior to all css-definitions **/
@IMPORT url("style_survey_include.css");

body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#e3e3e4;
	font-family: Arial, Verdana, Helvetica;
	font-size:11px;
	color:#737373;
}

a{
	outline:none;
}

img{
	border:0px;
}

h1 {
	color:#0077a7;
	font-size:22px;
	font-weight:normal;
	margin:0px 0px 25px 0px;
	padding:0px;
}

h2 {
	color:#0077a7;
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding:0px;
}

h3 {
	color:#0077a7;
	font-size:14px;
	font-weight:bold;
	padding:10px 0px 7px 0px;
	margin:0px;
}

/* used for Online-Survey*/
input{
	line-height:16px;
	font-size:11px;
	border:1px solid #cccccc;
}

#wrapper{
	position:relative;
	width:953px;
	margin:0px auto;
	min-height:100%;
}

*html #wrapper{
	height:100%;
}

#head{
	width:100%;
	height:69px;
	background-color:#e3e3e4;
	background-image:url("../../imgs/v2/header.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
}

#head .headerlogo{
	width:210px;
	height:69px;
	float:left;
	background-color:#e3e3e4;
	background-image:url("../../imgs/v2/headerlogo_de.gif");
	background-repeat:no-repeat;
	background-position:30px;
}

#head .headerlogo a{
	display:block;
	width:210px;
	height:69px;
	text-decoration:none;
}

#head .headerlogo.enlogo{
	float:left;
	background-color:#e3e3e4;
	background-image:url("../../imgs/v2/headerlogo_en.gif");
	background-repeat:no-repeat;
	background-position:30px;
}

#head .headerlogo.enlogo a{
	display:block;
	width:210px;
	height:69px;
	text-decoration:none;
}

#head .box{
	height: 69px;
}

#head .headerbutton {
	float: right;
	width:166px;
	height:23px;
	background-image:url("../../imgs/v2/headerbutton.gif");
	background-repeat:no-repeat;
}

#head .headerbutton a {
	display:block;
	background:url("../../imgs/v2/dot_down.gif") no-repeat;
	background-position:20px 9px;
	text-decoration:none;
	font-size:10px;
	color:#FFFFFF;
	text-indent:15px;
	padding:4px 0px 0px 20px;
}

#head .headerbutton a.down {
	background:url("../../imgs/v2/dot_up.gif") no-repeat;
	background-position:20px 9px;
}

#head .links {
	margin-top:50px;
	font-size:10px;
	color: #333333;
	position: absolute;
	width: 100%;
	text-align: right;
}

*+html #head .links {
	margin-left:-210px;
}

#head .links a, a:link {
	color:#333333;
	text-decoration:none;
	display:inline;
	background-image:none;
}

#head .links a:hover {
	color:#333333;
	text-decoration:underline;
}

#topBar{
	width:953px;
	height:26px;
	background-image:url("../../imgs/v2/search.jpg");
	background-repeat:no-repeat;
	font-size:10px;
	line-height:22px;
}

#topBar .language{
	float:left;
	text-indent:25px;
}

#topBar .language a{
	margin-right:10px;
}

#topBar .searchBox{
	float:right;
}

#topBar .searchBox form{
	margin:0px;
	padding:0px 15px 0px 0px;
}

#topBar .searchBox input{
	color:#333333;
	font-size:10px;
	height:13px;
	line-height:13px;
	width:106px;
	margin-top:2px;
	padding:0px;
}

#topBar a, a:link{
	color:#FFFFFF;
	text-decoration:none;
	display:inline;
	background-image:none;
	text-indent:25px;
}

#topBar a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#content{
	width:953px;
	height:100%;
}

.navigation{
	float:left;
	width:195px;
	height:100%;
} 

.navigation .sponsor_linz09 {
	/* 2009-01-15 GINTENC/RIEDLES: we need this for some IE6 and IE7 also - don't ask why !! */
	border: 1px solid #e3e3e4;
}

.navigation ul{
	margin:10px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}

.navigation .level1{
	width:150px;
	line-height:23px;
	font-weight:bold;
	font-size:12px;
}

.navigation .level1 a{
	color:#535353;
	display:block;
	width:150px;
	text-indent:0px;
	padding-left:20px;
	text-decoration:none;
	background-image:url("../../imgs/v2/navigation/boxnavigation.jpg");
	background-repeat:no-repeat;
	height:100%;
}

.navigation .level1 a:hover{
	display:block;
	width:150px;
	color:#0077a7;
}

#content .col_center{
	float:left;
	width:510px;
	margin-left:30px;
}

.boxes{
	margin:10px 10px 0px 0px;
	float:left;
	width:192px;
	background-image:url("../../imgs/v2/shadowright.gif");
	background-repeat:no-repeat;
	background-position:top right;
}

.boxesFooter{
	margin-top:-11px;
	background-image:url("../../imgs/v2/shadowbottom.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
}

.boxes a{
	text-indent:0;
}

.news{
	width:190px;
	height:120px;
	min-height:120px;
	background:#ededed;
	font-weight:bold;
	font-size:10px;
	color:#000000;
	position:relative;
}

.news h3{
	color:#0077a7;
	margin:0px;
	padding:5px 0px 10px 7px;
}

.news .tickertext{
	margin:0;
	position:absolute;
	top:25px;
	left:7px;
	height:80px;
	width:180px;
}

.news .tickertext span{
	color:#888888;
}

.news .next{
	margin-top:-1em;
	margin-right:5px;
	float:right;
	color:#000000;
}

.news .next a{
	color:#000000;
	text-decoration:none;
}

.news .next a:hover{
	color:#666666;
}

.news .tickertext a{
	color:#000000;
	text-decoration:none;
}

.news .tickertext a:hover{
	color:#666666;
}

.news .button{
	border-top:1px dashed black;
	margin:5px 7px 0px 7px;
	padding-top:3px;
	font-size:10px;	
	position:absolute;
	bottom:5px;
	width: 180px;
}

.news .button a{
	text-decoration:none;
	color:#999999;
}

.news .button a:hover{
	color:#666666;
}

.ticker{
	margin:10px 0px 0px 0px;
	float:right;
	width:150px;
	background-image:url("../../imgs/v2/shadowright.gif");
	background-repeat:no-repeat;
	background-position:top right;
	color:#FFFFFF;
}

.ticker_header{
	margin-right:2px;
	padding:5px 0px 4px 0px;
	background:url("../../imgs/v2/tickerhead.gif") no-repeat bottom #0077a7;
	text-indent:5px;
	font-weight:bold;
	font-size:12px;
}

.ticker_header a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
	float:right;
	margin-top:-12px;
	margin-right:10px;
}

*html .ticker_header a{
	margin-top:-16px;
}

*+html .ticker_header a{
	margin-top:-16px;
}

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

.ticker_content{
	width:141px;
	height:62px;
	background:url("../../imgs/v2/tickercontent.jpg") no-repeat top #0077a7;
	margin-right:2px;
	padding:3px 2px 3px 5px;
	font-size:10px;
	line-height:13px;
}

*html .ticker_content{
	line-height:11px;
}

*+html .ticker_content{
	line-height:11px;
}


.left{
	float:left;
	clear:left;
}

.right{
	float:right;
}

.ticker_space{
	background-color:#0077a7;
	margin-right:2px;
}

.ticker_footer{
	width:148px;
	margin-top:-11px;
	background-image:url("../../imgs/v2/shadowbottom.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#0077a7;
	margin-right:2px;
	text-align:center;
	padding-bottom:5px;
	line-height:20px;
}

.ticker_footer a, .ticker_footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.ticker_footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.ticker_footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.offerset{
	margin:10px 0px 0px 0px;
	float:left;
	width:152px;
	background-image:url("../../imgs/v2/shadowright.gif");
	background-repeat:no-repeat;
	background-position:top right;
	color:#FFFFFF;
}

.offerset_content{
	border-left:1px solid #d6d6d7;
}

.offerset_content h3{
	width:141px;
	display:block;
	background-color:#0077a7;
	color:#FFFFFF;
	font-size:13px;
	text-indent:2px;
	margin-top:1px;
	padding:4px;
}

.offerset_content p{
	margin-top:3px;
	padding-left:6px;
	padding-right:4px;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
}

.offerset_content a, .offerset_content a:link{
	text-indent:0px;
	color:#333333;
	text-decoration:underline;
}


.offerset_footer{
	margin-top:-21px;
	background-image:url("../../imgs/v2/shadowbottom.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
}

#pic {
	width:903px;
	font-size:11px;
	color:#333333;
	padding-left:50px;
	text-decoration:none;
	font-family:Helvetica,Arial,Verdana;
	background:#e3e3e4;
	padding-top:25px;
}


#pic ul {
	display:block;
	margin:0;
	padding:0;
	width:220px;
}

#pic .e0 {
	background:transparent url(../../imgs/v2/picbg.jpg) no-repeat scroll 0 0;
	padding:5px 0;
	float:left;
	width:220px;
	height:120px;
}
#pic .e0 a, #pic .e0 a:link{
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
	text-indent:0px;
}

#pic li{
	display:block;
	position:relative;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outline;
	width:220px;
}

#pic .e1 a, #pic .e1 a:link{
	color:#333333;
	display:block;
	padding-left:3px;
	padding-right:5px;
	text-decoration:none;
	font-weight:normal;
	text-indent:0px;
}

#boxesareawrapper{
	float:left;
}
#boxesarea{
	height:130px;
}

*html #boxesarea{
	height:140px;
}

*+html #boxesarea{
	height:140px;
}

/* TAG-CLOUD - Start */
#tagcloudwrapper{
}

div#tagcloud{
	background: url(../../imgs/v2/tagcloud.gif) no-repeat scroll 0 0;
	width: 190px;
	height: 120px;
	padding: 0px;
}

div#tagcloudtext{
	margin: 0px;
    margin-left: 5px;
	padding: 0px;
	height: 100px;
	overflow: hidden;
	padding-top:7px;
	line-height:18px;
	text-align:left;
	text-indent:0px;
}

*html div#tagcloudtext{
	padding-top:0px;
	line-height:20px;
}

*+html div#tagcloudtext{
	padding-top:0px;
	line-height:20px;
}

#tagcloud a{
	padding-right: 2px;
	text-decoration:none;
	text-indent: 0px;
}
#tagcloud a.prio1{
	FONT-SIZE: 12px; COLOR: #0077a7;
}
#tagcloud a.prio2{
	FONT-SIZE: 11px; COLOR: #666666;
}
#tagcloud a.prio3{
	FONT-SIZE: 10px; COLOR: #666666;
}
#tagcloud a.prio4{
	FONT-SIZE: 9px; COLOR: #0077a7;
}
#tagcloud a.prio5{
	FONT-SIZE: 8px; COLOR: #535353;
}
#tagcloud a.prio6{
	FONT-SIZE: 7px; COLOR: #666666;
}
#tagcloud a.prio7{
	FONT-SIZE: 6px; COLOR: #039faf;
}
#tagcloud a.prio8{
	FONT-SIZE: 5px; COLOR: #666666;
}
#tagcloud a.prio9{
	FONT-SIZE: 4px; COLOR: #0077a7;
}
#tagcloud a.prio10{
	FONT-SIZE: 3px; COLOR: #039faf;
}
#tagcloud a.prio11{
	FONT-SIZE: 2px; COLOR: #535353;
}
/* TAG-CLOUD -  End  */

.col_center .button{
	display:block;
	float:left;
	height:22px;
	line-height:22px;
	background-image:url(../../imgs/v2/filebg.jpg);
	color:#888888;
	text-decoration:none;
	text-align:center;
}

#news_nav_back, #news_nav_forward, #search_nav_back, #search_nav_forward{
	display:block;
	float:left;
	height:22px;
	line-height:22px;
	background-image:url(../../imgs/v2/button_hg_70.gif);
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}


