/*  
Theme Name: WordPress AWO KV Ilm-Kreis
Theme URI: http://www.awo-kitas-arnstadt.de/
Description: Theme für den Internetauftritt des AWO Kreisverband Ilm-Kreis e.V.
Author: Frank Hofmann
Author URI: http://www.studiom-design.de/
*/

/*
This theme was designed and built by Frank Hofmann, http://www.studiom-design.de/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

* {
margin:0;
padding:0;}

p a{
color:#333333;
text-decoration:none;}

a { 
color:#333333;
text-decoration:none;}

a {
outline: none;}

a:hover {
color:#FF8C00;}

body {
background: url('images/bg_body.png');
background-repeat: repeat-x;
font-size: 75.0%;
font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
color: #333;
text-align: center;
border:none;}

#page {width: 860px; margin:auto; text-align:left;background: transparent;padding-top: 8px;}
#page h1, #page h2, #page p {margin:0 10px;}
#page h1 {font-size:1em; color:#fff;}
#page h2 {font-size:1em;color:#06a; border:0px none;}
#page p {padding-bottom:0.5em;}
#page h2 {padding-top:0.5em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #238D2B; border-right:1px solid #238D2B;}
.xb1 {margin:0 5px; background:#238D2B;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {border-left:1px solid #238D2B; border-right:1px solid #238D2B; border-top:0px solid #238D2B; border-bottom:0px solid #238D2B; display:block; background:#fff;}

/*Begin Headers */

#header {
background: url('images/header_awo_kv.png') no-repeat bottom center;}

#headerimg {
margin: 0;
height: 130px;
width: 100%;}

#header {
margin: 0 0 0 0;
padding: 0;
height: 132px;
width: 100%;}

/*Beginn Sidebar mit Navi und Subnavi*/

#sidebar {
float:left;
width: 180px;
padding-top: 5px;
}

#navi {
font-family: verdana, arial, helvetica;
font-size: 12px;
text-align: left;
padding-left: 2px;
}

#level1 li{
display: inline;
}

#level1{
display:block;
width:190px;
}

#level1 a {
display:block;
text-decoration: none;
padding: 4px 4px 4px 18px;
font-weight: bold;
color:#fff;
outline:0;
border:1px solid #fff;
background-color: #238D2B;
}

#level1 a:hover{
color:#ff8C00;
}


/* ---------------- linkes SubMenu-------------- */
#level2 {
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size: 12px;
font-weight: bold;
white-space: nowrap;
}

#level2{
display:block;
width:190px;
}

#level2 a{
display:block;
text-decoration: none;
text-align: left;
background-color: #82C300;
color:##82C300;
padding: 4px 4px 4px 18px;
outline:0;
border-bottom:none;
}

#level2 a:hover{
color:#ff8C00;
}

#search {
text-align: right;
padding-top: 73px;
padding-right: 10px;}


/*Beginn Content*/

#breadcrumb {
font-size: 0.8em;}

#inhalt {
float:right;
padding: 5px;
width: 640px;}

.storycontent {
line-height: 1.4em;}

.linie {
width: 610px;
height: 2px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
border-bottom: 1px dotted #C4C4C4;}

/*Beginn Footer*/

#footer {
border: none;
font-size: 0.9em;	
width:100%;
clear: both;}

#footer p {
margin: 0;
padding:0;
text-align: center;}

#footer a {
text-decoration: none;}

#copy {
height: auto;
margin: 10px auto;
padding: 0;
width: 860px;
text-align: right;
font-size: 0.9em;}

/* Definition für Pluins */
/* Clear floats without structural markup
   courtesy of htmldog.com/positioniseverything.net */

/* Print This Text */
#print {
text-align: right;
padding-right: 10px;
padding-top: 5px;
font-size: 10px;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */

div.intouch {
	margin: 20px auto 40px auto;
}

div.intouch  form {
	float: left;
	width: 100%;
}

div.intouch div.inputfield { 
	padding: 4px 0px;
	position: relative;
}

div.intouch label { 
	display: block;
	float: left;
	clear: left;
	width: 25%; 
	text-align: right;
}

div.intouch div.inputfield input, div.intouch div.inputfield textarea {
	float: left;
	margin-left: 10px;
}

div.intouch div.inputfield input {
	width: 40%;
}

div.intouch div.inputfield textarea {
	width: 50%;
}

div.intouch div.inputfield input.submitbutton {
	width: auto !important;
	padding: 2px;
	margin-left: 10px;
	left: 25%;
	position: absolute;
}

div.intouch div#usermessage {
	margin-bottom: 10px;
	text-align: center;
}

div.intouch .error {
	border: 1px solid #FF0000 !important;
	padding: 1px;
}