body, html {
	margin:0;
	padding:0;
	font-family:verdana,arial;
	font-size:13px;
}

a {
	text-decoration:none;
	color:#4c80cc;
}
.body {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	font-size:1.2em;
}

h2 {
	font-size:1.1em;
}

h3 {
	font-size:1.0em;
}

input, textarea {
	border:1px solid black;
}
input[type="submit"], button {
	background-color:#8c8c8c;
	border:1px solid #8c8c8c;
	border-radius: 7px;
	color:white;
	font-weight:bold;
	padding:2px;
	cursor:pointer;	
}
label {
	display:block;
	float:left;
	font-weight:bold;
	color:#000000;
	min-width:150px;
}
img {
	border:0;
}

.bildsortieren label {
	float:none;
}

.bildsortieren {
	margin-bottom:25px;
}

.bildsortieren label {
	float:none;
	margin:1px;
	margin-left:205px;
}

.upload_textarea {
	margin:1px;
	margin-left:5px;
	width:530px;
	height:75px;
}

.upload_select {
	width:530px;
	margin-left:5px;
}

#headerlogo {
	float:left;
	margin-top:14px;
}
#headerslogan {
	position:relative;
	left:37px;
	float:left;
}
#headersearch {
	border:2px solid #d9d9d9;
	color:#000000;
	background-color:#d9d9d9;
	padding:2px;
	position:relative;
	top:10px;
	left:48px;
	border-radius:7px;
}

#footer {
	clear:both;
	margin-top:100px;
	border-top: 3px solid #4C80CC;
	background-color:#9BC4FF;
	/*background-image:url(../img/blende.png); */
	background-repeat:no-repeat;
	background-position:10px 10px;
	height: 80px;
}

#footer_inlay {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#9BC4FF;
	
}
#footer1 {
	float:left;
	width:230px;
	margin-left:230px;
}

#footer2 {
	float:left;
	width:230px;
}

#footer3 {
	width:230px;
	margin-left:690px;
}

#footer a {
	color:#0053cc;
}

.header {
	position:relative;
}

.headeractions {
	width:390px;
	position:absolute;
	right:0px;
}
.headeraction {
	width:120px;
	background-color:#4c80cc;
	float:right;
	margin-left:10px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	text-align:center;
}

.headeraction a {
	text-decoration:none;
	font-weight:bold;
	color:white;
	display:block;margin:3px;
}

.clearboth {
	clear:both;
}

.topmenu {
	height:36px;
	border-top:3px solid #d9d9d9;
	border-bottom:3px solid #d9d9d9;
	font-weight:bold;
	margin-top:17px;
}

.problem {
	border-bottom:3px solid #d9d9d9;
	font-weight:bold;
	margin-top:17px;
	color:red;
}

.problemdetail {
	color:gray;
	font-weight:normal;
	font-size:0.8em;
}

.toplinkblock {
	width:728px;
	position:absolute;
	right:0;
}

.topmenu a {
	display:block;
	float:left;
	margin:10px;
	margin-right:15px;
}

.bildvorschau {
	width:127px;
	height:130px;
	margin:0;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	position:relative;
}

.bildvorschau_active a {
	font-weight:bold;
}

.bildvorschau img {
	display:block;
	margin:5px;
	margin-left:auto;margin-right:auto;
}
.bildvorschau_text, .albumvorschau_text {
	display:block;
	width:123px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:37px;
	overflow:hidden;
}

.albumvorschau_text img, .bildvorschau_text img {
	margin:0;
	display:inline;
}

.mainmenu {
	width:224px;
	position:absolute;
}

.maincontent {
	width:805px;
	margin-left:224px;
	min-height:800px;
}

.profilkasten {
	width:390px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	min-height:300px;
}

dt {
	color:#8c8c8c;
	font-size:0.7em;
}

.choose_subdomain {
	width:172px;
	text-align:center;
	margin-top:10px;
}

.choose_subdomain img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}



.choose_subdomain a {
	font-size: 0.7em;
	color:#8c8c8c;
}

.mainmenu_choose_subdomain_inactive img {
	opacity: 0.3;
	display: inline-block;
	background: black;
}

.mainmenu_choose_subdomain_active img {
	opacity: 1;
	display: inline-block;
	background: black;
}

.mainmenu_choose_subdomain_overall_active a {
	font-weight:bold;
	color:black;
}

.seitenbrowser a {
	font-weight:bold;
	font-size:1.4em;
}

.seitenbrowser .seitenbrowser_active {
	text-decoration:underline;
}
.seitenbrowser {
	clear:both;
}

.inline_image_edit_form, .inline_album_edit_form, .inline_profile_edit_form {
	position:absolute;
	z-index:10000;
	background-color:white;
	font-size:12px !important;
	font-weight:none;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	border:1px solid black;
	left:400px;
}

.inline_image_edit_form_multi {
	padding:0;
	margin-bottom:13px;
}

.inline_profile_edit_form {
	left:600px;
}

.inline_image_edit_form textarea, .inline_album_edit_form textarea, .inline_profile_edit_form textarea {
	width:800px;
	height:200px;
}

.inline_image_edit_form_multi textarea {
	width:700px;
	height:100px;
}

.inline_image_edit_form input, .inline_image_edit_form select, .inline_album_edit_form input, .inline_album_edit_form select, .inline_profile_edit_form input, .inline_profile_edit_form textarea {
	clear:both;
	display:block;
	width:800px;
}

.inline_image_edit_form_multi input, .inline_image_edit_form_multi select {
	width:700px;
}

.inline_image_edit_form label, .inline_album_edit_form label, .inline_profile_edit_form label {
	display:block;
	float:none;
}

.inline_image_edit_close, .inline_album_edit_close {
	position:absolute;
	right:30px;
	z-index:10100;
}

.inline_image_edit_close img, .inline_album_edit_close img {
	width:16px !important;
	height:16px !important;
}

.inline_image_edit_form_thumbnail {
	width:210px;
	height:300px;
	position:absolute;
}

.inline_image_edit_form_right {
	margin-left:220px;
}

.inline_image_edit_loeschen_checkbox {
	width:15px !important;
	display:inline !important;
}

.inline_image_edit_loeschen_label {
	display:inline !important;
}

.choose_subdomain_span {
	width:80px;
	float:left;
	text-align:center;
	
}
.choose_subdomain_span a {
	font-size:10px !important;
}
.choose_subdomain_span img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.choose_subdomain_active {
	font-weight:bold;
	border:3px solid black;
	border-radius:5px;
}

#headeractionactive {
	position:absolute;
	left:630px;
	top:30px;
}

.obacht {
	font-size:16px;
	font-weight:bold;
	color:#AE0000;
}

.regform label {
	min-width:200px;
}

.helptext, .bildinfo {
	font-size: 0.8em;
	color: #8c8c8c;
}

.bildinfo {
	margin-bottom:15px;
}

.bildinfo .imageuser {
	font-size:13px;
	font-weight:bold;
}

.titelschmal {
	font-weight:bold;
	margin-bottom:5px;
}

.breadcrumb {
	margin-top:12px;
	margin-bottom:10px;
}

.ui-tabs-anchor {
	font-size:12px !important;
}

.ui-widget-content a {
	color:#4C80CC;
}

.ui-widget-content {
    color: #000000;
}

.bildvorschau, .albumvorschau {
	font-size:0.7em;	
}

.headeruser h1 {
	margin:0;
	font-size:13px;
}

.headeruser ul {
	margin:0;
	padding-left:20px;
	font-weight:bold;
}

#vorhalter_login, #vorhalter_logged_in {
	width:100%;
	background-color:#9bc4ff;
	border-bottom:3px solid #4C80CC;
	padding-top:3px;
	padding-bottom:3px;
	height:24px;
}

#vorhalter_logged_in {
	background-color:#4C80CC;
	height:14px;
}

#vorhalter_logged_in a {
	color: white;
}

#vorhalter_login_form {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#vorhalter_login_form form {
	float:right;
}

.vorhalter_userlink {
	display:inline;
	margin-right:10px;
	font-weight:bold;
}



.pwforgottenlink {
	font-size:9px;
	color:#a9a9a9;
	position:relative;
	left:15px;
	top:6px;
}

.anzeige1 {
	margin-top:8px;
}

.anzeige2 {
	margin-top:10px;
}

.imageanzeige {
	margin-top:5px;
	margin-bottom:8px;
}

.imageanzeigetopmargin {
	margin-top:15px;
}

.moreimages {
	height:150px;
}

#newdesigncommentopener {
	position:absolute;
	right:0px;
	top:35px;
	background-color:#ff7e01;
	border-color:#ff7e01;
}

.newdesignclose {
	position:absolute;
	right:0px;
	top:60px;
}

.uservorschau, .albumvorschau {
	float:left;
	width:184px;
	border:3px solid #D9D9D9;
	border-radius: 7px;
	margin:5px;
	height:60px;
}

.uservorschau img, .albumvorschauimage {
	height:41px;
	margin-left:5px;
	max-width:54px;
}

.uservorschau p, .albumvorschau p {
	font-weight:bold;
	padding:0px;
	padding-bottom:2px;
	margin:0px;
	margin-left:5px;
}

.albumvorschauimage {
	margin-top:5px;
}

.albumvorschau {
	height:80px;
}

.editierstift {
	width:16px !important;
	height:16px !important;
	margin:0;
	position:absolute;
}

#toplist {
	position:absolute;
	right:10px;
	margin-top:15px;
}

.userfotos_edit img {
	float:left;
	margin-ripgt:30px;
	position:absolute;
}

.userfotos_edit .inline_image_edit_form {
	width:700px;
}

.userfotos_edit_form {
	margin-left:100px;
}

.userfotos_edit_form textarea, .userfotos_edit_form input {
	width:600px;
}

.userfotos_edit_form textarea {
	height:60px;
}

.imageanzeige_platzhalter_90 {
	height:90px;
}

.imageanzeige_fuer_platzhalter {
	position:absolute;
	top:235px;
}

.crumb {
	display:inline;
}

.userfotos_bearbeiten_leiste {
	position:fixed;
	bottom:5%;
	height:40px;
	width:1024px;
	background-color:#4C80CC;
	border-radius:7px;
	z-index:10100;
}

.userfotos_bearbeiten_leiste input {
	width:1020px;
	height:36px;
	border:2px solid #ffffff;
	margin-left:2px;
	margin-top:2px;
}

.userfotos_bearbeiten_leiste input:hover, input[type="submit"]:hover {
	background-color:#4C80CC;
}

.userfotos_bearbeiten_filter {
	border-radius:7px;
	background-color:#E6E6E6;
	border:1px solid #AAAAAA;
	margin-bottom:20px;
	padding:10px;
}

.enlargeimage {
	float:left;
	margin-left:15px !important;
	margin-top:-20px !important;
	z-index:10100;
	position:absolute;
	top:88px;
}

.shariff li {
	border-radius: 7px;
}

.inline_image_edit_form > div {
	min-height:400px;
}
