* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial;
    font-size: 9pt;
    overflow: visible
}

html {
    height: 100%;
    margin-bottom: 1px
}

body {
    font-size: 100.01%;
    color: #000;
    text-align: left;
    text-align: center;
    background-color: #cccccc;
    background-image: url(Verlauf.png);
    background-repeat: repeat-x;
}

#main {
}

#page {
    clear: both;
    width: 960px;
    margin: 80px auto 0px auto;
    text-align: left;
}

#header {
    margin-bottom: 30px;
    background: #efefef;
    height: 158px;
    background: url(Kopfleiste.png) no-repeat;

    box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    -moz-box-shadow: 3px 3px 4px #666;
}

#header img {
    margin: -65px 0 0 10px;
}

#col1 {
    float: left;
    width: 261px;
    height: 658px;
    margin: 0px 0px 0px 0px;
    padding: 84px 0px 10px 0px;
    background: url(Navileiste.png) no-repeat;
    background-color: #fff;

    box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    -moz-box-shadow: 3px 3px 4px #666;
}

#col3 {
    width: auto;
    margin: 0px 0px 0px 300px;
    padding: 30px 85px 0px 45px;
    line-height: 20px;
    min-height: 722px;
    background-color: #fff;
    border: 2px solid #afafaf;
    box-shadow: 3px 3px 4px #666;
    -webkit-box-shadow: 3px 3px 4px #666;
    -moz-box-shadow: 3px 3px 4px #666;
    text-align: justify;
}

#col3 li {
    list-style-position: inside;
}

/*
orange: #ff9933
blau: #003399;
*/

#men .menp {
    color: # #003399;
    background-color: #fff;

    font-size: 40px;

    margin: 0 0 30px 0px;
    padding: 11px 0px 11px 25px;
    list-style-type: square;
    list-style-position: inside;

    box-shadow: 2px 3px 4px #666;
    -webkit-box-shadow: 2px 3px 4px #666;
    -moz-box-shadow: 2px 3px 4px #666;

}

#men .psquares {
    height: 15px;
    width: 15px;
    background-color: #003399;
    float: left;
    margin: 10px 15px 10px 10px;
}

#men span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #003399;
    margin: 10px 5px 5px 5px;
}

#men a {
    font-size: 15px;
    color: #003399;
    text-decoration: none;
}

#men .active {
    background-color: #003399;
    color: #fff;
}

#men .active .psquares {
    background-color: #fff;
}

#men .active span {
    color: #fff;
}

/** Allgemeines */
a,
a:focus,
a:hover,
a:active {
    color: #000;
    text-decoration: none;
}

h1 {
    font-size: 160%;
    color: #003399;
    border-bottom: 1px solid #ff9933;
    padding-bottom: 8px;
    margin-bottom: 20px;
    display: block;
}

h2 {
    font-size: 150%;
    color: #003399;
}

h3 {
    display: block;
    text-align: center;
    margin: 10px 10px 70px 10px;
}

h3 a {
    font-size: 145%;
    color: #ff9933
}

/** Spezielles */
#bilderrahmen {
    margin: 20px auto;
    width: 400px;
    height: 250px;
    overflow: hidden;
    border: 10px solid #fff;
    box-shadow: 2px 3px 4px #666;
    -webkit-box-shadow: 2px 3px 4px #666;
    -moz-box-shadow: 2px 3px 4px #666;
}

#bilderrahmen #bildschrift {
    position: relative;
    top: 220px;
    left: 300px;
    z-index: 1;
}

#bilderrahmen #bildschrift .square {
    width: 10px;
    height: 10px;
    background-color: #ff9933;
    float: left;
    z-index: 5;
    margin: 5px;
}

#bilderrahmen img {
    top: -20px;
    position: relative;
    height: 100%;
    width: 100%;
}

.txb {
    color: #003399;
}

.txo {
    color: #ff9933;
}

.bold {
    font-weight: bold;
}

.tx3 {
    text-decoration: underline;
    color: blue;
}

/* --------------------------- */
/* ---- SEITENSPEZIFISCHE ---- */
/* --------------------------- */
.kontaktform input, textarea {
    width: 300px;
}

.kontaktform .pausenzeile td {
    padding-top: 20px;
    vertical-align: bottom;
}

