/*
Theme Name: WordPress Default DE-Edition
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Die deutsche Bearbeitung erfolgte durch <a href="http://wordpress-deutschland.org/">WordPress-Deutschland.org</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


*/

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(http://www.backgroundlabs.com/backgrounds/221.jpg);
}

img, div { behavior: url(http://kleineshaus-badessen.de/wp-content/themes/kleines-haus/iepngfix.htc) }

p {
font-family: Cambria, serif;
font-size: 16px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
text-align:justify;
} 

a {
	color:#0F935B;
}


#wrapper { 
position:absolute; width:846px; height:579px; left:50%; top:50%; margin-left:-423px; margin-top:-289.5px;
}
#header {
 width: 846px;
 color: #333;
 height: 169px;
 margin: 0px 0px 0px 0px;
}
#content { 
 width: 826px;
 color: #333;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
#footer, #footer a { 
 width: 832px;
 color: #fff;
 background:#763E25;
 margin: 0px 0px 10px 0px;
 padding: 7px;
 text-decoration:none;
 text-align:right;
 font-size:12px;
}
#footer a:hover {
	text-decoration:underline;
	
}



* {
 margin: 0;
 padding: 0;
}

/* Begin Typography & Colors */
#content {
	padding:20px 10px;
	font-size: 1.2em
	}


/* Begin Structure */
.clear {
	clear: both;
}

h1 {
font-family: “Trebuchet MS”, sans-serif;
font-family: Cambria, serif;
font-size: 34px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
color:#D7C102;
width:600px;
}
h2 {
}

h3 {
width:806px;
color:#666666;
padding: 2px 10px;
border-bottom:dotted 1px #CCC;
font-family: “Lucida Grande”, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */







/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.input {
	width: 200px;
	padding: 2px;
	margin: 5px 5px 10px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Various Tags & Classes */
ul#bullet{
list-style-type:none;
line-height:1.5;
margin:10px;
}

ul#bullet li {
background: url(images/bullet.jpg) 0 50% no-repeat;
padding-left: 20px
}


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	/* MENÜ */

/* remove the bullets, padding and margins from the lists */
.menu{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	width:846px;
	height:30px;
}
.menu ul{
list-style-type:none;
padding:0;
margin:0px;

}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:0px;
top:39px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:141px;
padding:5px 0;
color:#fff;
background:#763E25;
text-decoration:none;
text-align:center;
font-family:verdana, sans-serif;
}
/* style the links hover */
.menu :hover{
color:#fff;
background:#6A3219;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

#border_img {
	border:2px solid #ccc;
}

ul#essen {
list-style-type:none;
margin:30px 20px 0 20px;
vertical-align:middle;
}

ul#essen li {
background: url(images/essen_list.png) 0 1% no-repeat;
padding: 0 0 15px 25px;
}

ul#trinken {
list-style-type:none;
margin:30px 20px 0 20px;
vertical-align:middle;
}

ul#trinken li {
background: url(images/trinken_list.png) 0 1% no-repeat;
padding: 0 0 15px 25px;
}

ul#wein {
list-style-type:none;
margin:30px 20px 0 20px;
vertical-align:middle;
}

ul#wein li {
background: url(images/wein_list.png) 0 1% no-repeat;
padding: 0 0 15px 25px;
}

input {
	margin:0 0 15px 0;
}


