/*
 * Juni 04, 2008
 * 
 * myVISION | provision-research.at/myVISION - CSS
 * Author: Veronika Hoelzl | geschmacksache
 * 
 * +++ Log changes +++
 *  Last change: 04.06.2008
 * 
 */

body {
	margin: 0 0 0 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #7d7d7d;*/
	color: #666666;
	font-size: 11px;
	line-height:140%;
	/*font-size: 11px;*/
}

a, a:visited {color: #666666; text-decoration: underline;}
a:hover, a:active  {color: #3399cc;}

.anchor{ line-height:180%; font-weight:bold;}
a.anchor, a:visited.anchor {color: #666666; text-decoration: underline; line-height:200%; font-weight:bold;}
a:hover.anchor, a:active.anchor {color: #3399cc; line-height:200%; font-weight:bold;}

.blue{
    color: #3399cc;
}

.headline{
	font-weight: bold;
}

.headline_blue{
	font-weight: bold;
	color: #3399cc;
}

img {
	border:none;
	border:0;
	margin: 0;
	padding:0;
}

#wrapper {
	position:absolute;
	left:50%;
	margin: 0px 0px 0px -380px;
     width: 760px;
	height: 100%;
}

#navigation {
	position:absolute;
	background-color: #5E565B;
	left:0;
	width: 150px;
	height: 100%;
	z-index: 100;
}

#content_wrapper{
	position:relative;
	float: left;
	margin-left:0px;
	margin-top:0;
	width: 760px;
	background-image: url(../../img/allgemeininfo/bg_760.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
	overflow: visible;
}

* html div #content_wrapper {
	  position:absolute;
}


#content {
	background-image: url(../../img/bild_montage_1e_610.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 610px;
	margin-top:0px;
	margin-left:150px;
}


#print{
	position:absolute;
    width: 74px;
    left: 685px;
	top: 130px;
	font-size:9px;
	font-weight:bold;
	color:#000000;
}

#print a, #print a:visited {color: #000000; text-decoration: underline; font-weight:bold;}
#print a:hover, #print a:active {color: #3399cc;}

#logo{
	position:absolute;
    width: 50px;
	left: 567px;
	top: 0px;
}

#whitelayer{
	background-color:#FFFFFF;
	width: 473px;
	margin-left:20px;
	margin-top:100px;
	padding:20px 20px 20px 20px;
}

ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
}
	
li {
	margin:0;
	padding:0;
}




li a, li a:visited  {
	text-decoration: none;
    color: #666666;
}
		
li a:hover, li a:active {
	text-decoration: none;
	color: #08A9DC;
}

/* li.text{
	margin:0 0 5px 0;
	padding:5px;
	list-style-image: url(../img/allgemeininfo/icons_li_text.gif);
}*/

li.txt {
	background-image: url(../../img/allgemeininfo/icons_li_text.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 8px;	
}

li.video {
	background-image: url(../../img/allgemeininfo/icons_li_video.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 8px;	
}

li.music {
	background-image: url(../../img/allgemeininfo/icons_li_music.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 8px;	
}



.kap{
	background-color:#939598;
	text-transform:uppercase;
	padding: 0 0 0 3px;
	color: #FFFFFF;
	font-weight: bold;
/*background-image: url(../img/allgemeininfo/icons_li_text.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	width: 473px;
}


table, tr{
	margin: 0px;
	padding: 0px;
	border: none;
	/*border-collapse: collapse;*/
}

td{
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}


.kap table{width: 470px;} 

.kap td.up{
	width: 24px;
	text-align:right;
} 

.kap td.up img{
	border:0;
	width: 24px;
	height: 15px;
} 

.kap td.kap_txt{
	width: 446px;
	text-align:left;
} 

.txt_div {
    background-image: url(../../img/allgemeininfo/bg_text_div.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 160%;
}

.music_div {
    background-image: url(../../img/allgemeininfo/bg_music_div.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 160%;
}

.video_div {
    background-image: url(../../img/allgemeininfo/bg_video_div.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 160%;
}


.unterst_logo_div {
	
	float: left;
	width: 150px;
	height: 100px;
	margin: 0 30px 10px 0;
}

.unterst_logo_quer_div {

	float: left;
	width: 255px;
	height: 100px;
	margin: 0 0px 10px 0;
}

.unterst_address_div {
	float: right;
	line-height: 160%;
	width: 280px;
}
.unterst_address_quer_div {
	float: right;
	line-height: 160%;
	width: 185px;
}

.listlineheight{
	line-height: 160%;	
}

.whitespacer {color: #FFFFFF}
.whiteline{
	background-color: #FFFFFF;
	height: 1px;
}


.clearer_div {
clear:both; 
height: 30px;
}

