/* 
BG Body   fbf9e9
BG rechts ffd4a6 
*/

@import url(base.css);
@import url(hmenu.css);
@import url(fonts.css);


	body,
	html {
		margin:0;
		padding:0;
		background:#fbf9e9;
		color:#000;
		
	}
	
	body {
		min-width:750px;
		font-family: "Comic Sans MS", cursive;	
	}
	
.help {
	position:absolute;
	left:-10000px;
	}
		
	#wrap {
		background-image:url(../img/bg.gif);
		background-repeat:repeat-y;
		margin:0 auto;
		width:960px;
	}
	#header {
		background-image:url(../img/simple_header.jpg);
		background-repeat:no-repeat;
		height:110px;
	}

	
	#nav {
		background-image:url(../img/simple_subtitle_bg.jpg);
		background-repeat:no-repeat;
		height:28px;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}

	#main {
		background-color:white;
		float:left;
		width:742px;
	}


	#sidebar {
		background-image:url(../img/simple_column2.jpg);
		background-repeat:no-repeat;
		float:right;
		width:218px;
		height:480px;
	}
	#sidebar ul {
		margin-bottom:0;
    }

	#footer, #footer_menu, #spacer {
		font-size:0.8em;
		margin-top:10px;
		margin-left:10px;
		width:722px;
	/*	background-image:url(../img/simple_bg_footer.gif);
		background-repeat:no-repeat;
		background-position:top; */
		border-top:1px dashed #FF6600;
		clear:both;
	}
	
	#footer_menu {
		width:176px;
		padding-left:770px;
		text-align:center;
		border:0;
		}
		
	
#right_menu {
	position:relative;
	top:60px;
	left:40px;
	}	
.leftpadding, .leftpaddingtop {
	padding-left:10px;
	}

.flagge {
	padding-top:7px;
	}	