/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
html{
	height: 100%; 
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	background: #fff url(/images/bg_pattern.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
}




h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(/images/img07.gif);
	list-style-position:outside;
	margin-left: 15px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 778px;
	height: 94px;
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 778px;
	height: 45px;
	margin: 0 auto;
	background: #F6F6F6 url(/images/topnavi_bg.gif) no-repeat;
}

.mainnavi {
	width:488px;
	padding-left:290px;

}
	
#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 11px 11px 10px 11px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#menu a:hover {
	text-decoration: none;
	color: #333;
}

#menu .current_page_item a {
	background: url(/images/img06.gif) repeat-x;
	border-bottom: 1px solid #eee;
		color: #0093c9;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	background: #FFFFFF url(/images/content_pattern.gif) repeat-y;
}

#page-bg {
	padding: 0px 43px 0px 43px;
	background: url(/images/content_bg.gif) no-repeat;
}

/* Latest Post */

#galerie_header {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */
.galerie {
	float:left;
}
#content {
	float: right;
	width: 463px;
	padding: 29px 0px 0px 0px;
}
#content_complete {
	width: 692px;
	padding: 29px 0px 0px 0px;
}

.content_simple {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}
.content_simple_last {
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.topimage {
	margin-bottom: 0px;
	padding: 29px 0px 0px 0px;
}
.topimage p {
	margin:0px;
	padding:0px;
	}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 29px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(/images/img07.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #eee;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 3px 20px;
	border-bottom: 1px solid #ccc;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color:#0093c9;
	background: url(/images/img06.gif) repeat-x;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
#sidebar #aktiv_sub {
	text-decoration: underline;
}


/*halb teilung */


.content_halb_left {
	width:507px;
	margin-bottom:25px;
}

.content_halb_right {
    float: right;
	width:153px;
	margin-left:20px;
	margin-bottom:25px;
	padding: 6px;
	background-color:#eee;
}

* html .content_halb_right {
	margin-left:19px;
}

.content_halb_right p {
border-bottom: 2px dotted #fff;
padding: 10px 0px 15px 0px;
margin:0px;

font-size:11px;
}



/*drittel teilung */


.content_viertel_left {
	width:165px;

}

.content_viertel_middle1 {
    float: right;
	width:165px;
	margin-left:10px;

}

* html .content_viertel_middle1 {
	margin-left:9px;
}

.content_viertel_middle2 {
    float: right;
	width:165px;
	height:229px;
	margin-left:10px;

}

* html .content_viertel_middle2 {
	margin-left:9px;
}

.content_viertel_right {
    float: right;
	width:165px;
	height:229px;
	margin-left:10px;

}

* html .content_viertel_right {
	margin-left:9px;
}
.teaser_text {
	width:151px;
	padding: 6px;
	margin: 0px 0px 7px 0px;
	background-image:url(../images/bg/teaser_text_bg.gif);
	background-repeat:repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dee2e3;
	border-bottom-color: #dee2e3;
	border-left-color: #dee2e3;
	font-size:11px;
}



/* Footer */

#footer {
	width: 778px;
	height:90px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px ;
	background: url(/images/footer_bg.gif) no-repeat;
}


#footer a {
	color: #666666;
}

#footer_text {
	width: 270px;
	height:40px;
	padding: 20px 0px 0px 270px;
	text-align: center;
	font-size: smaller;
	color: #666666;
}
#footer_logo {
	float:right;
	width: 144px;
	height:40px;
	padding: 30px 30px 0px 0px;
}



.clearfloat {
    clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
} 