@charset "UTF-8";
/* CSS Document */

/* Noscript */
.noscript {
	background: red;
	padding: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
}
.noscript p {
	color: #fff;
	font-size: 18px;
}

/* für alle modernen Browser */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* für den IE5/Mac und hasLayout für IE7 */
.clearfix {
	display: inline-block;
}
/* Verstecken vor dem IE/Mac, hasLayout für IE5+6 erzwingen */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
body {
	padding:0px;
	height:100%;
	margin:0px;
	text-align:left;
}
body, div, p, td, input, textarea, select {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:12px;
	color:#676767;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px 0px 4px 0px;
}
#base {
	width: 970px;
	text-align:left;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:12px;
	color:#676767;
}
#message {
	width:auto;
	height:auto;
	margin: auto;
	background-color:#FFFFFF;
	position:absolute;
	text-align:center;
	padding:20px 50px 22px 50px;
	z-index:2000;
}
#spacer {
	clear:both;
	height:25px;
}
a {
	text-decoration:none;
	color:#676767;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0px none;
}
form {
	padding:0px;
	margin:0px;
}
input, textarea, select {
	font-size:12px;
	border: 1px solid #ADADAD;
}
input {
	border:1px solid #adadad;
}
input[type="image"] {
	border: 0;
}
/*::: NAVIGATION :::*/
#navig-ul {
	margin:0;
	padding:0;
	height:25px;
	float:right;
	margin-bottom:5px;
}
#navig-ul li {
	float:left;
	list-style:none;
	height:25px;
}
#navig-ul span a {
	padding: 5px 20px 5px 15px;
	line-height:24px;
}
#navig-ul span {
	float:left;
	height:25px;
}
/*WHITE*/
.but-ro-grey {
	background:url(../core-pics/buttons/button_ro_grey.gif) top right /*no-repeat*/;
	width: auto;
	display:inline-block;
	padding:0px;
	float:left;
	margin:0px 5px 0px 5px;
}
.but-lo-grey {
	background:url(../core-pics/buttons/button_lo_grey.gif) top left no-repeat;
	padding:0px;
}
.but-ru-grey {
	background:url(../core-pics/buttons/button_ru_grey.gif) bottom right no-repeat;
	padding:0px;
}
.but-lu-grey {
	background:url(../core-pics/buttons/button_lu_grey.gif) bottom left no-repeat;
	padding:0px;
}
.but-inhalt-grey {
	margin:0px 0px 0px 0px;
	padding:2px 20px 2px 20px;
	clear:both;
	font-size:10px;
	color:#676767;
	text-transform:none;
}
.button-box-darkgrey {
	position:relative;
	top:0px;
	right:0px;
	padding:0px;
	margin:0px;
}
.but-ro-darkgrey {
	background:url(../core-pics/buttons/button_ro_dark-grey.gif) top right /*no-repeat*/;
	width: auto;
	display:inline-block;
	padding:0px;
	float:left;
	margin:0px 5px 0px 5px;
}
.but-lo-darkgrey {
	background:url(../core-pics/buttons/button_lo_dark-grey.gif) top left no-repeat;
	padding:0px;
}
.but-ru-darkgrey {
	background:url(../core-pics/buttons/button_ru_dark-grey.gif) bottom right no-repeat;
	padding:0px;
}
.but-lu-darkgrey {
	background:url(../core-pics/buttons/button_lu_dark-grey.gif) bottom left no-repeat;
	padding:0px;
}
/*::: GLOABL CLASS :::*/
.modul-spacer {
	margin-bottom:20px;
}
.floater-left {
	float:left;
}
.floater-right {
	float:right;
}
.clear {
	clear:both;
	height:1px;
	padding:0px;
	margin:0px;
}
.white {
	color:#FFFFFF;
}
/*::: INHALTE  :::*/
#header {
	margin-bottom:14px;
}
#content {
	margin:14px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#content-left-start {
	float:left;
	width:562px;/*342px*/
	margin:0px;
}
#content-right-start {
	width:394px;/*594px*/
	float:right;
	margin:0px;
}
#content-left {
	float:left;
	width:342px;/*342px*/
	margin:0px;
}
#content-right {
	position: relative;
	width: 590px;/*594px*/
	float:right;
	margin:0px 0px 0px 0px;
	padding: 8px 10px 0px 0px;
	overflow:hidden;
}
#footer {
	clear:both
}
.content-headline {
	font-size:14px;
	font-weight:bold;
}
.hr {
	border-bottom:1px dotted #b7b7b7;
	display:block;
	clear:both;
	padding:0px 0px 0px 0px;
}
.crm {/*<<< MARGIN RECHTS FÜR CONTENT RECHTS*/
	margin-right:16px;
}
/*PICS-HOLDER CONTENTBEREICH*/
.content-holder-box {
	display:inline-block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width: auto;
	padding:0px;
}
.ro-content {
	background:url(../core-pics/pic-holder/roundedbox_ro.gif) top right no-repeat;
}
.lo-content {
	background:url(../core-pics/pic-holder/roundedbox_lo.gif) top left no-repeat;
}
.ru-content {
	background:url(../core-pics/pic-holder/roundedbox_ru.gif) bottom right no-repeat;
}
.lu-content {
	background:url(../core-pics/pic-holder/roundedbox_lu.gif) bottom left no-repeat;
}
.inhalt-content {
	margin:0px 0px 0px 0px;
	padding:7px 7px 8px 7px;
}
.content-holder-info {
	text-align:center;
	font-size:11px;
}
/* Startseite (Fleshless) */
#flash {
	overflow: hidden;
	position: relative;
}
#flash .image {
    float: left;
    z-index: 10;
    position: relative;
}
#flash .slider {
    float: right;
    width: 280px;
    height: 354px;
    position: relative;
}
#flash .gray {
	position: absolute;
	right: 31px;
	z-index: 2;
}
#flash .wrapper {
	position: absolute; 
	width: 220px;
	height: 330px;
	top: 25px; 
	left: 38px; 
}
#flash .wrapper h1 {
    width: 224px;
    height: 41px;
    margin-bottom: 25px;
}
#flash .color .wrapper h1 {
	height: 15px;
}
#flash .gray .wrapper .subtitle {
	font-weight: bold;
	margin-bottom: 25px;
}
#flash .wrapper > a {
	position: absolute;
	bottom: 20px;
}
#flash .color {
	position: absolute;
	right: 0px;
	cursor: pointer;
}
#flash .wrapper ul {
    color: #fff;
    list-style: none;	
    padding: 0;
    font-weight: bold;
}
#flash .wrapper ul li {
	margin-bottom: 20px;
	font-size: 13px;
}
#flash .wrapper ul li a {
    color: #fff;	
}
#flash .wrapper ul .info {
    font-size: 11px;	
}
#flash .color .wrapper  {
	left: 18px;
}
/*ACTION*/
#action {
	height:55px;
	clear:both;
	margin-bottom:32px;
}
#action-panel {
	padding-top:28px;
}
#searchform input {
	border:1px solid #adadad;
	height:auto;
	padding: 2px 5px 2px 5px;
	margin: -2px 7px 0px 0px;
	width:136px;
}
#searchform {
	margin-left:27px;
	width: 470px;
}
#searchform .button-box-white {
	margin-right:20px;
}
#login .button-box-white {
	margin-left:18px;
}
/*FORMULARE*/
#jumpsite {
	width:48px;
	margin-left:8px;
	margin-right:8px;
	padding:2px 2px 2px 2px;
	vertical-align:middle;
	margin-top:-2px;
	text-align:center;
}
#jumpline-bottom {
	padding:4px 5px 3px 5px;
}
/* CANIO */
#content-right .text, #content-right .select, #content-left .text, #content-left .select{
	width: 100%;
	height: 19px;
	margin: 5px 0 10px 0;
}
#content-right .select, #content-left .select {
	height: 21px;
	width: 100.5%;
}
#content-right .select-day {
	height: 21px;
	width: 60px;
	margin: 5px 0 10px 0;
}
#content-right .checkbox, #content-left .checkbox {
	margin: 3px 0;
	padding: 0;
	width: auto;
	border: 0;
}
#content-right .radio, #content-left .radio {
	margin: 5px 0 10px 3px;
	width: auto;
	border: none;
	background: #fff;
}
*+ html input[type="radio"] {
	border: 0;
	background: transparent;
}
#content-right .radioLabel, #content-left .radioLabel {
	position:relative;
	top:-3px;
	padding-left: 3px;
}
*+ html #content-right .radioLabel, *+ html #content-left .radioLabel {
	position: relative;
	top: -12px;
	padding-left: 1px;
}
#content-right .checkboxLabel, #content-left .checkboxLabel {
	position:relative;
	top:-2px;
	padding-left: 6px;
}
*+ html #content-right .checkboxLabel, *+ html #content-left .checkboxLabel {
	position: relative;
	top: -4px;
	padding-left: 3px;
}
#content-right textarea {
	border: 1px solid #BCBCBC;
	width: 100%;
	height: 110px;
	margin: 5px 0 10px 0;
}
#content-right .checkbox-horizontal-highlight {
	margin-top: 1px;
	height: auto;
	width: auto;
}
#content-right .checkbox-vertical-highlight {
	margin: 0;
}
*+ html #content-right .checkbox-vertical-highlight {
	position: relative;
	top: 17px;
	left: -1px;
	border: none;
}
#content-left th {
	padding: 0 0 3px 0;
}
#myap-menu li, #album-menu li, #helpMenu li, #main-navi li {
	list-style-type: none;
}
/* Hilfe-Box, die auf jeder beliebigen Seite auftreten kann */
#help-box ul {
	padding-left: 15px;
}
#help-box ul li{
    list-style-type: disc;
}
/* Hilfe-Menü */
#helpMenu {
	padding-left: 0px;
	margin-top: 5px;
}
*+ html #helpMenu {
	margin-left: 0;
}
#helpMenu a {
	font-size: 12px;
}
#helpMenu ul a {
	font-weight: normal;
}
.helpMenuHover ul {
	padding-left: 20px;
}
*+ html .helpMenuHover ul {
	margin-left: 0px;
}
#helpMenu li {
	padding-bottom: 9px;
}
#helpMenu .helpMenuHover li{
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: disc;
	white-space:nowrap;
}
/* ENDE Hilfe-Menü */
.hidden {
	display: none;
}
#content-right .button-box-white {
	margin: 0 5px;
}
#myap-menu a:hover, #album-menu a:hover{
	text-decoration: none;
	font-weight: bold;
}
#myap-menu .myap-active {
	font-weight: bold;
	background-color: transparent;
}
#myap-menu ul, #album-menu ul {
	padding-left: 10px;
	font-size: 12px;
}
*+ html #myap-menu ul, *+ html #album-menu ul {
	padding-left: 0px;
	margin-left: 10px;
	font-size: 12px;
}
#myap-menu ul li, #album-menu ul li {
	margin-top: 4px;
}
#myap-menu ul li a, #album-menu ul li a{
	padding-left: 6px;
}
label:hover {
	cursor: pointer;
}
.content-subline {
	font-size: 12px;
	font-weight: bold;
}
/* zentrierte Inhalte anzeigen (z.B. Album erstellen) */
#content-right.center-main-content { /* Nein, da kommt kein Leerzeichen rein! */
	margin-top: 115px;
	text-align: center;
}
#content-right .centered-element {
	margin-left:auto;
	margin-right:auto;
	width:390px;
}
#content-right .centered-buttons {
	margin-left:auto;
	margin-right:auto;
	width:200px;
}
#content-right .centered-buttons div{
	margin: 5px 0;
}
/* Kalender-Klassen, unabhängig von der Farbe */
.calendar a {
	text-decoration: none;
	cursor: pointer;
}
.calendar-month {
	padding-top: 1px;
	height: 17px;
	width: 42px;
	font: bold 11px Arial, Verdana, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.calendar-day {
	height: 28px;
	width: 42px;
	text-align: center;
	line-height: 28px;
	font: 18px Arial, Verdana, sans-serif;
	color: #666666;
}
/* Tabs */
#content-right .tab {
	margin: 0;
}
/* Bildlaufleiste im Firefox immer anzeigen */
html {height: 101%;}
#boxEquipment p{
	padding: 0;
	margin: 0;
}
.username {
	font-size: 18px;
	font-weight: bold;
}
/* Farbtheme-Wähler */
#color-themer {
	margin-left: -40px;
}
*+ html #color-themer {
	position: relative;
	left: -40px;
}
#color-themer div {
	display:inline;
	float:left;
	position:relative;
	top:8px;
	left:215px;
	height:8px;
	margin-right:2px;
	padding:0;
	width:8px;
	cursor: pointer;
}
#theme-magenta {
	background-color:#f799d1;
}
#theme-blue {
	background-color:#bae5f2;
}
#theme-orange {
	background-color:#f6bc9b;
}
#theme-green {
	background-color:#e5e7a8;
}
#content-right .tagcloud {
	text-align: justify;
}
#content-right .tagcloud a {
	padding: 0 5px;
	font-weight: bold;
	line-height: 1.5em;
}
/* Fotodetails */
.imageAvatar {
	margin-top: 23px;
}
.imageInfos td {
	font-size: 11px;
	line-height: 1.7em;
}

#downloadForm table tr td {
	position: relative;
	background: #e8e8e8;
	white-space: nowrap;
}
#downloadForm table tr td label {
	height: 22px;
    margin-top: -14px;
    padding-top: 7px;
    position: absolute;
    width: 555px;
    z-index: 1000;
}
*+ html #downloadForm table tr td label {
	margin-top: 0;	
}
#downloadForm table tr.over:hover td span {
	color: #fff;
}
#downloadForm tr {
	height: 25px;
}
#downloadForm td {
	border-bottom: 1px solid #fff;
}

/* ADDTHIS-Buttons */
#content-right .actions {
	float: left;
}
.addthis_toolbox {
	float: right;
	margin: -1px 7px 0 0;
}

/* Foto-Download - Nutzungsbedingungen */
#terms {
	padding: 5px;
	height: 250px;
	width: 554px;
	margin-bottom: 10px;
	overflow: auto;
	border: 1px solid #ADADAD;
}
/* my:ap - Avatar-Box */
#avatarBox .userInfos h2 {
	font-size: 18px;
}
/* Safari-Hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#avatarBox .userInfos h2 {
		margin-top: 4px;
	}
}
*+ html #imageAvatar{
	margin-top: 8px !important;
}
*+ html #ieTableImageInfos {
	left: 4px;
}
/* Kommentare */
#content-right .comment .content {
	float: right;
	width: 400px;
}
*+ html #content-right .comment .content {
	position: relative;
	left: 0px;
	float: none !important;
}
/* Kommentarfelder */
#commentForm {
	margin-top: -4px;
}
/* Suchfeld */
#simpleSearchForm {
	position: relative;
}
/* Sprache */
#action-panel .language-switcher {
	display: inline;
	position: absolute;
	float:right;
	width:75px !important;
	cursor: pointer;
}
#action-panel img {
	position: relative;
	top: 1px;
}
#action-panel ul {
	visibility: hidden;
	padding: 0;
	margin: 0;
	position: absolute;
	list-style: none;
	background: #fff;
}
*+ html #action-panel ul {
}
#action-panel .language-switcher:hover ul {
	visibility: visible;
}
#action-panel ul li {
	margin: 3px 0;
}
#image-header {
	margin-top: -7px;
}
/* ein bisschen Admin */
#approveForm a.full {
	float: left;
	display: block;
	height: 46px;
	width: 46px;
	background: url(../core-pics/admin-vollbild.gif) 0 -46px no-repeat; 
}
#approveForm a.full:hover {
	background-position: 0 0; 
}
#approveForm a.zoom {
	float: left;
	display: block;
	height: 46px;
	width: 46px;
	background: url(../core-pics/admin-1000px.gif) 0 -46px no-repeat; 
}
#approveForm a.zoom:hover {
	background-position: 0 0; 
}
/*
=================
Facebook
=================
*/
.fb_ltr { /*height: auto !important;*/ }
/*
=================
Tour
=================
*/
#content #tour-header { padding-top: 16px; }
#content #tour-header h1 { margin-bottom: 8px; }
#content #tour-content { padding: 0 50px; }
#content #tour-content table { margin: 22px 0 0; }
#content #tour-content p { font-size: 14px; margin-bottom: 17px; }
#content #tour-content .row { overflow: hidden; margin-bottom: 50px; }
#content #tour-content .text-left { width: 431px; }
#content #tour-content .text-left,
#content #tour-content .img-left { margin: 0 20px 0 0; }
#content #tour-content .img-left { width: 381px; }
#content #tour-content .text-right,
#content.tour .img-right {  }
#content #tour-content .text-right { width: 415px; }
#content #tour-register { text-align: center; padding: 30px 0; }
#content #tour-content .text-left img,
#content #tour-content .text-right img { padding: 12px 0 32px; }
