@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../gfx/bg_verlauf.png);
	background-repeat: repeat-x;
	background-color: #333333;
	overflow: scroll;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* Design */
div.header {
	background:url(../gfx/header.png); height: 118px; padding-top: 24px; padding-left:15px; padding-right: 15px;
}
div.puffer {
	background:url(../gfx/puffer.png);
	width: 790px;
}
div.content {
	padding-left: 14px;
	padding-right: 14px;
}
div.googleadTop {
	background: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 60px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 2px;
}
div.subnav {
	background:url(../gfx/subnav.png); height: 24px; padding-left: 24px;
}
div.footer { background:url(../gfx/footer.png); height: 12px; }
div.headline {
	margin-top: 10px;
	margin-left: 10px;
	color: #213b9b;
	font-size: 18px;
}
div.content_box {
	background: #f5f5f5;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 7px;
	margin-bottom: 10px;
}

/* -- */
input[type=text],input[type=submit],input[type=password], textarea
{
	border: 1px solid #999999;
	color: #666666;
	background:#FFFFFF;
}

input[type=text],input[type=password], textarea
{
	background-image:url(../gfx/input_arrow.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}
input.important, textarea.important, select.important
{
	border: 1px solid #590000;
	background: #FFF0F0;
	background-image:url(../gfx/input_red_arrow.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #000000;
}
div.form_select_option {
	padding: 5px;
	padding-left: 10px;
	background: #F2F2F2;
	background-repeat: no-repeat;
	border: 1px solid #9dacb8;
	border-top: 0px;
	border-bottom: 1px dotted #9dacb8;
	width: 250px;
	max-height: 20px;
	font-size: 11px;
	color: #333333;
	cursor: pointer;
}
select {
	padding: 2px;
	padding-left: 5px;
	border: 1px solid #9dacb8;
	background:#FFFFFF;
	color: #999999;
}

div.clear { clear: both; }
div.up_form {
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
/* UploadFileStyle */
div.form_upload { padding-top: 30px; }
*.form_upbutton {
	padding: 5px;
	max-height: 20px;
	font-size: 11px;
	background: #a4b2bb;
	border: 1px solid #9dacb8;
	float: left;
	color:#FFFFFF;
	cursor:pointer;
	margin-left: 10px;
}
div.form_upfield {
	padding: 5px;
	padding-left: 10px;
	font-style:italic;
	background:#FFFFFF;
	border: 1px solid #9dacb8;
	width: 250px;
	max-height: 20px;
	font-size: 11px;
	color: #999999;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
input.form_file {
	position: absolute;
	text-align: right;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
div.opacity {
	background:#666666;
	z-index: 100;
	position: absolute;
	-moz-opacity: 0.4;
	filter:alpha(opacity: 60);
	opacity: 0.6; 
	display: none;
}
a:link {
	color: #2E5776;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2E5776;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #2E5776;
}
a {
	font-weight: bold;
}

a#folder_links {
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
a#folder_links:link {
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
a#folder_links:visited {
	text-decoration: none;
	font-weight: normal;
	color:#333333;
}
a#folder_links:hover {
	text-decoration: none;
	font-weight: normal;
	color:#333333;
}
a#folder_links:active {
	text-decoration: none;
	font-weight: normal;
	color:#333333;
}

a#misc { font-weight: normal; }
a#misc {
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
a#misc:link {
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
a#misc:visited {
	text-decoration: none;
	font-weight: normal;
	color:#333333;
}
a#misc:hover {
	text-decoration: none;
	font-weight: normal;
	color:#333333;
}
a#misc:active {
	text-decoration: none;
	font-weight: normal;
	color:#333333;
}
div.progressbar_container { 
	position: absolute;
	z-index: 101;
	margin-top: 100px;
	margin-left: 200px;
	color: #FFFFFF;
	background: #666666;
	padding: 10px;
	display: none;
}
div.progressbar {
	border: 1px solid #333333;
	width: 400px;
	height: 50px;
	background:#FFFFFF;
}
div.progressbar_progress {
	height: 50px;
	width: 123px;
	background: #3b6583;
}
a#top:link {
	color: #FFFFFF;
	text-decoration: none;
}
a#top:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a#top:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a#top:active {
	text-decoration: none;
	color: #FFFFFF;
}
a#top {
	font-weight: normal;
}
img.thumbnail {
	background: #FFFFFF;
	padding: 2px;
	border: #666666 solid 1px;
}
input.upped_url {
	width: 450px;
	padding: 2px;
	border:#999999 solid 1px;
	padding-left: 15px;
}
div.form_choose {
	padding: 5px;
	padding-left: 10px;
	background:#FFFFFF;
	background-image:url(../gfx/select.png);
	background-repeat: no-repeat;
	border: 1px solid #9dacb8;
	width: 250px;
	max-height: 20px;
	font-size: 11px;
	color: #999999;
	cursor: pointer;
	position: absolute;
	z-index: 100;
}
div.form_select_scrolldown {
	position: absolute;
	z-index: 99;
}
div.form_puffer {
	padding: 5px;
	padding-left: 10px;
	background:#FFFFFF;
	background-image:url(../gfx/select.png);
	background-repeat: no-repeat;
	border: 1px solid #9dacb8;
	width: 250px;
	max-height: 20px;
	font-size: 11px;
	color: #999999;
	cursor: pointer;
}
div.form_select_option {
	padding: 5px;
	padding-left: 10px;
	background: #F2F2F2;
	background-repeat: no-repeat;
	border: 1px solid #9dacb8;
	border-top: 0px;
	border-bottom: 1px dotted #9dacb8;
	width: 250px;
	max-height: 20px;
	font-size: 11px;
	color: #333333;
	cursor: pointer;
}
div.form_select_option:hover {
	background: #0066CC;
	color: #FFFFFF;
}
div.form_select_scrolldown {
	display: none;
}
div.folder_overview {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
}
div.folder_image_show {
	float: left; padding: 5px; width: 152px; height: 180px; overflow: hidden;
	text-align: center;
}
img.waitingimage {
	z-index: 102;
}
fieldset.Error { border: 1px #990000 solid; background-color:#FFECEC; font-size: 11px; }
legend.Error { color: #990000; font-size: 13px; }

fieldset.Succeed { border: 1px #006600 solid; background-color: #E4FFE4; font-size: 11px; }
legend.Succeed { color: #006600; font-size: 13px; }
div.EditBox { 
	width:400px;
	border: 2px solid #666666;
	z-index: 150;
	position: fixed;
	display: none;
}
div.EditBox_head { 
	border-bottom: 1px solid #666666;
	background:#F3F3F3;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
}
div.EditBox_body {
	padding: 2px;
	overflow: hidden;
	background:#FFFFFF;
}
input.EditBox_readonly, textarea.EditBox_readonly {
	width: 250px;
}
span.uppchoose {
	padding: 6px;
	border: 1px solid #9dacb8;
	position: static;
	font-size: 12px;
	margin-right: 5px;
	background: #f5f5f5;
	cursor:pointer;
}
img.gallery_pic {
	max-height: 525px;
	max-width: 700px;
}
div.arrows {
	position:absolute;
	display: none;
}
div.arrow {
	float: left;
}
img.arrow {
	cursor: pointer;
}
div.gallery_headline {
	color:#003366;
	font-size: 18px;
	padding: 5px;
	font-weight: bold;
}
div.picture_comment {
	text-align:left;
	max-width: 700px;
	background-image:url(gfx/gallery/picture_comment.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	padding: 5px;
	padding-left: 25px;
	margin-top: 20px;
}
hr.gallery_headhr {
	margin-bottom: 10px;
}
div.gal_comment {
	background:#FFFFFF;
	padding: 4px;
	margin-top: 10px;
	border: 1px #999999 dashed;
}
div.gallery_preview {
	margin-top: 15px;
	background:#FFFFFF;
	border: 1px dashed #CCCCCC;
	padding: 5px;
}
