/* CSS Document */

html,body { height:100%; margin: 0; padding: 0; }

#container[id] {/* folgende anweisung wird nicht vom ie interpretiert */
    height: auto;
    min-height: 100%;
}

#container {
	position:relative;
	min-height:100%;
	height: 100%; /* das hier für den ie */
	width: 975px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

.liste{
	list-style-type: square;
         list-style-position:outside;
         margin-bottom: 3px;
         margin-left:10px;
}

.list-titel{
	font-size: 1.1em;
         font-weight: bold;
         color: #006699;
         margin-bottom: 6px;
}

#content-liste{
         padding-left: 5px;
         padding-top: 5px;
         width: 429px;
         height: 272px;
         background-color: #FFFFFF;
         border: 0px solid red;
         float: left;
}

#content {
         position: relative;
	width:955px;
         height: 605px;
	padding-top:5px;
         border: 0px solid red;
}

#galerie-navi{
	position: absolute;
         top: 415px;
         right: 50px;
         width: 117px;
         font-weight: bold;
         border: 0px solid red;
         letter-spacing:0.2em;

}

.navigation {
         color:#666;
         border:0px;
}
.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active {
         text-decoration:none;
         color: #636363;
         background:#F9F9F9;
         border:1px solid #E6E6E6;
         padding:1px 1px;
}
.navigation a:hover {
         background:#006699;
         color:#FFFFFF;
         border-color:#E6E6E6;
}

.navigation span {
         text-decoration:none;
         background:#fff;
         padding:1px 1px;
         border:1px solid #E6E6E6;
         color:#ccc;
         font-size:11px;
}