@charset "UTF-8";
/* CSS Document */

body{
background-image:url(http://oset-congress.de/cms/files/kongressstartbg.jpg);
background-repeat: repeat-x;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #5a5959;
width: 100%;
height: 80%;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

a{color: #e79401; text-decoration: none;}
a:visited{color: #e79401;}
a:hover{color: #5a5959;}
a:active{color: #e79401;}

#start{
font-size: 18px;
}

h1{
color: #5a5959;
font-weight: 100;
}

img{
border: none;

}

#startcontentcontainer{
width: 600px;
margin: 50px auto;
min-height: 700px;
}

#starttitle{
float: left;
text-align: center;
margin: 100px 0 0 0;
}

#poster{
float: right;
margin: 50px 0 0 0;
height: 400px;
text-algin: center;
}

#startsprache{
clear: both;
text-align: center;
}

#startfooter{
width: 100%;
min-height: 400px;
background-color: #5a5959;
background-image: url(http://www.oset-congress.de/files/kongressstartfooter.jpg);
background-repeat: repeat-x;
}

#startfooter p{
text-align: right;
margin: 5px 20px 0 0;
}




