@charset "UTF-8"; /* charset festlegen */
 
/*
Projektname:   Projektname
Erstellt am:   19.09.2008 von SQ MEDIA    
Bearbeitet am: 16.12.2008 von SQ MEDIA    
*/
 

body {
font: normal 62.5% "Trebuchet MS",Helvetica,sans-serif;
color: #000000;
background: #fff url(../images/body_bg.jpg) repeat-x;
}

#wrapper {
position: relative;
margin: 0 auto;
width: 820px;
min-height: 500px;
}

#wrapper-inhalt {
margin: 50px 0 0 0;
background: transparent url(../images/wrapper_bg.png) no-repeat;
width: 820px;
height: 556px;
}

#content {
background: transparent;
position: absolute;
top: 125px;
left: 150px;
width: 395px;
}

* + html #content {
top: 170px;
left: 160px;
}

#content-text {
background: #fff;
width: 355px;
float: left;
padding: 20px 20px 0 20px;
margin: 0;
}

#content-schatten {
background: transparent url(../images/content-text_bottom.png) bottom left repeat-x;
margin: 0;
padding: 0;
width: 395px;
}

#navi {
position: absolute;
top: 125px;
border-right: 1px solid #7d603a;
padding: 0 10px 0 0;
width: 130px;
}

* + html #navi {
top: 170px;
}

#navi ul {
text-align: right;
}

#foto {
position: absolute;
top: -40px;
right: 0;
}

* + html #foto {
position: absolute;
top: 0px;
right: 0;
}

#bild-rechts-unten {
position: absolute;
bottom: -80px;
right: 0;
}

#logo {
width: 282px;
height: 110px;
position: absolute;
top: 0;
left: 0;
}

#logo a {
width: 282px;
height: 110px;
display: block;
}

#meta {
position: absolute;
top: -20px;
right: 200px;
}

* + html #meta {
top: 25px;
}

#meta ul li {
color: #c9c1b6;
float: left;
margin: 0 0 0 7px;
}

#meta ul li a {
color: #c9c1b6;
border-right: 1px solid #c4bdb1;
padding: 0 7px 0 0;
}

#meta ul li a:hover {
color: #fff;
text-decoration: underline;
}

/*Hauptnavigtion */
#navi ul li a {
font-size: 1.3em;
color: #7d603a;
display: block;
margin: 0 0 10px 0;
padding: 0 12px 0 0;
background: url(../images/pfeil_navi.gif) center right no-repeat;
}

#navi ul li a:hover {
color: #000;
}

#navi ul li a.current {
font-weight: bold;
background: url(../images/pfeil_navi_current.gif) center right no-repeat;
color: #000;
}

#navi ul li li a {
background: none;
color: #000;
font-weight: normal;
}

#navi ul li li a.current {
background: none;
color: #000;
font-weight: normal;
text-decoration: underline;
}

#navi ul li a.current li a.current {
background: none;
color: #000;
font-weight: bold;
}


/* Typo */

h1 {
font-size: 2.2em;
color: #7d603a;
margin-bottom: 5px;
font-weight: normal;
}

h2 {
font-size: 1.5em;
font-family: Arial;
font-weight: normal;
margin-bottom: 20px;
}

h3 {
font-size: 1.3em;
}

p {
font-size: 1.2em;
font-family: Arial;
line-height: 1.4em;
margin: 0 0 10px 0;
color: #000;
}

a {
color: #7d603a;
}

a:hover {
color: #7d603a;
text-decoration: underline;
}

a.inactive {
color: #7f7f7f;
}

address {
margin: 5px 0;
font-size: 1.2em;
font-style: italic;
}

#content-text ul {
list-style-type: square;
padding: 0;
margin: 10px 0 10px 12px;
}

#content-text ul ul {
list-style-type: circle;
}

#content-text ol {
list-style-type: decimal;
margin: 10px 0 10px 18px;

}

#content-text ul li,
#content-text ol li {
font-size: 1.2em;
margin: 2px 0;
}

#content-text ul ul,
#content-text ol ol {
margin: 3px 0 3px 10px;
}

#content-text ul li li,
#content-text ol li li {
font-size: 1em;
}

/* Tabellen */
caption {
padding: 0 0 5px 0;
text-align: right;
}

th {
font-size: 1.2em;
font-weight: normal;
color: #fff;
border: 1px solid #C1DAD7;
border-left: none;
text-align: left;
padding: 5px;
background: #7d603a;
letter-spacing: 1px;
}

td {
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
background: #fff;
padding: 5px;
font-size: 1.2em;
color: #000;
}
/* */

/* Kontaktformular */
legend {
	display: none;
}

fieldset {
border: none;
}

label {
display: block;
float: left;
width: 100px;
font-size: 1.2em;
}

.forminfo {
font-size: 1.2em;
color: red;
border: 1px solid black;
padding: 5px;
}

input,
textarea {
border: 1px solid #a6a6a6;
width: 200px;
}

input.formsubmit {
float: right;
width: auto;
padding: 0 4px;
background-color: #a6a6a6;
margin-right: 0px;
}

.formgen_block {
margin: 15px 0;
width: 450px;
}

.formblock {
margin: 10px 0;
}


/* Helferlein */
.ahem {  /*  entspricht im wesentlichen display:none; , ist aber screenreaderfreundlich */
position: absolute;
overflow: hidden;
height: 0;
width: 0;
left: -1000px;
top: -1000px;
}

.clear {
clear: both;
margin: -1px 0 0 0;  /* laesst 1px clear nach oben verschwinden */
height: 1px;  /* laesst &nbsp; auf 1px schrumpfen fuer IE */
font-size: 1px;
line-height: 1px;
width: 100%;
}

.last {
margin: 0;
border: none;
}