@CHARSET "ISO-8859-1"; 

a:link {color:white; text-decoration:none; }  
a:visited {color:white; text-decoration:none;}  
a:hover {color:#f58232; text-decoration:none; } 
a:active {color:#034694; text-decoration:none;} 


* {
	font-size:18px;
	font-family: arial;
	padding: 0px;
	margin: 0px;
}

h1 {

}

body {
padding:0px;
background-color:#FFFFFF;
text-align:center;

}

.display {display:none;}

ul{
list-style-type:square;
}

#container{
width:100%;
position:relative;
background-image:url(../images/bg.jpg); 
background-position:center;
background-repeat:no-repeat; 
z-index:1;
}

#choose {
width:980px;
height:545px;
margin:0 auto ;
position:relative;
top:0px;
padding-top:30px;
text-align:left;
z-index:2;
}

/* Sprachauswahl */

#languages{
font-size:10px;
width:100%;
position:absolute;
top:20px;
right:20px;
text-align:right;
z-index:3;
}

#languages a:link , #languages a:visited {
color:black;
}

#languages a:active{
color:#f58232;
}

#languages a:hover{
color:#f58232; text-decoration:none;  
}




#title{
width:815px;
height:135px;
position:relative;
top:14px;
left:14px;
margin:0 auto ;
background-image:url(../images/title.jpg); background-repeat:no-repeat; 
}

#title_en{
width:815px;
height:135px;
position:relative;
top:10px;
margin:0 auto ;
background-image:url(../images/title_en.jpg); background-repeat:no-repeat; 
}

/*Videochat */

#videochat{
width:489px;
height:390px;
float:left;
padding-right:1px;
color:white;
z-index:5;
}

#videochat a:link {color:white; text-decoration:none; }  
#videochat a:visited {color:white; text-decoration:none;}  
#videochat a:hover {color:#f58232; text-decoration:none; } 

#videochat-text{
width:220px;
height:20px;
float:left;
vertical-align:middle;
position:absolute;
top:535px;
left:130px;
cursor:pointer;
z-index:10;
}

#videochat-text_en{
width:220px;
height:20px;
float:left;
vertical-align:middle;
position:absolute;
top:535px;
left:160px;
cursor:pointer;
}

#videochat-anwender{
height:46px;
float:right;
position:absolute;
top:535px;
left:390px;
cursor:pointer;
}

/*Videokonferenz */

#videokonferenz{
width:489px;
height:390px;
float:right;
padding-left:1px;
z-index:5;
}

#videokonferenz a:link {color:black; text-decoration:none; }  
#videokonferenz a:visited {color:black; text-decoration:none;}  
#videokonferenz a:hover {color:#f58232; text-decoration:none; } 
#videokonferenz a:active {color:#034694; text-decoration:none;} 


#videokonferenz-anwender{
height:46px;
float:left;
position:absolute;
top:535px;
left:520px;
cursor:pointer;
}

#videokonferenz-text{
width:280px;
height:20px;
float:left;
position:absolute;
top:535px;
left:650px;
cursor:pointer;
}


