
body {
    margin: 0px;
    padding: 0px;
    font-family:Helvetica,Arial,Verdana,sans-serif;
    font-size:80%;
    line-height:150%;
    background-color:#fff;
    background-image: url(img/bg.gif);
    background-repeat: repeat-x; 
}

h1 {
    font-size:150%;
    color:#033a6e;
}
h2 {
    font-size:120%;
    color:#033a6e;
}
h3 {
    font-size:110%;
}

td,th {
    text-align:left;
    vertical-align:top;
}

img {
    border:0px;
}

form {
	margin: 0;
	padding: 0;
}


#form {
    width: 100%;
}
#form table{
 width: 99%;
}
#form input[type='text']{
    width: 100%;
}

#form input[type='radio']{
    width: 1em;
}

#wrapper {
    width:730px;
    text-align:left;
    margin:0px auto 0px auto;
    padding:0px;
}

#logo {
    padding:0px;
    margin:0px;
}

#nav {
    height:40px;
    color:white;
    text-align:right;
    background-repeat: no-repeat; 
    background-image: url(img/slash.gif);
}
#nav a {
    color:white;
    text-decoration:none;
    line-height:30px;
}
#nav a:hover {
    text-decoration:underline;
}
#nav .active {
    color:white;
    font-weight:bold;
    text-decoration:none;
}
#nav ul {
    margin:0px;
    padding:3px 0px 0px 5px;
    list-style:none;
}
#nav li {
    float:right;
    margin:0px;
    padding:0px;
    padding-right:15px;
}


#slash {
    float:left;
    padding-left:97px;
}

#contentWide {
}

#content {
    float:right;
    width:510px;
    padding:15px 10px 20px 20px;
    margin:0px;
    border:1px;
    background-color:white;
}

#subnav {
    width:185px;
    padding:0px;
    margin:0px;
    border:0px;
    background-image: url(img/bg_subnav.gif);
    background-repeat: no-repeat; 
    height:450px;
}
#subnav a {
    text-decoration:none;
    color:black;
}
#subnav a:hover {
    text-decoration:underline;
}

.subnav0 {
    padding:3px 0px 3px 10px;
    margin-bottom:10px;
}
.subnav0active {
    padding:3px 0px 3px 10px;
    margin-bottom:10px;
    background-color:#feae28;
}

.subnav1 {
    padding:5px 0px 5px 20px;
}


hr {
    clear:both;
}

img.links {
    float:left;
    margin-right:10px;
}

img.rechts {
    float:right;
    margin-left:10px;
}

.required {
    color:#a20033;
}

u {
    color:black;
    background-color:#eee;
    text-decoration:none;
}

#sidebar {
    float:right;
    padding:10px;
    margin-left:20px;
    margin-bottom:20px;
    text-align:right;
}

#sidebar img {
    border:0px solid #999;
}

#sidebar p {
    margin-top:0px;
    padding-top:0px;
}

#logos {
    clear:both;
}
