/*  
Theme Name: Lutz Gregor
Theme URI: http://www.lutz-gregor.com/ 
Description: Lutz Gregor Theme. Created by Till Kammertöns.
Version: 0.6ß
Author: Till Kammertöns
Author URI: http://www.tillkammertoens.com
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

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

a{
	color: #afa488;
}

a img{
	border: none;
}

blockquote{
	border-left: 2px solid #CCCCCC;
	color: #000000;
	margin-left: 1em;
	padding-left: 1em;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background: #d8caa8;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

h1{
	letter-spacing: 1em;
	color: #000000;
	font-size: 1.5em;
	margin: 1.5em 0px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0px;
}


h2, h3{
	font-style: normal;
	font-weight: normal;
}

h2{
}

h2.film{
	font-size: 1.2em;
	color: #a5a5a5;
}

h2.filmunten{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	color: #a5a5a5;
}

p{
	line-height: 1.75em;
}

/* This class sets the width and position for all rows */
.seite{
	padding-left: 0px;
	padding-bottom: 2em;
	padding-right: 0px;
	padding-top: 1em;
	border-width: 0px;
	background-color: white;
}

.inside{
	width: 54em;
	margin:0 auto;
}

.left{
	float: left;
	width: 200px;

}

.left img{
	margin-left: 0px;
	margin-bottom: 22px;
	margin-right: 0px;
	margin-top: 3px;
	width: 200px;
	border-width: 0px;
}

.right{
	padding-bottom: 4em;
	margin-left: 240px;
}

.liste {
	border-bottom: 10px solid #e8e495;
}

/*-----------------------------------------------------------------------------------------------
  Content
-----------------------------------------------------------------------------------------------*/
li{
	list-style-type: none;
	padding-bottom: 1em;
}

.right li{
	padding-bottom: .7em;
}

.clear {
	clear: both;
	padding-top: 30px;
}

.listbox {
	clear: both;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 10px;
	border-top-style: solid;
	border-top-color: #e4f0db;
	border-top-width: 5px;
	border-bottom-style: none;
}



.listbox div.desc {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 260px;
	margin-top: 0px;
	padding-right: 20px;
	text-align: right;
}

h3{
	margin-top: 0px;
	padding-top: 0px;
	font-style: normal;
	font-size: 1.2em;
	font-weight: normal;
}

.desc p{
	color: #5e5e5e;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.listbox div.img{
	margin: 0px;
	float: right;
	padding: 0px;
}

.listbox img{
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 0px;
	width: 200px;
	margin: 0px;
	border-width: 0px;
}

.listbox img.mehr{
	padding: 0px;
	width: 200px;
	margin: 0px;
	border-width: 0px;
}

.listbox a{
	color: #afa488;
	text-decoration: none;
}

.listbox a:hover{
	color: #8e2800;
	text-decoration: none;
}


                                                                                                 
         
                                                                                                 

a{
	color: #afa488;
	text-decoration: none;
}

a:hover{
	color: #8e2800;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear: both;
	margin: 0px;
}

#footer .inside{
	padding-left: 0em;
	padding-bottom: 40px;
	padding-right: 0px;
	padding-top: 20px;
}

#footer p{
	color: black;
	margin: 0px;
}

#footer p a{
	color: black;
	text-decoration: none;
}

#footer p a:hover{
	color: #8e2800;
	text-decoration: underline;
}


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background: white;
}

#header .inside{
	border-top-color: #d8caa8;
	border-top-style: solid;
	border-top-width: 30px;
	padding-left: 0px;
	padding-bottom: 5em;
	padding-right: 0px;
	padding-top: 20px;
}

#header h2{
	border-right: 1px solid #000000;
	float: left;
	font-size: 1.8em;
	margin: 0px 0.5em 0px 0px;
	padding: 0px 0.5em 0.25em 0px;
}

#header h2 a{
	color: #000000;
	text-decoration: none;
}

#header p{
	text-align: right;
	font-size: 1em;
	padding-left: 0px;
	padding-bottom: 1em;
	padding-right: 0px;
	padding-top: 0.8em;
	line-height: 1em;
	margin: 0px;
}

#header a{
	color: #afa488;
	text-decoration: none;
}

#header a:hover{
	color: #8e2800;
	text-decoration: none;
}

#allgemein{
	padding: 5px;
	background-color: #d8caa8;
}

