/*
THEME NAME: stefanie eins 
DESCRIPTION: minimal css auf der Grundlage von Sandbox
VERSION:gelb
AUTHOR: Ilona Winter

*/



* {margin:0;padding:0;}

/*
-----------------------------------------------------------------------------------
reset
----------------------------------------------------------------------------------- */	



h1,h2,h3,h4,h5,h6,p,i h3, li p, li a, ul li li a, ul li li p, p a, td a, td p, td h2, td h3, td h4, td h5 {
	font-size: 100%;
	margin: 0;
	padding: 0;font-weight:normal;
	clear:both;
}






/*
-----------------------------------------------------------------------------------
classes
----------------------------------------------------------------------------------- */		

a {outline: none;color: #313031;font-weight:bold;}
a:hover {outline: none;color:#CE0000;}	
		


.dotted {
background-color : transparent;
background-image : url(line_dotted.gif);
background-repeat : repeat-x;
background-attachment : scroll;
}


p {
    font-family:Arial, Verdana, Geneva, sans-serif;
    line-height:145%;margin-top:.5em;margin-bottom:.5em;
}

/*
-----------------------------------------------------------------------------------
struktur
----------------------------------------------------------------------------------- */		
#topband {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	background: #FFCF00;
	border: 0 solid red;
	z-index: -10;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Geneva, sans-serif;
	font-size: 101%;
	color: #423C31;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	text-decoration: none;
}
#wrapper {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	font-size: 101%;
	background: transparent url(xlogo.gif) 100% 0 no-repeat;
}
#wrapper .gutter {
	padding-left: 15px;
	padding-right: 15px;
}
	

/*
-----------------------------------------------------------------------------------
header
----------------------------------------------------------------------------------- */

#header {float:left;
	width: 920px;
	height: 90px;
	margin:0;padding:0;
}

/*
-----------------------------------------------------------------------------------
brand 
----------------------------------------------------------------------------------- */

#brand {float:left;
margin:0;padding:0;

}	
#brand h1 a {color:#FFCF00;
text-decoration:none;font-size:1.6em;
font-weight:normal;margin:0;padding:0;
display:block;width:300px;height:40px;margin-top:50px;

}
#brand h1 a:hover {
text-decoration:none;font-size:1.6em;
font-weight:normal;
background:#fff;
color:#CE0000;margin:0;padding:0;
display:block;width:300px;height:40px;margin-top:50px;

}


/*
-----------------------------------------------------------------------------------
sprachen
----------------------------------------------------------------------------------- */		
	
#sprachen {

        float:right;
	width: 200px;
	height:25px;
	background-color: transparent;
	border:0 orange solid;
	margin-top:50px;
}
#sprachen li {
	float: left;
	display: block;
}
#sprachen a {
	display: block;
	width: 50px;
	height:20px;
	background-color: #fff;
	color: #000;
	font: .7em Arial, serif;
	text-decoration: none;
	float: left;
	padding: 5px;
	border-right: 1px solid #DEDFD6;
}
#sprachen a:hover {
	color: #CE0000;
	text-decoration: none;
	background: #fff;
}
	


/*
-----------------------------------------------------------------------------------
content
----------------------------------------------------------------------------------- */

#container {
	width: 100%;border: 0 #000 solid;
	float:left;
	background: transparent;
background: transparent url(xb10.jpg) 0 0 no-repeat;
	
}



#content {
	float: right;  	border:0 solid blue;
	margin-bottom: 1em;
	width: 650px;
	background-color:transparent;
	border-left: 0 #DEE2B1 solid;
	border:0 solid blue;
	margin-top:0;  	
	  	
	  	
	  	
	
}

#content h1 {
	        font-weight: bold;
		font-size: 1em;
		font-style: normal;
		margin-bottom: 1em;
		margin-top: 1em;
		color: #663;
		border-bottom: dotted 1px #DEE2B1;
	        clear: both;
}





#content h2 {

	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #663;
	clear: both;
	
}
#content h3 {
	        background-color: transparent;
		font-size: 1em;
		font-weight:normal;
		margin-bottom: 0.5em;
	        margin-top:0.5em;
	        color: #663;
	          font-weight:bold;
}
#content h4 {
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #663;
	border-bottom: dotted 1px #DEE2B1;
	clear: both;
}
#content h5 {
	font-weight: normal;
	font-size: 1em;
	font-style: normal;
	margin-bottom: 1em;
	margin-top: 2em;
	color: #663;
	border-bottom: solid 1px orange;
	clear: both;
}
#content p {
 font-size:.9em;
         margin:.5em 5em .5em 0;
}
/*
-----------------------------------------------------------------------------------
content-listen
----------------------------------------------------------------------------------- */

#content li {
	font-size: 0.8em;
	list-style-position: inside;
}
#content li {
	font-size: 100%;
}
#content ul {
	margin-top: 1em;
	margin-bottom: 1em;
}
#content  a {
	text-decoration: underline;
	font-weight: normal;
	color: #B58A35;  color: #663;
}
#content  a:hover {
	color: #663;
}




/*
-----------------------------------------------------------------------------------
content img
----------------------------------------------------------------------------------- */

#content img {

              border: 1px #eee solid;
	      padding: 7px;
	      margin: 1em  1em  0.5em 0;
	      
              
}



/*
-----------------------------------------------------------------------------------
Sidebar fuer menu aufklappbar aus default deutsch Einstellungn funktioniert
auch im IE6 Worpress mit folder link Plugin
----------------------------------------------------------------------------------- */

#sidebar {
	float: left;
	margin-top: 3px;
	width: 920px;
	height: 50px;
	background: #FFCF00;
	font-family: Arial, Geneva, sans-serif;
	border: 0 solid blue;
}
#sidebar .gutter {
	border-right: #DEE2B1 1px dotted;
	padding-left: 5px;
	padding-top: 13px;
}
#sidebar ul {
	list-style: none;
}
/*
-----------------------------------------------------------------------------------
sidebar ul
----------------------------------------------------------------------------------- */


#sidebar li {
	display:block;float:left;padding-right:20px;
}



/*
-----------------------------------------------------------------------------------
sidebar mit bild
----------------------------------------------------------------------------------- */
#sidebar a {
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	letter-spacing: 2px;
}
#sidebar  .current_page_item a {
	color: #CE0000;
}
#sidebar  a:hover {
	text-decoration: none;
	color: #x426584;
}
/*
-----------------------------------------------------------------------------------
sidebar ul
----------------------------------------------------------------------------------- */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	font-size: 90%;
	width: 90px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	font-size: 90%;
	width: 90px;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	border-bottom: 1px solid gray;
	list-style: none;
	font-size: 100%;
	width: 90px;
	position: relative;
	top: 190px;
	left: 60px;
}
#sidebar ul ul ul li, #sidebar ul ul ol li {
	margin: 0;
	border-bottom: 1px solid gray;
	list-style: none;
	font-size: 100%;
	width: 90px;
	position: absolute;
	top: 190px;
	left: 60px;
}
/*
-----------------------------------------------------------------------------------
level1
----------------------------------------------------------------------------------- */
#level1 {
	width: 170px;
	float: left;
	background-color: transparent;
	padding-left: 35px;
	border: 0 orange solid;
	margin-top: 80px;
}
#level1  li {
	border-bottom: 1px solid #DEDFD6;
	display: block;
	width: 120px;
	list-style: none;
}
#level1  a {
	text-decoration: none;
	color: #000;
	font-size: .7em;
	letter-spacing: 1px;
}
#level1  .current_page_item a {
	color: #CE0000;
}
#level1  a:hover {
	text-decoration: none;
	color: #CE0000;
}
#level1  .current_page_item a {
	color: #CE0000;
}
/*
-----------------------------------------------------------------------------------
footer
----------------------------------------------------------------------------------- */
#footer {
	float: left;
	width: 950px;
	height: 25px;
	background-color: transparent;
	border: 0 orange solid;
	margin-top: 50px;
	margin-bottom: 30px;
	background-image: url(line_dotted.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
}

#footer ul  {
padding-left:0;margin:0;
}
















#footer .gutter {
	border: 0 orange solid;float: left;padding-left:255px;
}


* html #footer .gutter {
	border: 0 orange solid;float: left;padding-left:220px;
}


#footer li {
	float: left;
	display: block;
	width: 100px;
	height: 25px;
	background-color: #fff;
	color: #000;
	font: .7em Arial, serif;
	text-decoration: none;
	padding-top: 5px;
	margin-top: 11px;
	border-right: 1px solid #DEDFD6;
	text-align: center;
}
#footer a {
	display: block;
	width: 50px;
	height: 20px;
	background-color: #fff;
	color: #000;
	font: .7em Arial, serif;
	text-decoration: none;
	
	font-size: 100%;
}
#footer a:hover {
	color: #CE0000;
	text-decoration: none;
	background: #fff;
}
/*
-----------------------------------------------------------------------------------
specials
----------------------------------------------------------------------------------- */


div .entry-content a {color:#000;}
div .entry-content a:hover {color:#DEE2B1;}

div .entry-content{font-size:0.8em}



/*
-----------------------------------------------------------------------------------
tabelle in attachment
----------------------------------------------------------------------------------- */


 .edit-link a, .edit-link a:visited {
	color:#338888;
	}

 .edit-link a:hover{
	color: #DEE2B1;
	}



/*
-----------------------------------------------------------------------------------
table
----------------------------------------------------------------------------------- */
 
 
 
 
 table {clear:both;margin-top:0em;width: 100%; margin-top:1em;}
 



 
 /*################################################################Gaestebuch*/
 
 div .entrytext{background : #fff;width:80%;border-left:
 1px solid #DEE2B1;padding-left:2em;}
 
 #commentform {background : #fff;width:80%;border:
 0px solid green;}
 
 #comment{background : #fff;width:80%;border:
 1px solid #DEE2B1;}
 
 #comment-2 {background :#fff;width:80%;
 border-top:1px solid #DEE2B1;border-bottom:1px solid #DEE2B1;
 }
 
 .commentlist {font-size:120%;list-style-type:square;}
 #respond {font-size:80%;padding:1em 0 1em 0; }
 #comments {font-size:80%;padding:1em 0 1em 0;}
 
 

/*
-----------------------------------------------------------------------------------
kontaktformular
----------------------------------------------------------------------------------- */		

form dl, dl.labels {
	width: 80%;
	clear: both;
	font-family: Arial;
	padding-bottom: 3em;
      
	margin-top: 0;color: #663;
     
}
form dd, dl.labels dd {
	background-color: transparent;
	margin-top: 0.5em;
	font-weight: normal;
}
.y_email {
	margin-bottom: 1em;
	width: 100%;
	height: 2em;
	border: 1px solid #DEDFD6;
	font-family: Arial;
	font-weight: normal;
}
.y_name {
	width: 100%;
	height: 2em;
	border: 1px solid #DEDFD6;
	font-weight: normal;
	font-family: Arial;
}
.senden {
	border: 1px solid #DEDFD6;
	width: 100%;
	height: 2em;
	text-align: left;
	font-family: Arial;
	color: #423C31;
	background-color: #F7F7F7;
}
textarea {
	background-color: #F7F7F7;
	line-height: 1.4em;
	margin-bottom: 2em;
	padding-top: 1em;
	margin-top: 1em;
	width: 100%;
	border: 1px solid #DEDFD6;
	font-family: Arial;
	font-size: 1em;
}
 
