/* CSS-Style Copyright by Patrick Deden Webentwicklung */


* {
    font-size: 13px;
    font-family: verdana;
    margin:0;
    padding:0;
}

html {
    font-size: 14px;
    font-family: verdana;
    background: url(/img/background.jpg) repeat-y left top;
    background-color: #fff;
}

body {
    margin: 0;
    padding: 0px;
}

a {
    color: #000;
    text-decoration: underline;
}

a img{
    border: 0px;
}

div#box {
/*
    width: 100%;
    padding-bottom: 20px;
    text-align: left;*/
    /*background: url(/img/background_right2.jpg) no-repeat right bottom;*/
}

div#space {
    
    border: 2px solid #000;
    width: 10px;
    float: left;
    height: 100%;
    
}


div#menu {
    width: 201px;
    float: left;
}

div#menu a {
    color: #fff;
}

div#right {
    background: url(/img/background_right.jpg);
    width: 69px;
    height: 900px;
    float: right;
}

div.navi {
    color: #fff;
    margin-top: 20px;
    margin-left: 70px;
}

.navi a {
    text-decoration: none;
}

div#content {
    margin-left: 220px;
}



div#con {
    text-align: left;
}

div#con table {
    width: 670px;
}

p.fehler {
    background-color: #ff5555;
    padding: 5px;
}

p.erfolg {
    background-color: #55ff55;
    padding: 5px;
}

input, submit, textarea {
    background: #eee;
    border: 1px solid #000;
}
