/*  This CSS file has been created for the RANDI2 website
It is licensed under the GPL ver. 3.0 - so feel free to use it.
If you don't know what GPL ver. 3.0 is, please visit this website:
http://www.gnu.org/licenses/gpl.html
*/ 

/*  ----------------RANDI2 Title---------------------- */ 
#title{
font-family: times, Times New Roman, times-roman, georgia, serif;
font-size: 62px;
line-height: 40px;
letter-spacing: -1px;
color: #444;
margin-top: 0;
margin-bottom: 4px;
margin-left: -5px;
padding: 0 0 0 0;
font-weight: 100;
}
/*  ----------------Title - second line---------------------- */ 
#title2 {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
margin: 0 0 0 0;
padding: 0 0 0 0;
color: #0e518a;
}
/*  ----------------Normal text---------------------- */ 
#myText {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 13px;
text-align:justify;
line-height: 18px;color: #444;
}

#myText a{
text-decoration:none;
}

#myText a:hover{
color:#336699;
text-decoration: none
}


/* ----------container zentriert das layout-------------- */
#container {
width: 1024px;
padding:4px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* --------------left navigavtion------------- */
#myLeft {
float: left;
width: 250px;
margin-left: -50px;
}

/* -----------------Inhalt--------------------- */
#myContent{ 
width: 800px;
margin-left: 275px;
margin-top: -570px;
float:left;
}

#wrapper{
padding-top: 30px;
}

/*  ----------------footer---------------------- */ 
#footer {
position:relative;
text-align: right;
margin-top: 5px; } 

/*  ---------------- columns---------------------- */  
#column1{
float: left;
width: 340px;
}

#column1 img{
border: 0px solid #CCCCCC;
margin: 10px 5px 10px 0;
padding: 2px;
}

#column2{
margin-left:355px;
}

#column2 img{
border: 0px solid #CCCCCC;
margin: 10px 5px 10px 0;
padding: 2px;
}

/*  ----------------Navigation---------------------- */ 
#nav{
float:right;
margin-right:170px;
margin-top: -45px;
width:150px;
padding: 5px;
}

#nav-menu td a
{
width: 150px;
height: 25px;
text-decoration: none;
text-align: center;
display: block;
padding-left: 5px;
padding-top:8px;
} 

#nav-menu td img
{
float:left;
}

/*  ----------------Download button---------------------- */ 
#download{
width: 250px;
height: 45px;
float: left;
margin-left: 30px;
margin-top: 20px;
}

#download a{
font-weight: bold;
display: block;
padding-left: 10px;
padding-top:8px;
}

#download a img{
padding-bottom:11px;
float:left;
margin-right: 6px;
}

/*  ----------------Twitter widget---------------------- */ 
#twitter{
float:left;
margin-top: 10px;
margin-left: 30px;
}
