/*
    (c) 2009 wege und gehege, Bremen
*/
body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
}
#container{
    width: 980px;
    height: 100%;
    top: 0px;
    margin-left: -490px;
    left: 50%;
    position: absolute;

    background-color: #777;
}

#logo-container-top{
    position:relative;

    width: 220px;
    height: 108px;
    background-color: #ff9d00;
    float: left;
    background-image: url("../images/logo_top.png");
}
#titlepane{

    position: relative;
    width: 760px;
    height: 83px;
    margin: 0px;
    padding: 0px;
    padding-top: 25px;
    float: left;
    background-color:#ff9d00;
    background-image: url("../images/top.png");
}
#titlepaneImage{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 270px;
    height: 108px;

}

/*#menue-container{
    position: relative;
    width: 220px;
    height: 100%;
    float:left;
    padding: 0px;
    margin: 0px;
    background-image: url("../images/logo_bottom.png");
    background-repeat:no-repeat;
    background-position:top;
    background-color:#333333;
}*/
#menue-container{
    position: absolute;
    width: 220px;
    height: 100%;
    padding: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    background-image: url("../images/logo_bottom.png");
    background-repeat:no-repeat;
    background-position:top left;
    background-color:#333333;
}


#logo-container{
    position:relative;
    width: 220px;
    height: 28px;
}

/*#content-container{
    position:relative;
    float:left;
    width:760px;
    height: 100%;
    background-color:#fff;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    overflow:auto;
}*/

#content-container{
    position:absolute;
    top:0px;
    left:220px;
    width:760px;
    height: 100%;
    background-color:#fff;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    overflow:auto;
}

#content {
    width: 760px;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
}
.sub {

}
div.menueitem {
    position:relative;
    width: 220px;
    height: 25px;
    vertical-align: middle;
    line-height: 25px;
    border-bottom: #fff solid 1px;
    text-decoration:none;
    font-size: 12px;
    color: #fff;
    padding-left: 10px;
   
}
div.menueitem.sub {
    font-size: 11px;
        padding-left:20px;
}
div.menueitem:hover {
    color: #000000;
    background-color: #FFAD29;
}
div.menueitem.active{
    background-color: #ff9d00;
    color:#000000;
}
div.menueitemsearch {
    position:relative;
    width: 220px;
    height: 30px;
    vertical-align: middle;
    line-height: 25px;
    border-bottom: #fff solid 1px;
    text-decoration:none;
    font-size: 12px;
    color: #fff;
    padding-left: 10px;

}
#iframeContent{
    width:720px;
    background-color: #ffffff;
    margin: 10px;
    overflow: hidden;
    height: 100%;
}
.headline {
    width: 100%;
    padding-top: 15px;
    padding-bottom:10px;
    font-size: 18px;
    text-align: center;
}

#bildcontainer{
    width: 760px;
    position: relative;
}
#anzeigebild{
    text-align: center;
    margin-top: 15px;
}
#anzeigename{
    height: 20px;
    line-height:20px;
    text-align:center;
    vertical-align:middle;
    font-size: 12px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.navContainer{
    height: 30px;
    line-height:30px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    border:1px solid #ff9d00;
    margin-bottom: 20px;
    margin-top: 20px;
}
.listItem{
    font-size: 12px;
    float: left;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    width: 190px;
}
.listItem_titel{
    width: 150px;
    float: left;

    font-size: 12px;
    text-align: left;
    border-bottom: 1px dashed #ff9d00;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #777;
}
.descriptionItem{
    font-size: 12px;
    text-align: left;
    padding-bottom: 15px;
}
.descriptionItem_titel{
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    clear: both;
    padding-bottom: 10px;
    padding-top: 15px;

}
.clearFloat{
    clear: both;
    height: 1px;
    width: 100%;
}

#bildleiste{
    width: 720px;
    overflow: auto;
    text-align: center;
    height: 140px;
}
#bildleiste img{
    cursor: pointer;
}
.sortContainer{
    width: 100%;
    height: 20px;
    text-align:right;
    font-size:10px;
}

#darken_background {
	background-color: #333333;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	left: 0px;
	top: 0px;
        display: none;
	opacity:0.7;
	MozOpacity: 0.7;
	filter: Alpha(Opacity=70);

}
#videoplayer {
	height: 310px;
	width: 382px;
	left: 50%;
	top: 50%;
	position: fixed;
	margin-top: -155px;
	margin-left: -191px;
	z-index: 1010;
        background: #fff;
        display: none;
}
#file_dialog {
	height: 200px;
	width: 400px;
	left: 50%;
	top: 50%;
	position: fixed;
	margin-top: -100px;
	margin-left: -200px;
	z-index: 1010;
	border: 1px solid #377726;
	background-color: #F0E8BD;
}
