/*  
Theme Name: Mieterschutzverein f&uuml;r Delmenhorst und umzu e.V.
Description: created by <a href="http://www.meier0815.com">werbeb&uuml;ro meier 08/15</a>

Version: 2.0
Author: Susanne Ludwig
Author URI: www.meier0815.com

This theme was designed and built by Susanne Ludwig,
whose company you will find at http://www.meier0815.com

Pictures by www.photocase.de

*/

html { height: 101%;} /* permanenter Scrollbalken -> verhindert springen */
* { padding: 0; margin: 0;}

body {
	background: url('images/bg_body.gif') #8ABC00 no-repeat bottom left fixed;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #333;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Struktur & globales Design
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#page {
	width: 900px;
	/* border: 1px solid #000; */
	margin: 30px auto; /* Seite zentrieren */
	background: url('images/bg_page.jpg') #FFF no-repeat bottom right fixed;
	}

#header {
	/*border: 1px solid red; */
	height: 205px;
	background: url('images/bg_header.jpg') #FFF no-repeat;
	}

#themenu {
	width:900px;
	height:32px;
	/* border: 1px solid red; */
	margin-bottom: 10px;
	background: url('images/bg_menu.gif') #8ABC00 repeat;
	}

#sidebar {
	float: left;
	position: relative;
	width: 206px;
	padding: 20px;
	/* border: 1px solid green; */
	}

#content {
	float: right;
	position: relative;
	width: 630px;
	min-height: 400px;
	padding: 38px 10px 10px 10px;
	/* border: 1px solid green; */
	}	
	
#footer {
	clear:both;
	padding: 20px 10px;
	/* border: 1px solid red; */
	}	

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#headerimg {
	padding: 120px 10px 20px 270px;
	}
#headerimg h1 a {
	font-size: 90%;
	text-decoration: none;
	color: #D56B03;
	}
#headerimg .description {
	font-size: 120%;
	text-align: center;
	color: #D56B03;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Navigation oben
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#themenu li
	{ display:inline; }
#themenu li a {
	display:block;
	height:24px;
	padding-top:8px;
	width:120px;
	background: url('images/menu_01.gif') no-repeat;
	float:left;
	color:white;
	text-align:center;
	font-size:120%;
	text-decoration: none;
	}
#themenu li a:hover
	{ background: url('images/menu_02.gif') no-repeat; }
#themenu .current_page_item a,
#themenu .current_page_parent a,
#themenu .active
	{ background: url('images/menu_03.gif') no-repeat; }
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Sidebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	margin: 20px 0 5px 0;
	}
#sidebar li { list-style-type: none; }
#sidebar li a {
		display: block;
		color: #333;
		border-bottom: 1px dotted #D6D6D6;
		padding: 4px 10px;
		}
/* 1. ebene */
#sidebar li  a:hover { background-color: #E9EDEF; color:#333; }
#sidebar li .current_page_item a,
#sidebar li .current_page_parent a
	{ background-color: #F08B26; color: #FFF; }
/* 2. ebene */
#sidebar .page_item li a {
		font-size: 0.8em;
		background-color: #FFF;
		color: #333;
		margin-left: 16px;
		}
#sidebar li .page_item li a:hover { background-color: #DDE2E5; color:#333; }	/* hover */
#sidebar li li .current_page_item a { background-color: #F7F5EE; color:#333; }	/* aktiv */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer {
	text-align: center;
	font-size: 90%;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Typografie
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

p { margin: 0 0 1em 0; line-height: 1.8em; }
h1 { font-size: 180%; }
h2 { font-size: 150%; margin: 0 0 1em 0; }
h3 { font-size: 110%; margin: 1.5em 0 0 0; }
h4 { font-size: 100%; margin: 0.5em 0 0 0; font-style: italic; }

h2, h2 a, h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D56B03;
	text-decoration: none;
	}
	
a { outline: none; text-decoration: none;}
a:link { color:#D56B03;}
a:visited { color:#663300; }
a:hover { color:#D56B03;}

#content li { margin: 0 0 8px 20px;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Bilder
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
p img { padding: 5px; max-width: 100%; }
a img { border: none; }

.alignright { float: right; }
.alignleft { float: left }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 10px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.mail { padding: 0px; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Formulare
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* suche */
#searchform input {
	display: block;
	width: 190px;
	padding: 4px;
	border: 1px dotted #8c8c8c;
	margin-top:5px;
	}
#searchform input.submit_search
	{
	width: auto;
	padding: 2px 10px;
	border-width:0 0 1px 0;
	border: 1px solid #8c8c8c;
	}
/* kontakt */
dt {
    float:left;
    width:90px;
	margin-top:6px;
    text-align:right;
    position:relative; /* IE Windoof */
	}
dd {
	margin: 0 0 10px 0;
	}
input, textarea, select {
	width: 380px;
	padding: 4px;
	border: 1px dotted #8c8c8c;
	margin-left: 6px;
	font-family: Courier, "Times New Roman", Times, serif;
	font-size: 110%;
	color:#666;
	}
input {
	border-width:0 0 1px 0;
	border-bottom: 1px dotted #8c8c8c;
	}
textarea:focus, input:focus { color: #000; }

input.check_kontaktform {
	width: auto;
	margin:0 6px 0 6px;
	}
	
input.submit_kontaktformular {
	width: auto;
	padding: 5px 20px;
	border: 1px solid #8c8c8c;
	margin-right: 144px;
	float: right;
	}
.msg {
	margin: 10px 0 0 98px;
	color: #E07300;
	line-height: 1em;
	}


/* DONT KNOW ??? standard theme stuff*/
div.clear
{
clear:both;
height:0px;
width:0px;
overflow:hidden;
}

