/*
    Document   : base
    Created on : 04.06.2010, 10:56:07
    Author     : kainissen
    Description:
        Purpose of the stylesheet follows.
*/

/* Style sheet base */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font-family: 'Ubuntu', sans-serif;
    color: #004284;
    background-color: #fff;
    /*background-image: url(/tl_files/site_design/weihn.jpg);*/
    overflow: scroll; /* firefox hack gegen scrollbalkenruck bei accordion */
}

p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
}

a {
    text-decoration: none;
    color: maroon;
}

#main p .int_link:hover, a:hover {
    color: #ffc13a;
}

.active {
    color: maroon;
}

.int_link {
    text-decoration: underline;
}

#main p .int_link {
    color: #004284;
}

h1 {
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 30px;
}

h2 {
    color: maroon;
    margin-bottom: 20px;
}

h3 {
    margin-bottom: 15px;
}

h4 {
    margin-bottom: 5px;
}

h1, h2, h3 {
    color: maroon;
}

address {
    display: block;
    margin-bottom: 50px;
    background-color: #ffc001;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.center {
    text-align: center;
}

.center:hover {
    color: #ffc13a;
    cursor: pointer;
}

#wrapper {
    width: 950px;
    padding: 0 20px 0 20px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
}

#logo_head {
    width: 950px;
    height: 270px;
    margin-bottom: 60px;
}

#right {
    width:160px;
    text-align: left;
    border: none;
}

#right a {
    color: #004284;
}

#right ul {
    list-style-type: none;
}

#right ul li {
    margin: 0 0 55px 5px;
    border-bottom: 4px solid #2b2a6e;
    font-size: 18px;
}

#right ul li:hover {
    border-bottom: 4px solid #ffc13a;
}

#main {
    width: 750px;
}

hr {
    margin-top: 20px;
    border: 0px;
    border-bottom: 2px solid #ffc13a;
}

#praxis_team img {
    border: 2px solid #ffc13a;
}

.mitarbeiter {
    float: left;
    width: 200px;
    height: 450px;
    text-align: center;
    margin-right: 35px;
    border: 1px solid #ffc13a;
}

#pnissen {
    margin: 50px 273px 0 237px;
}

#anissen {
    margin: 50px 0 30px 0;
}

/*anfang kontaktformular*/


label, input, textarea {
    float: left;
    clear: left;
}

input {
    margin-bottom: 15px;
}

/*ende kontaktformular*/

.verweis {
    font-size: 6px;
}

.impressum {
    font-size: 16px;
}

.impressum a {
        color: #000;
}

.impressum a:hover {
        color: #ffc13a;
}

.netzseitig a {
    font-size: 12px;
    color: #000;
    float: right;
}

.netzseitig a:hover {
        color: #ffc13a;
}


