html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body {
    font: 100.01% Helvetica, Arial, Verdana, sans-serif;
    color: #000;
    padding: 0;
    margin: 0;
}

body * {
    line-height:1.22em;
}

h1, h2, h4, h5, h6 {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color:#b02a37;
    clear: both;
}

h1{
	
}

h2 {
    color: #c8c8c8;
	margin-top: -25px;
}

h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
    margin-left: 10px;
    margin-top: 0px;
    font-weight: 500;
}

h4 {
    color: #333;
    margin-bottom: -10px;
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left: 0;
}

ul ul {
    margin-bottom: 20px;
}

address{
    font-style: normal;	
    font-family:  Arial, Verdana, sans-serif;
    color: #000;
    font-size: 14px;
    margin-left: 70px;
}

abbr{
	font-style: italic;
	border-bottom: 1px #fff dotted;
}

a[rel="external"] {
    background: url(../img/external.png) center right no-repeat;
    padding-right: 13px;
}

address a{
    color: #b02a37;	
}

#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 20px 40px;
}

a {
    color: #698828;
}

table {
    font-size: inherit;
    border: 1px solid #c8c8c8;
}

th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

td {
    background: #f8f8f8;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}

#header{
	background: #292929 url(../img/navi_bg.png) repeat-x top center;
	min-height: 79px;
    height: auto !important;
    height: 79px;
}

#navi{
    width: 700px;
    margin:0px auto;
    padding-left: 30px;
    
}

#naviInner{
    position: absolute;
    top:47px;
    display: block;
    margin:0;
    padding:0;
}

#naviInner li{
    float: left; 
    list-style: none;  
    margin-top: 0;
}

#naviInner li a{
    height: 54px;
    display: block;
}

/**
 * Normale Link-Formatierung für 'Home'
 */
#naviInner li#n1 a{  
    width: 129px;
    background: url(../img/navi1_active.png) no-repeat;
}

/**
 * Hover & Active Link-Formatierung für 'Home'
 */
#naviInner li#n1 a:hover, 
#naviInner li#n1 a:active{
    background: url(../img/navi1_hover.png) no-repeat;
}

/**
 * Normale Link-Formatierung für 'Work'
 */
#naviInner li#n2 a{  
    width: 111px;
    background: url(../img/navi2.png) no-repeat;
}

.slide-out-div {
    padding: 0;
    width: 310px;
    background: transparent;
}  
.slide-out-div .slideInner{
    margin-top: 3px;
    padding: 20px;
	background: #fff;
    border: 1px solid #29216d;
}
#claim{
	background: #292929 url(../img/claim.jpg) no-repeat top center;
	min-height: 370px;
    height: auto !important;
    height: 370px;
}

#content{
	background: #fff url(../img/content_bg.png) repeat-x top center;
	min-height: 194px;
    height: auto !important;
    height: 194px;
}

#content #container{
    width: 1000px;
    margin:0px auto;
    padding-left: 30px;
    background: #999;	
}

#content #container .item{
    width: 300px;
    float: left;	
    margin-right: 30px;
}

#content #container .item h1{
	padding-top: 0px;
	margin: 5px 0 5px 0;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #b02a37;
}

#content #container .item p{
	font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: 100;
    font-style: normal;
    color: #666;
    line-height: 1.8;
    
}

#slideBG{
	background: #303030;
	min-height: 220px;
    height: auto !important;
    height: 220px;
}

#slide{
	width: 963px;
    margin: 0px auto;
    padding-top: 25px;
}

#footer{
	background: #303030 url(../img/footer_bg.png) repeat-x top center;
    min-height: 78px;
    height: auto !important;
    height: 78px;
}

#footer #copyright{
	font-family: arial;
	font-style: italic;
	color: #ccc;
	text-align: right;
	font-size: 12px;
    position: relative;
    right: 25px;
    top: 10px;
    padding: 25px 0 0 0;
    margin: 0;
}

#footer #copyright .wiText{
	color: #fff;
}


