@CHARSET "ISO-8859-1";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #000000;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	overflow-y:scroll;
}
#admin_wrapper {
    text-align: left;
}
#folder_struct {
	position: relative;
	width: 350px;
    border: 1px solid #274d6f;
  }
#folder_settings {
    padding-bottom:10px;
}
#picture_content {
    position: relative;
    border: 1px solid #274d6f;
    width:auto;
}


A:link, A:visited, A:active {
	color:#b1d5f7; /*Textfarbe Link */
}

A:hover {
	color:#ffffff; /*Textfarbe Link  hover */
	}

.oneColElsCtr #container {
	width: 1020px;
	background: #000000;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #274d6f;
	text-align: left;
    margin-bottom:20px;
	/* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #containerfl {
	width: 1020px;
	background: #000000;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #mainContent {

}

#Menue {
	position: relative;
	width: 1020px;
	}

#icgelb {
	position: relative;
	top:0px;
	background-color:#031a35; /*background Textfeld */
	color:#b1d5f7;            /*Textfarbe Textfeld */
	/* width: 1020px; */
	margin: 50px;
	padding: 0px;
	height: 100%;
	}

.icgelb {
	background-color:#031a35; /*background Textfeld */
	}

  ul#Navigation {
    height: 30px;
    margin: 0;
    padding-top: 9px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border: 1px solid #274d6f;
    /*background-color: #a91218; */
    background-image: url(../img/menback.jpg);
    background-repeat:repeat-x;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
  height: 30px;
    margin: 0.4em 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none; font-weight: bold;
    color: #b1d3fc; /*background-color: #ccc; */
  }

  ul#Navigation a:hover, ul#Navigation span {

    color: white; /*background-color: gray;*/
  }
.folder_icon {
    position:relative;
    padding-top:16px;
    width:160px;
    height:129px;
    background-image:url('../media/icon/album_icon.png');
	float:left;
}
.folder_icon_p {
	position:relative;
	padding-top:16px;
	width:160px;
	height:149px;
	background-image:url(../media/icon/album_icon.png);
	float:left;
	background-repeat: no-repeat;
	font-size:10px;
	margin:10px;
    cursor:pointer;
}
.picture_icon_p {
	position:relative;
    padding-top:16px;
    width:160px;
    height:149px;
	float:left;
	font-size:10px;
	margin:10px;
}

.line_choosen{
    background-color: #5f5f5f;
}

.lilfont {
    font-size:0.7em;
}

.left_algin {
    text-align: left;
}

