/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* main
------------------------------------------------------------------------- */

body {
	background-color: #f9f9f3;
	font-family: verdana, sans-serif, arial, helvetica;
	font-size: 13px;
}

#page {
    width: 924px;
    margin: 0 auto;
    text-align: left;
}

#content {
	width: 924px;
	background: #d3d0c4 url(images/bg_sidebar.gif) repeat-y top left;
    text-align: left;
    margin: 0px 0 0 0px;
    padding: 0;
    line-height: 1.5em;
    float:right;
}




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

#header { 
	position: relative;
    background: #6b0000 url(images/header.gif) no-repeat top left;
    height: 85px;
    border-bottom: 2px solid #6f6349;
}

#header a img{ 
	width: 180px;
	height: 70px;
	margin: 15px 0 0 0;
}

.kontakt {
	position: absolute;
	padding: 61px 30px 0 0;
	right: 0;
	top: 0;
}

.kontakt a{
	text-decoration: none;
	color: #f9f9f3;
	font-weight: normal;
	font-size: 12px;
}

.kontakt h2.active{
	color: #f9f9f3;
	font-weight: bold;
	font-size: 12px;
}

/* post
------------------------------------------------------------------------- */
.post {
    margin: 0 0 0 250px;
    color: #6f6349;
    padding: 17px 33px 33px 83px;
    min-height: 475px;
}

.post h2 {
    font-weight: bold;
    font-size: 15px;
}


.post a{
    color: #6f6349;
}


.post em {
	font-style: italic;
}

/* post portraits
------------------------------------------------------------------------- */
.post_portraits {
    margin: 0 0 0 250px;
    color: #6f6349;
    padding: 28px 0px 33px 83px;
    min-height: 475px;
}

.post_portraits h2 {
    font-weight: bold;
    font-size: 15px;
}


.post_portraits a{
    color: #6f6349;
}

.portraits {
	float: left;
	padding: 0 26px 46px 0;
}

.portraits p img{
	padding: 0 0 10px 0;
}

/* post startseite
------------------------------------------------------------------------- */
#startseitebild {
	margin: 0 0 0px 250px;
}

.post_startseite {
    margin: 0 0 0 250px;
    color: #6f6349;
    padding: 0px 33px 0px 83px;
}

.post_startseite h2 {
    font-weight: bold;
    font-size: 15px;
}

.aktuelles {
	padding: 15px 0 15px 0;
}


/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    float: left;
    width: 250px;
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    color: #6f6349;
}

#sidebar ul {
    background-color: #f9f9f3;
}

#sidebar a{
    font-size: 13px;
    text-decoration: none;
    color: #6f6349; 
}

#sidebar ul li a{
    font-size: 15px;
    font-weight: bold;
}

#sidebar ul li ul li a{
    font-size: 13px;
    font-weight: normal;
}

#sidebar ul li.active a{
    color: #6b0000;
}

#sidebar ul li.active ul li.active a{
    color: #6b0000;
    font-weight: bold;
}

#sidebar ul li a:hover{
    color: #6b0000;
}


#sidebar ul li.active ul li a:hover{
    color: #6b0000;
}

#sidebar ul li.active ul li a{
    color: #6f6349; 
}

#sidebar ul li a{
    padding: 0 0 0 14px;
}

#sidebar ul li ul li a{
    padding: 0 0 0 49px;
}

#sidebar ul li ul li.last {
    padding: 0 0 0px 0;
}

#sidebar ul li.last {
    padding: 17px 0 17px 0;
}

#sidebar ul li {
    padding: 17px 0 17px 0;
}

#sidebar ul li ul li{
    padding: 0 0 0 0;
}

#sidebar ul li {width: 236px; border-bottom: 2px solid #6f6349; list-style-type: none; line-height: 18px; }
#sidebar ul li ul li{width: 236px; border-bottom: 0px solid #6f6349; list-style-type: none; line-height: 18px;}

#aktionsbild img {
	border-bottom: 2px solid #6f6349;
}

#adresse {
	margin: 30px 0 0 0;
	padding: 0px 0 0 15px;
	color: #f9f9f3;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
	position: relative;
    height: 31px;
    background-color: #6b0000;
    border-bottom: 2px solid #6f6349;
    clear:both;
}


/* Formular
------------------------------------------------------------------------- */
form {
	margin-top: 14px;
}


form p input{
	margin: 0 0 4px 89px;
	height: 19px;
	width: 466px;
	border: 2px solid #6f6349;
	background-color: #fff;
	font-size: 12px;
}

form textarea {
	margin-left: 89px;
	height: 214px;
	width: 468px;
	border: 2px solid #6f6349;
	background-color: #fff;
	font-size: 12px;
}

form p label.titels {
	position: absolute;
	width: 100px;
}

form p input.senden {
	width: 100px;
	border: 0;
	background: none;
	text-decoration: underline;
	margin: 10px 0 0 61px;
	padding:0;
	font-size: 13px;
	color: #6f6349;
}

/* Maxi Gallery
------------------------------------------------------------------------- */
ul.thumbs li p {
	display: none;
}