/*  
Theme Name: Mix und fertig
Theme URI: http://mix-und-fertig.de/
Description: Layout fuer mix-und-fertig.de
Version: 1.0
Author: Anne Muehlbauer
Author URI: http://neontrauma.de/
*/


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff url(images/back.png) repeat-x;
	color: #555;
	font: 100.01%/1.4em  'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
}

/***** Struktur *****/

div#wrap {
	width: 950px;
	margin: 0 auto;
	min-height: 600px;
	background: url(images/bg-thermomix.jpg) no-repeat;
}

div#wrap-kochtreff, div#wrap-anfahrt {
	width: 950px;
	margin: 0 auto;
	min-height: 600px;
}

div#wrap-kochtreff {
	background: url(images/bg-kochtreff.jpg) no-repeat;
}

div#wrap-anfahrt {
	background: url(images/bg-anfahrt.jpg) no-repeat;
}


div#content, div.blog {
	width: 500px;
	padding: 0 0 50px 50px;
	font-size: .76em;
	min-height: 300px;
}

div#footer {
	width: 100%;
	height: 50px;
	clear: both;
	background: #ccc url(images/footer-bg.png) repeat-x;
	text-align: center;
}

/***** Navigation *****/

ul#top {
	height: 42px;
	list-style: none;
	width: 500px;
	font-size: .76em;
	margin: 9px 0 0 50px;
}

ul#top li {
	width: 100px;
	height: 42px;
	list-style-type: none;
	float: left;
	text-align: center;
}

#top ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#top a {
	display: block;
	width: 100px;
	padding-top: 8px;
	height: 35px;
}

#top li ul {
	position: absolute;
	width: 100px;
	left: -999em;
}

#top li:hover ul {
	left: auto;
	background: #d8d6d4;
}

#top li:hover {
	background: #cecbc9;
}

#top li:hover ul, #top li.sfhover ul {
	left: auto;
	background: #cecbc9;
}

#top li:hover ul li, #top li.sfhover ul li {
	background: #d8d6d4;
}

/***** Footer *****/

#footer ul {
	height: 40px;
	list-style: none;
	width: 550px;
	padding: 10px 0 0 0;
	font-size: .76em;
	margin: 0 auto;
}

#footer ul li {
	list-style-type: none;
	margin: 0 5px;
	float: left;
}

/***** Links *****/

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #000;
	cursor: pointer;
}

/***** Ueberschriften *****/

h1 {
	margin-left: 200px;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font: 2em "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 20px 0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: 1px dotted #ccc;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
}

/***** restliche Tags *****/

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

#content img {
	margin: 10px 0;
}

p {
	line-height: 1.6em;
	text-align: justify;
	margin-bottom: 15px;
}

input, textarea {
	border: 1px solid #ccc;
	padding: 2px;
}

/***** Kontaktformular *****/

form dl, dl.labels {
      	font-size:100%;
      	margin: 0.5em 0 0 0;
}

form dt, dl.labels dt {
	float: left;
      	width: 10em;
      	margin-bottom: 0.8em;
      	text-align: right;
      	font-weight: normal;
      	position: relative; /*IEWin hack*/
}

form dd, dl.labels dd {
	margin: 0 0 0.8em 10.5em;
	font-size:100%;
 	font-style:normal;
      	padding-left:0.5em
}

form dd.submit, dl.labels dd.submit  {
      	margin-top:2em
}

/***** Ausrichtungen *****/
.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}