* { padding: 0; margin: 10; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #ffffff;
}
#wrapper { 
 
 width: 950px;
}
h1{
	font-size:15px;
	line-height:10px;
	margin-bottom:10px;
	font-weight:bold;
}
h2{
	font-size:14px;
	font-weight:bold;
}
h3{
	font-size:13px;
}
h4{
	font-size:12px;
}


.clearfloat {
    clear:both;
}
/* Ende Allgemein */


/* Grundstruktur */
#wrapper {
    background:white;
    margin-left:0;
    margin-right:auto;
    position:relative;
    width:950px;
}

#reisen-tuerkei {
    background:#Ffffff;
    margin-top:100px;
    color: #666666;
    padding:0px;
    float: left;
    margin-left:160px;
    height:1300px;
    width:750px;
}

#hauptnavi {
    background: #e0ebff;
    float: right;
    height:80px;
    left:0px;
    position:absolute;
    padding: 0px;
    top:20px;
    width:100%;
}

#spalte_links {
    background:#ffffff;
    color: #333;
    padding: 0px;
    position:absolute;
    top:100px;
    float: left;
    margin-left:10px;
    height:1300px;
    width:150px;
}

#footer {
    background: #e0ebff;
    color: #fff;
    padding: 0px;
    height:50px;
}



#head {
    background: #e0ebff;
    color: #333;
    float: center;
    height:20px;
    left:0px;
    position:absolute;
    top:0px;
    width:100%;
}
/* Ende Grundstruktur */

