/**
 * Homepage Dohse
 *
 * Standard Layout (all parts)
 *
 *
 *
 * @project
 * @version 0.2.8
 * @package xhtml-css
 * @author
 * @copyright 2008 by the author
 * @cssdoc version 1.0-pre
 * @license GPL v3
 *
 * @colordef #fff; white
 * @colordef #808080; standard grey
 *
 * table of content:
 * 1. Reset
 * 2. Grid
 * 3. General styles
 * 4. Navigation
 * 5. Special styles
 */
/**
 * @section browser reset
 * @see     http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 *
 * Reset any browser specific CSS  declaration to known values
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/**
 * @section grid
 * @see
 *
 * Grundlayout (Spalten etc.)
 */
.wrap {
    width: 1024px;
    height: 795px;
    margin: 0 auto;
    text-align: left;
}

.container {
    position: relative;
}

.container .line {
    position: absolute;
    left: 50px;
    top: 70px;
}

.above {
    background: #808080;
    height: 25px;
    overflow: hidden;
    position: relative;
}

.header {
    background: #fff;
    height: 60px;
    overflow: hidden;
    position: relative;
    letter-spacing: 1px;
}

.mainmenu {
    background: #808080;
    height: 25px;
    overflow: hidden;
    padding-left: 30px;
}

.submenu {
    background: #808080;
    height: 57px;
    overflow: hidden;
    padding-left: 30px;
    letter-spacing: 0px;
}

.content {
    background: #fff;
    height: 395px;
    overflow: hidden;
    position: relative; 
    padding-left: 0px;
    /*
     border: 1px solid #f00;
     */
}
.content_umzug {
    background: #fff;
    height: 395px;
    padding-left: 55px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}

.nocontent {
    background: #808080;
    height: 155px;
}

.gridcontainer {
    margin: 0px 0px 0px 30px;
}

.grid1 {
    width: 205px;
    margin: 0 15px 0 20px;
    overflow: hidden;
    float: left;
    /*
     border: 1px solid #f00;
     */
}

.grid_start {
    width: 440px;
    margin: 300px 0px 0px 20px;
    overflow: hidden;
    float: left;
	
}

.grid1text {
    width: 205px;
    margin: 0 15px 0 30px;
    overflow: hidden;
    float: left;
}

.grid-viertel {
    width: 35px;
    margin: 25px 0px 0px 30px;
    overflow: hidden;
    float: left;
    letter-spacing: 0px;
    /*
     border: 1px solid #f00;
     */
}

.grid-halb {
    width: 100px;
    margin: 0px 15px 0 30px;
    overflow: hidden;
    float: left;
}

.grid2 {
    width: 540px;
    margin: 0px 15px 0 10px;
    overflow: hidden;
    float: left;
    /*
     border: 1px solid #f00;
     */
}

.grid3 {
    width: 680px;
    margin: 4px 15px 0px 30px;
    overflow: hidden;
    float: left;
    line-height: 14px;
}

.grid4 {
    width: 300px;
    margin: 55px 0px 0px 0px;
    overflow: hidden;
    float: left;
}

.grid5 {
    width: 330px;
    margin: 25px 0px 0px 28px;
    overflow: hidden;
    float: left;
}

.grid6 {
    width: 680px;
    margin: 25px 0px 0 0px;
    overflow: hidden;
    float: left;
    /*
     border: 1px solid #f00;
     */
}

.mainmenu .grid1 {
    width: 204px;
}

.grid1 img {
    width: 205px;
    height: 205px;
}

.gridcontainer .grid1 {
    height: 205px;
}

.atmogrid img {
    width: 203px;
    height: 203px;
    overflow: hidden;
    border: 1px solid #f90;
    display: block;
}

/**
 * @section general styles
 * @see
 *
 * Grundlayout Seiteninhalt
 */
body {
    background: #808080;
    font-family: verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    line-height: 15px;
    letter-spacing: 0px;
    color: #666;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-size: 14px;
}

h1 {
    font-size: 22px;
}

p {
    margin-bottom: 10px;
}

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

a:hover, a:active, a:focus {
    color: #fc0;
}

dl {
    position: relative;
    display: block;
}

dt {
    float: left;
    width: 25%;
    clear: left;
}

dd {
    float: left;
    width: 70%;
    margin-left: 5%;
}

/**
 * @section navigation
 * @see
 *
 * Menues und Metanavigation
 */
.header h1 {
    color: #f90;
    position: absolute;
    right: 50px;
    bottom: 1px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 28px;
    /*
     border: 1px solid #f00;
     */
}

.header ul {
    margin: 29px 0px 0px 52px;
    /*
     border: 1px solid #f00;
     */
}

.header li {
    height: 18px;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 4px 42px 10px 7px;
    font-weight: bold;
    font-size: 12px;
    /*
     border: 1px solid #f00;
     */
}

.header li.first {
    font-size: 22px;
    margin: 8px 37px 0px 0px;
    font-weight: bold;
}

.header ul a {
    color: #f90;
}

.mainmenu .active a, .submenu ul li.active a {
    color: #f90;
}

.header ul li.active a {
    color: #f90;
}

.header a:hover, a:active, a:focus, .mainmenu a:hover, a:active, a:focus, .submenu a:hover, a:active, a:focus {
    color: #f90;
}

.content a {
    color: #999;
    text-decoration: underline;
}

.content a:hover {
    color: #000;
}

.content a:active, a:focus {
    color: #999;
}

.mainmenu a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}

.submenu a {
    color: #fff;
    font-size: 11px;
}

.mainmenu div {
    height: 25px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: bold;
    overflow: hidden;
}

.mainmenu div a {
    margin: 0px 5px 0px 9px;
    line-height: 25px;
}

.submenu ul {
    margin: 4px 0px 0px 0px;
}

.submenu ul li {
    padding: 0px 8px;
    line-height: 16px;
    /*
     letter-spacing: 2px;
     */
}

.atmo {
    position: absolute;
    top: 0;
    left: 0;
    width: 269px;
}

.atmo img {
    display: block;
    margin-left: 50px;
    border: 1px solid #f90;
}

.info {
    margin: 20px 0 0 269px;
}

/**
 * @section special styles
 * @see
 *
 * Spezielle Inhalte
 */ 

