* { 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:9px;
}
h4{
	font-size:9px;
}


#reisenaegypten {
 color: #333;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 20px;
 width: 950px;
 margin: 0px 0px 0px 0px;
 background: #e0ebff;
}

#header {
 color: #333;
 width: 950px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 80px;
 margin: 0px 0px 0px 0px;
 background: #e0ebff;
 display: inline;

}
#leftcolumn { 
 color: #333;
 border: 0px solid #91b110;
 background: #ffffff;
 margin: 0px 0px 0px 10px;
 
 
 height: 1100px;
 width: 150px;
 float: left;
}
#content { 
 float: left;
 color: #666666;
 border: 0px solid #ccc;
 background: #Ffffff;
 margin: 0px px 0px 0px;
 padding: 10px;
 height: 1200px;
 width: 750px;
 display: inline;
}

 
}
#rightcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 1200px;
 width: 0px;
 float: left;
}
#footer { 
 width: 930px;
 clear: both;
 color: #fff;
 border: 0px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 background: #e0ebff;
}
