/* Page Formatting */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#339966;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font:12px "Trebuchet MS", Arial, Verdana;
	color:#555555;
	text-align:left;
}
a {
	color:#406697;
	text-decoration:none;
	}
a:hover {
	color:#339966;
	text-decoration:none;
	}
img, img a {
	border:0;
	}
p {
	line-height:1.7em;
	margin-bottom:20px;
}

/* Page Structure */

#wrapper {
	width:760px;
	margin:0 auto;
	padding:00px;
	background-color:#fff;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	}

#flaggen {
  width: 750px;
  height:20px;
  margin-top:0px;
  margin-left:5px;
  background-color: #FFF;
}

#header {
	height:200px;
	/* background-image:url(images/kopf.jpg);
	background-repeat:no-repeat; */
	margin-bottom:10px;
	}
#sidebar {
	float:left;
	text-align:left;
	width:150px;
	padding:12px;
	background-color:#d1e8d6;
	border:1px solid #73b391;
	font-size:13px;
	color:#339966;
	}
#content {
	margin-left:180px;
	min-height:450px;
	}

#contentgalerie {
    margin-top:25px;
	margin-left:35px;
	min-height:450px;
	}


#content ul {
	list-style-type:circle;
	margin:0 0 20px 0;
	}
#content li {
	list-style-type:disc;
	margin-left:14px;
	}



#footer {
	clear:both;
	padding:10px 0;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#999999;
	font-weight:bold;
	}

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.8em;
	padding-bottom:0;
	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}
h2 {
	font-weight:bold;
	font-size:1.3em;
	}
h3 {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:3.0em;
	line-height:200px;
	margin-left:10px;
	}
h3 a {
	color:#ffffff;
	}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin:0 0 20px 0;
	}
#sidebar li {
	list-style-type:disc;
	margin-left:14px;
	}
#sidebar a {
	font-weight:normal;
	}
#sidebar a:hover {
	text-decoration:underline;
	}

/* Classes */

.item {
	margin-bottom:10px;
	}
.meta {
	margin-bottom:10px;
	color:#999999;
	}

/* Extra's */

blockquote  {
	border-left:5px solid #333333;
	color:#333333;
}
#subscribe {
	padding-right:5px;
}
#sub {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	}
#sub a:hover {
	text-decoration:none;
	}