/*
Title:     Master styles for InterCanto Bonn
Author:    Katharina Georgantopoulos
Updated:   22. März 2008
*/
* {padding:0;margin:0;}
html {min-height: 100.05%;}
ul {
	list-style:none;
	padding-left:1em;
}
img {
    border:none;
}
a {
    color:#17A3BF;
    text-decoration:none;
}
p {
	text-align:justify;
}
input, textarea, select  {
    color:#ffffff;
    background:#003f51;
}
input [text] {
    margin-bottom:0.5em;
}
option {
    padding-right:0.7em;
}

/* body
---------------------------------------------------------- */
body {
    width:60em;
	margin:0 auto;
    font-family:Verdana, sans-serif;
	font-size:small;
	color:#ffffff;
	background:#d2dddf;
    font-size:0.8em;
    min-height:28.5em;
}
#header {
    border:#ffffff 1px solid;
    height:113px;
    background:#7e9fa8 url("../images/header.png") no-repeat left;
}
#header img{
    width:100%;
}
#container {
    background:#006076;
    border:#ffffff 1px solid;
    min-height:28.5em;
    height:auto !important;  /* für moderne Browser */
    height:28.5em;  /*für den IE */
}
#nav {
    float:left;
    width:18%;
    background:#006076;
    font-size:130%;
}
#nav a {
    color:#ffffff;
    text-decoration:none;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	margin:0;
	padding-left:2em;
	padding-top:0.5em;
    padding-bottom:0.5em;
	font-size:90%;
}
#nav .active {
    background:url("../images/bass.png") no-repeat left;
}
*html #nav .active {background:url("../images/bassie.png") no-repeat left;}
#content {
    background:#003f51;
    border-left:#ffffff 1px solid;
    padding:1em;
    float:left;
    width:78.5%;
    min-height:31em;
    height:auto !important;  /* für moderne Browser */
    height:31em;  /*für den IE */
}
#content table td {
	padding:0px 3px;
}
#content .box {
	border:#006076 2px solid;
	padding:5px;
}
.small {
    font-size:80%;
}
.left {
    float:left;
}
.right {
    float:right;
}
.img {
    padding-right:10px;
    padding-bottom:2px;
}
#login {
    width:20em;
    background:#006076;
    padding:1em;
    margin-top:0.5em;
    border:#ffffff 1px solid;
}
#login .row {
    margin-bottom:0.5em;
}
#login label {
    float:left;
    font-weight:bold;
    width:7em;
}

/* misc.
---------------------------------------------------------- */

/* self-clearing floats */
#header:after,
#container:after,
#biographie:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}