a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html,body {height: 100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
q::before,q::after {content: '';}

/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	/* add fix for IE: http://www.positioniseverything.net/easyclearing.html */
}



/* Fonts and backgrounds */

body {
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	color: #fff;
	background: #0a0e0e url(img/bg1.png) repeat 0 0;
}

h1,h2,nav,#countdown,.myriad {
	font-family: "Myriad Pro","Lucida Grande",Helvetica,Arial,sans-serif;
}

#page {
	background: transparent url(img/bg2.png) repeat-x 0 0;
	min-height: 100%;
}

h1, h2 {
	color: #ff0a00;
	text-transform: uppercase;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

p {
	font-size: 11px;
	line-height: 1.4em;
	margin: .6em 0;
	color: #676b6b;
}

.notext {
	overflow: hidden;
	text-indent: -9999px;
}

.cliptext {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



/* Links */

a,.jslink { color: #ccc; text-decoration: none; }
a:hover,.jslink:hover { color: #ff0a00 !important; }
.jslink { cursor: pointer; }

.arrowlink:before {
	content: "» ";
	font-size: 1.3em;
	line-height: 11px;
}
.arrowlink span {/* IE<8 JS hack */
	font-size: 1.3em;
	line-height: 11px;
}



/* Input fields */

textarea,
input[type=text],
input[type=password],
input[type=email] {
/*	border: #161c1c 1px solid;*/
	border-top: #6f6f6f 1px solid;
	border-right: #c9c9c9 1px solid;
	border-bottom: #c3c3c3 1px solid;
	border-left: #6d6d6d 1px solid;
	background: #d4d4d4 url(img/bg-input.png) no-repeat 0 0;
	font-size: 11px;
	padding: 7px 10px;
	line-height: 13px;
	margin: 0;
}

input[type=text].error,
input[type=password].error,
input[type=email].error,
textarea.error,
.error input[type=text],
.error input[type=password],
.error input[type=email],
.error textarea {
	background: #faa;
}

.pseudocheckbox,
body.webkit input[type=checkbox] {
	display: block;
	width: 19px;
	height: 19px;
	-khtml-appearance: none;
	background: url(img/checkbox.png) no-repeat 0 0;
}
.pseudocheckbox.checked {/* needs to be separated from next identical rule to be seen by IE8 */
	background-position: 0 -19px;
}
body.webkit input[type=checkbox]:checked {
	background-position: 0 -19px;
}


/* Buttons */

button {
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 11px;
	padding: 0;
	outline: 0;
	cursor: pointer;
}
button::-moz-focus-inner { border: 0; padding: 0; }
body.ie7 button {
	overflow: visible;
}
button span {
	display: inline-block;
}

button.black {
	border: #343434 1px solid;
	background: #262626;
	color: #fff;
}
button.black span {
	margin: 1px;
	padding: 2px 25px 3px;
	white-space: nowrap;

	background: #484848; /* Old browsers */
	background: -moz-linear-gradient(top, #484848 0%, #2c2c2c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484848), color-stop(100%,#2c2c2c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #484848 0%,#2c2c2c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #484848 0%,#2c2c2c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #484848 0%,#2c2c2c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #484848 0%,#2c2c2c 100%); /* W3C */
}
body.ie7 button.black span {
	margin: 0;
}



/* Navigations */

nav {
	color: #ff0a00;
	text-align: right;
}

nav a {
	color: #ddd;
	margin: 0 3px;
}

nav a.active {
	color: #ff0a00;
}




/* Main template elements */

#alert div {
	background: #fffabd;
	color: #8f8d70;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 16px;
	border-bottom: #e1e1e1 1px solid;
}

#header {
	width: 960px;
	height: 81px;
	margin: 0 auto 7px auto;
	background: #161c1c;
	position: relative;
}

#shHome {
	width: 39px;
	height: 64px;
	display: block;
	background: #f00 url(img/header-adobe.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 18px;
}

#header nav {
	font-size: 13px;
	text-transform: uppercase;
	padding: 54px 17px 0 0;
}

#logout {
	position: absolute;
	top: 10px;
	right: 17px;
}



/* Main content */

#content {
	width: 960px;
	margin: 7px auto;
	background: #161c1c;
	position: relative;
}

#main {
	padding: 12px 20px 20px 20px;
}

.breadcrumb {
	margin: 0 0 10px 0;
	font-size: 19px;
	text-transform: uppercase;
}




/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	background: #161c1c;
	position: relative;
	font-size: 11px;
}

#footer small {
	display: block;
	padding: 10px 18px;
	width: 450px;
	color: #6e6e6e;
	line-height: 1.5em;
}

/*#footer small a { color: #ccc; }*/

#footer nav {
	position: absolute;
	top: 10px;
	right: 17px;
}


#main, #footer {
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
}



/* Box */

.box {
	position: absolute;
	overflow: hidden;
	background: #1f2525;
}




/* Home */

.block {
/*	width: 920px;*/
/*	margin-left: 20px;*/
	position: relative;
	overflow: hidden;
/*	background: #0f0;*/
}

.block-1,
.block-1 .box {
	height: 296px;
}
.block-1 .box-login {
	background: #000;
}

.box-1 {
	width: 690px;
	background: url(img/box-1a.jpg) no-repeat;
}

.box-1 hgroup {
	width: 430px;
	font-size: 26px;
	padding: 25px 0 0 38px;
}

.box-1 h2 { color: #fff; }

.box-1 .grafik {
	width: 920px;
	height: 210px;
	position: absolute;
	bottom: 0;
	left: 237px;
}
.box-1 .grafik .g {
	background: transparent 0 0 no-repeat;
/*	background-image: url(img/ani-packs.png);*/
	height: 210px;
	position: absolute;
	top: 0;
}
.box-1 .grafik #g1 {
	width: 305px;
	left: 0;
}
.box-1 .grafik #g2 {
	width: 150px;
	left: 207px;
	background-position: -305px 0;
}
.box-1 .grafik #g3 {
	width: 151px;
	left: 293px;
	background-position: top right;
}

.box-1 .like {
	width: 310px;
	height: 35px;
	position: absolute;
	top: 254px;
	left: 39px;
	overflow: hidden;
}
.box-1 .like iframe {
	width: 310px;
	height: 35px;
}


.button {
	display: block;
	position: absolute;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	text-transform: uppercase;
	text-align: center;
}
.button:hover {
	color: #fff;
}

.box-1 .button {
	width: 185px;
	height: 38px;
	position: absolute;
	top: 202px;
	left: 39px;
	line-height: 38px;
}

.box-login {
	width: 223px;
	top: 0;
	right: 0;
}

.block-downl .box-login {
	height: 281px;
}

.box-login h1 {
	font-size: 16px;
	padding: 24px 19px 18px;
}

.block-downl .box-login h1 {
	padding-top: 18px;
}

.box-login p {
	margin: 10px 16px 10px 18px;
	color: #676b6b;
	font-size: 11px;
}

.box-login a.neureg {
	width: 186px;
	height: 22px;
	line-height: 22px;
	display: block;
	margin: 0 auto;
/*	color: #fff;*/
	font-size: 11px;
	text-align: center;
	background: #ff0a00 url(img/btn-neuregistrieren.png);
}

.box-login form {
	margin: 0 19px 16px 19px;
	padding-bottom: 16px;
	border-bottom: #3f3f3f 1px solid;
}

.box-login button.black span {
	padding-left: 8px;
	padding-right: 8px;
}

.box-login .inputrow {
	margin-bottom: 7px;
}

.box-login .inputrow input {
	width: 161px;
}

.box-login .buttonrow {
	position: relative;
	text-align: right;
}



.block-3 {
	width: 921px;
	height: 556px;
	position: relative;
}

#likebox,
#likebox iframe {
	width: 223px;
	height: 556px;
	overflow: hidden;
	border: none;
}

.block-3 #likebox {
	position: absolute;
	top: 0;
	right: 0;
}

.block-3 .box {
	padding: 18px 18px 0 18px;
}

.block-3 .box3-1 {
	width: 304px;
	height: 188px;
	top: 0;
	left: 0;
}
.block-3 .box3-1 .minigal {
	width: 320px;
	height: 105px;
	position: absolute;
	top: 48px;
	left: 19px;
	overflow: hidden;
}
.block-3 .box3-1 .minigal article {
	width: 93px;
	margin-right: 12px;
	float: left;
	overflow-x: hidden;
}
.block-3 .box3-1 .minigal .img {
	display: block;
	width: 91px;
	height: 68px;
	border: #000 1px solid;
	overflow: hidden;
}
.block-3 .box3-1 .minigal figcaption {
	margin-top: 4px;
}
.block-3 .box3-1 .minigal p {
	margin: 0;
	text-transform: uppercase;
}
/*.block-3 .box3-1 .minigal p.cat {}*/
/*.block-3 .box3-1 .minigal p.name {}*/
.block-3 .box3-1 footer {
	width: 315px;
	height: 19px;
	position: absolute;
	bottom: 24px;
	left: 20px;
	font-size: 11px;
	line-height: 19px;
}
.block-3 .box3-1 footer #pagination {
	width: 90px;
	height: 19px;
	position: relative;
	overflow: hidden;
}
.block-3 .box3-1 footer a {
	display: block;
	position: absolute;
	top: 0;
}
.block-3 .box3-1 footer .link1 {
	left: 105px;
}
.block-3 .box3-1 footer .link2 {
	left: 249px;
}

.block-3 .box3-2 {
	width: 303px;
	height: 188px;
	top: 0;
	left: 350px;
	background: #1f2525 url(img/teaser-home-preise.jpg) no-repeat 7px 22px;
}

.block-3 .box3-2 p {
	margin: 0;
	position: absolute;
	top: 165px;
	left: 18px;
}

.block-3 .box3-3 {
	width: 304px;
	height: 322px;
	top: 216px;
	left: 0;
}

.block-3 .box3-4 {
	width: 303px;
	height: 322px;
	top: 216px;
	left: 350px;
}



#homeoverlay {
	width: 100%;
	position: absolute;
	top: 133px;
	left: 0;
	z-index: 11;
	height: 0;
}
#homeoverlay .centre {
	width: 690px;
	height: 551px;
	margin: 0 auto;
	position: relative;
	left: -115px;
	background: url(img/home-overlay.jpg) no-repeat;
}
#homeoverlay .centre a {
	display: block;
	position: absolute;
	width: 187px;
	height: 40px;
	left: 37px;
	top: 473px;
	text-indent: -9999px;
	overflow: hidden;
}
#overlaydark {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
/*	opacity: .6;*/
	z-index: 10;
	display: none;
}

#overlaycontent {
	position: fixed;
	z-index: 20;
	width: 460px;
	height: auto;
	padding: 19px;
	background: grey;
	background: #373737; /* Old browsers */
	background: -moz-linear-gradient(top, #373737 0%, #1f2525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373737), color-stop(100%,#1f2525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #373737 0%,#1f2525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #373737 0%,#1f2525 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #373737 0%,#1f2525 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#484848', endColorstr='#1f2525',GradientType=0); /* IE6-9 */
	background: linear-gradient(top, #373737 0%,#1f2525 100%); /* W3C */
}
#overlayclose {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(img/overlay-close.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 12;
}
#overlaycontent.video {
	width: 640px;
	height: 384px;
	padding: 0;
	background: none;
}
#overlaycontent.video #overlayclose {
	display: none;
}
#overlaycontent.alert h1 {
	font-size: 26px;
}
#overlaycontent.alert p {
	color: #ccc;
	padding-right: 10px;
}
#overlaycontent.alert .buttons {
	margin-top: 20px;
	position: relative;
}
#overlaycontent.alert button.no {
	position: absolute;
	top: 0;
	right: 0;
}


/* News Ticker */

#newsticker {
	border-top: #393c3c 1px solid;
	border-bottom: #393c3c 1px solid;
	margin: 10px 0;
	position: relative;
}

#newsticker h1 {
	width: 77px;
	height: 27px;
	line-height: 27px;
	font-size: 13px;
	color: #fff;
}

#newstickermsg {
	width: 810px;
	height: 27px;
	line-height: 27px;
	position: absolute;
	top: 0;
	left: 77px;
	font-size: 11px;
	color: #848484;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#newsticker a.twitter {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 4px;
	right: 0;
	background: url(img/ticker-twitter.png) no-repeat;
}


/* Teilnehmen / Registrieren */

.block-2 {
	margin-top: 10px;
}

.box-3 {
	width: 922px;
	background: url(img/box-3.jpg) no-repeat;
}

.box-3 hgroup {
	width: 430px;
	font-size: 26px;
	padding: 25px 0 0 38px;
}

.box-3 h2 { color: #fff; }

.box-3 .stoerer {
	width: 154px;
	height: 154px;
	position: absolute;
	top: 97px;
	left: 109px;
/*	background: url(img/stoerer-gewinne.png) no-repeat;*/
	overflow: hidden;
	text-indent: -9999px;
	margin: 0;
}


.box-4 {
	width: 689px;
	height: 479px;
	position: relative;
/*	background: #050;*/
}

.box-4 h1 {
	font-size: 26px;
/*	color: #ff0a00;*/
	padding: 19px 19px 30px 19px;
}

.box-4 h2 {
	font-size: 16px;
/*	color: #ff0a00;*/
	padding-bottom: 19px;
}

.box-4 .registration {
	width: 320px;
	position: absolute;
	left: 19px;
}

.box-4 #recover,
.box-4 .login {
	width: 320px;
	position: absolute;
	left: 369px;
}
.box-4 #recover {
	display: none;
	top: 324px;
}

.box-4 #recover p {
	width: 300px;
	margin: 0 0 14px 0;
}

.box-4 .login .buttonrow,
.box-4 #recover .buttonrow {
	width: 304px;
	margin-top: 5px;
	text-align: right;
	position: relative;
}

.openrecover {
	width: 150px;
	font-size: 11px;
	position: absolute;
	top: 6px;
	left: 0;
	text-align: left;
}

#contact_form .inputrow,
.box-4 .inputrow {
	height: 62px;
}

#contact_form .inputrow label,
.box-4 .inputrow label {
	display: inline-block;
	font-size: 11px;
	color: #676b6b;
	padding-bottom: 4px;
}

#contact_form input,
#contact_form textarea,
.box-4 input[type=text],
.box-4 input[type=password],
.box-4 input[type=email] {
	width: 290px;
}

.box-4 #recover input,
.box-4 .login input {
	width: 280px;
}

.box-4 .checkboxrow {
	height: 58px;
	margin-top: 10px;
	position: relative;
}
.block-edit .termscheck .checkbox,
.box-4 .checkboxrow .checkbox {
	width: 24px;
	height: 24px;
/*	background: #800;*/
	position: absolute;
	top: 0;
	left: 0;
}
.block-edit .termscheck p,
.box-4 .checkboxrow p {
	margin: 0 0 0 28px;
	line-height: 1.6em;
}
body.ie7 .block-edit .termscheck p,
body.ie7 .box-4 .checkboxrow p {
	line-height: 2em;
}
	/*.box-4 .checkboxrow a { color: #ccc; }*/
.block-edit .termscheck label,
.box-4 .checkboxrow label {
	font-size: 26px;
}

.box-4 .error label {
	color: #ff0a00;
}

/*.box-4 .buttonrow {}*/


.tooltip {
/*	width: 290px;*/
	padding: 10px;
	background: #161c1c;
	border: #fff 2px solid;
	font-size: 11px;
}

.error label {
	cursor: help;
}



.box-inspiration {
	width: 205px;
	height: 479px;
	top: 0;
	right: 0;
	padding: 18px 0 0 18px;
	overflow: hidden;
}
.box-inspiration article {
	margin-top: 10px;
}
.box-inspiration article a {
	display: block;
	width: 183px;
	height: 135px;
	border: #000 1px solid;
	overflow: hidden;
}
.box-inspiration article p {
	margin: 4px 0 0 0;
}
.box-inspiration footer {
	width: 183px;
	margin-top: 20px;
	padding-top: 5px;
	border-top: #3f3f3f 1px solid;
}



/* Info Pages */

.block-info {
	margin-top: 10px;
	position: relative;
}

.block-info .box-info {
	width: 651px;
	height: 280px;
	position: relative;
	padding: 19px;
}

.block-info .box-info h1 {
	font-size: 26px;
	padding: 0 0 .2em 0;
}

.block-info aside {
	width: 205px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}


/* Countdown */

#countdown {
	width: 103px;
	height: 28px;
	background: url(img/countdown.png) no-repeat;
	position: absolute;
	top: 31px;
	right: 20px;
	padding: 4px 0 0 91px;
	z-index: 15;
}

#countdown span {
	display: block;
	float: left;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
}

#countdown-d { width: 38px; }
#countdown-h { width: 31px; }
#countdown-m { width: 33px; }
#countdown .leg { display: none; }





/* Profilseite */

.box-profil {
	height: 410px;
	background: #c81c1c url(img/box-profil.jpg) no-repeat;
	position: relative;
}

.box-profil h1 {
	width: 280px;
/*	color: #ff0a00;*/
	font-size: 25px;
	position: absolute;
	top: 24px;
	left: 19px;
}

.box-profil #tip-profilbild {
	width: 260px;
	position: absolute;
	top: 81px;
	left: 31px;
	color: #cdcdcd;
	font-size: 11px;
	line-height: 22px;
	margin: 0;
}

.box-profil #profilfoto {
	width: 273px;
	height: 202px;
	position: absolute;
	top: 117px;
	left: 25px;
}

.box-profil #fotoupload {
	width: 253px;
	height: 20px;
	position: absolute;
	top: 357px;
	left: 20px;
}
/*#fotouploadbtnstatus {
	color: #000;
}
#fotouploadbtnstatus.loading {
	background-image: url(img/spinning-red.gif);
}*/

.box-profil #fotodelete {
	width: 24px;
	height: 20px;
	position: absolute;
	top: 357px;
	left: 279px;
	background: url(img/btn-fotodelete.png) no-repeat;
	cursor: pointer;
}





#profileform {
	width: 579px;
	position: absolute;
	top: 89px;
	left: 320px;
/*	background: green;*/
}
#profileform .col1,
#profileform .col2 {
	width: 283px;
/*	background: lime;*/
}
#profileform .col2 {
	position: absolute;
	top: 0;
	right: 0;
}

#profileform.submitting input { color: grey; }
#profileform.saved input {}

#profileform .inputrow {
	height: 58px;
}

#profileform label {
	display: inline-block;
	font-size: 11px;
	color: #000;
	padding-bottom: 4px;
}

#profileform .plz {
	width: 111px;
	float: left;
}

#profileform .ort {
	width: 172px;
	float: left;
}

#profileform input {
	border: #730f12 1px solid;
}
#profileform input[type=text] {
	width: 261px;
}

#profileform .geb-fields {}
#profileform .geb-fields input {
	width: 20px;
	margin-right: 10px;
}
#profileform input[name="geb_j"] {
	width: 35px;
}
#profileform input[name="plz"] {
	width: 75px;
}
#profileform input[name="ort"] {
	width: 150px;
}

#profileform .partner {
	position: relative;
	border-top: #000 1px solid;
	margin-top: 10px;
	padding-top: 10px;
}
/*#profileform .partner .col2 {
	top: 10px;
}*/


#submit_profile {
	width: 156px;
	height: 20px;
	background: url(img/btn-profilspeichern.png) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 268px;
	right: 0;
}



.btn-delete {
	width: 26px;
	height: 22px;
	background: url(img/btn-delete.png) no-repeat;
	cursor: pointer;
}




.block-einr h1 {
	font-size: 16px;
	line-height: 16px;
	border-top: #4a4b4b 1px solid;
	border-bottom: #4a4b4b 1px solid;
	padding: 6px 0 5px 0;
	margin: 8px 0;
}

.block-thumbs header,
.block-einr header {
	height: 19px;
	margin-top: 7px;
	padding: 7px 0;
	border-top: #595959 1px solid;
	border-bottom: #595959 1px solid;
}

.block-thumbs header #id_cat {
	display: none;
}

.block-thumbs #pagination {
	width: 600px;
	height: 19px;
	position: absolute;
	top: 14px;
	right: 0;
	overflow: hidden;
	text-align: right;
}
#pagination span,
#pagination a {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-left: 3px;
	background: #000;
	color: #bbb;
	font-size: 11px;
	line-height: 19px;
	text-align: center;
}
#pagination span.active,
#pagination a.active {
	background: #ff0a00;
	color: #fff;
}

#list-einr {
	width: 930px;
/*	height: 179px;*/
	list-style: none;
}
#list-einr li {
	display: block;
	width: 127px;
	height: 169px;
	padding: 10px 10px 0 10px;
	font-size: 11px;
	background: #1f2525;
	margin-right: 8px;
	margin-top: 8px;
	float: left;
}
#list-einr li.active {
	background: #710f12;
}
#list-einr li.hide {
	visibility: hidden;
}

#list-einr .img {
	width: 125px;
	height: 92px;
	border: #000 1px solid;
	overflow: hidden;
}
.block-einr #list-einr .img {
	background: url(img/beitrag-dummy.jpg) no-repeat 0 0;
}

#list-einr h2 {
	height: 16px;
	margin-top: 6px;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
}

#list-einr .cat {
	height: 23px;
	color: #676b6b;
}

#list-einr .edit {
	border-top: #3f3f3f 1px solid;
	padding-top: 6px;
}

#list-einr .active .edit {
	border-top-color: #000;
}




/*.block-einr h2 {
	font-size: 16px;
}*/

.block-edit {
	display: none;
	margin-top: 8px;
}

.block-edit .c1,
.block-edit .c2 {
	position: relative;
	padding: 18px;
	background: #1f2525;
}
.block-edit .c2 {
	position: absolute;
	top: 0;
	right: 0;
}


.block-edit .beitragsartselect {
	height: 19px;
	position: relative;
}
.block-edit .beitragsartselect > * {
	height: 19px;
	float: left;
	padding: 0 5px 0 24px;
	background: url(img/checkbox.png) no-repeat 0 0;
	font-size: 11px;
	line-height: 18px;
	color: #676b6b;
	cursor: default;
}
.block-edit .beitragsartselect .beitragsart-portf {
	width: 57px;
	margin-right: 10px;
}
.block-edit .beitragsartselect .beitragsart-act {
	width: 46px;
}

#editportfolio .beitragsartselect .beitragsart-portf {
	background-position: 0 -19px;
}
#editaction .beitragsartselect .beitragsart-act {
	background-position: 0 -19px;
}





#editaction .c1 {
	width: 421px;
	height: 423px;
	position: relative;
}

#editaction .c2 {
	width: 419px;
	height: 423px;
/*	position: absolute;*/
/*	bottom: 0;*/
/*	right: 0;*/
}





#editaction .inputrow { margin-top: 10px; }
#editaction .inputrow-2,
#editaction .inputrow-5 { position: relative; }
#editaction .inputrow-5 {
	margin-top: 20px;
}

#editaction .inputrow .name1,
#editaction .inputrow .name2 {
	width: 200px;
}

#editaction .inputrow .name1 input,
#editaction .inputrow .name2 input {
	width: 177px;
}

#editaction .inputrow .name1 {
	position: absolute;
	top: 0;
	right: 0;
}

#editaction textarea {
	width: 398px;
}

#act_templ_beschreibung { height: 46px; }
#act_templ_beschreibung2 { height: 80px; }

#editaction .ersparnis {
	width: 190px;
	position: relative;
}
#editaction .ersparnis input {
	width: 17px;
	padding-right: 21px;
	background-image: url(img/bg-input-ersparnis.png);
	text-align: right;

}
#editaction .ersparnis label {
	width: 140px;
	position: absolute;
	top: 0;
	left: 60px;
	line-height: 16px;
}

#editaction .inputrow-5 .buttons {
	width: 194px;
	height: 22px;
	top: 0;
	right: 0;
	position: absolute;
}
#actionfileupload {
	width: 161px;
	height: 22px;
	overflow: hidden;
}
#actionfiledelete {
	position: absolute;
	top: 0;
	right: 0;
}




#editportfolio .c1 {
	width: 265px;
	height: 333px;
/*	background: #1f2525;*/
/*	padding: 18px;*/
	position: relative;
}

#editportfolio .c1 .inputrow { height: 60px; }
#editportfolio .c1 .inputrow-1 { height: 50px; margin-top: 10px; }

.block-edit .c1 .inputrow label {
	display: inline-block;
	font-size: 11px;
	color: #676b6b;
	padding-bottom: 4px;
}

#editportfolio .c1 textarea,
#editportfolio .c1 input[type=text] {
	width: 243px;
}

#portf_templ_beschreibung {
	height: 56px;
}

/*#editportfolio .c1 .inputrow-4 { height: 104px; }*/
#editportfolio .c1 .buttons {
	width: 264px;
	height: 22px;
	position: absolute;
	bottom: 26px;
	left: 19px;
}
#editportfolio .c1 .uploadbutton {
	width: 232px;
	height: 22px;
	overflow: hidden;
}
#editportfolio .c1 .btn-delete {
	position: absolute;
	top: 0;
	right: 0;
}



.progress {
	width: 283px;
	height: 7px;
	background: url(img/progress-l.png) no-repeat 0 0;
	position: absolute;
	top: 27px;
	left: 0;
	display: none;
}
#portfoliofilestatus { width: 264px; }
#actionfilestatus { width: 194px; }
.screenshot .progress { width: 177px; }
.progress > div {
	height: 100%;
	background: url(img/progress-r.png) no-repeat top right;
}
.progress div div {
	padding: 2px;
}
.progress span {
	display: block;
	width: 0;
	height: 1px;
	background: #dc0900;
	border-top: #dd0e05 1px solid;
	border-bottom: #b50c06 1px solid;
}


#editportfolio .c2 {
	width: 574px;
	height: 333px;
/*	background: #1f2525;*/
/*	padding: 18px;*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	right: 0;*/
}

.screenshotsupl {
	width: 592px;
	height: 179px;
	position: absolute;
	top: 56px;
	left: 19px;
}
#act-screenshots {
	width: 420px;
	top: 119px;
}
.screenshotsupl .screenshot {
	width: 177px;
	height: 179px;
	margin: 0 20px 0 0;
	float: left;
}
.screenshotsupl .screenshot figure {
	width: 173px;
	height: 146px;
	padding: 2px;
	background: #343434;
}
.screenshotsupl .screenshot figure .img {
	width: 173px;
	height: 129px;
	overflow: hidden;
	background: url(img/screenshot-dummy.jpg) no-repeat;
}
.screenshotsupl .screenshot figure figcaption {
	font-size: 11px;
	line-height: 18px;
	margin: 0 13px;
	height: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.screenshotsupl .screenshot .buttons {
	height: 22px;
	margin-top: 7px;
	position: relative;
}
.screenshotsupl .screenshot .buttons .uploadbutton {
	width: 146px;
	height: 22px;
	overflow: hidden;
}
.screenshotsupl .screenshot .buttons .btn-delete {
	position: absolute;
	top: 0;
	right: 0;
}

.block-edit .termscheck {
	width: 455px;
	position: absolute;
	top: 260px;
	left: 19px;
}
#editaction .termscheck {
	width: 418px;
	top: 328px;
}
.block-edit .termscheck label {
	color: #ccc;
}

.block-edit .c2 .formbuttons {
	width: 574px;
	height: 22px;
	position: absolute;
	bottom: 26px;
	left: 19px;
}
#editaction .c2 .formbuttons {
	width: 420px;
	bottom: 43px;
}
#editportfolio .c2 .formbuttons .btn-delete {
	width: 157px;
	height: 22px;
	background: url(img/btn-portfolioloeschen.png) no-repeat;
	cursor: pointer;
}
.block-edit .c2 .formbuttons .btn-submit {
	width: 177px;
	height: 22px;
	background: url(img/btn-portfoliosubmit.png) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
#editaction .formbuttons .btn-submit {
	background-image: url(img/btn-actionsubmit.png);
}



/* Downloads */

.box-prevwinners {
	height: 424px;
	background: #c81c1c url(img/bg-redbox.jpg) no-repeat;
	position: relative;
}

.box-prevwinners h1 {
	width: 500px;
	font-size: 25px;
	position: absolute;
	top: 24px;
	left: 19px;
}

.box-prevwinners .templates {
	width: 901px;
	height: 413px;
/*	background: green;*/
	position: absolute;
	top: 80px;
	left: 20px;
}

.box-prevwinners .template-bubble {
	height: 340px;
}

.box-prevwinners .template-bubble > figure figcaption p {
	width: 273px;
}

.template-bubble > figure a.download {
	display: block;
	width: 122px;
	height: 95px;
	padding: 26px 0 0 0;
	position: absolute;
	top: 44px;
	left: 74px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	background: url(img/dl-entry.png) no-repeat;
}
.template-bubble > figure a.download strong {
	display: block;
	font-weight: normal;
	font-size: 20px;
	color: #ff0a00;
}



.block-downl {
	margin-top: 10px;
}

.box-downl {
	width: 650px;
	padding: 19px;
	position: relative;
}

.box-downl h1 {
	width: 470px;
	font-size: 26px;
	margin-bottom: 30px;
}
.ph3 .box-downl h1 {
	width: auto;
}

.box-downl article {
	position: relative;
	border-bottom: #3f3f3f 1px solid;
	margin-bottom: 14px;
	padding-bottom: 14px;
}
.box-downl article.last-child,
.box-downl article:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.box-downl article .img {
	width: 324px;
}
.box-downl article .text {
	width: 316px;
	position: absolute;
	top: 0;
	right: 0;
}

.block-downl .box-inspiration {
	height: 100%;
	top: 291px;
}



/* Galerie */

.box-galerie {
	height: 512px;
	background: #c81c1c url(img/bg-redbox.jpg) no-repeat;
	position: relative;
	overflow: visible;
}

.box-galerie h1 {
	width: 500px;
	font-size: 25px;
	position: absolute;
	top: 24px;
	left: 19px;
}

.box-galerie .templates {
	width: 901px;
	height: 413px;
/*	background: green;*/
	position: absolute;
	top: 80px;
	left: 20px;
}

.box-galerie .goarr {
	width: 19px;
	height: 512px;
	position: absolute;
	top: 0;
	background: #730f12 url(img/pagearrows.png) no-repeat 0 230px;
	cursor: pointer;
}
.box-galerie #goleft {
	left: -19px;
}
.box-galerie #goright {
	right: -19px;
	background-position: -19px 230px;
}

.template-bubble {
	width: 283px;
	height: 413px;
	float: left;
	margin-right: 16px;
	background: url(img/bg-template-bubble.png) no-repeat;
}
.template-bubble p {
	color: #000;
}
.template-bubble h2 {
	height: 32px;
	margin: 0 10px;
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	text-transform: none;
	font-size: 11px;
	line-height: 21px;
	color: #ccc;
}
.template-bubble > figure {
	position: relative;
}
.template-bubble > figure .img {
	width: 273px;
	height: 202px;
	padding: 5px 5px 0 5px;
	overflow: hidden;
}
.template-bubble > figure .img2,
.template-bubble > figure .img3 {
	display: none;
}
.template-bubble > figure .selectimg {
	width: 45px;
/*	height: 13px;*/
	position: absolute;
	top: 10px;
	left: 10px;
	background: orange;
}
.template-bubble > figure .selectimg div {
	width: 13px;
	height: 13px;
	background: #1f2525;
	position: absolute;
	top: 0;
	cursor: pointer;
}
.template-bubble > figure .selectimg .sel2 {
	left: 16px;
}
.template-bubble > figure .selectimg .sel3 {
	left: 32px;
}
.template-bubble > figure .selectimg div.active {
	background: #ff0a00;
}
.template-bubble > figure figcaption {
	height: 26px;
/*	background: blue;*/
	position: relative;
}
.template-bubble > figure figcaption p {
	width: 136px;
	font-size: 11px;
	line-height: 26px;
	margin: 0 5px;
	color: #ff0a00;
}
.template-bubble > figure figcaption p.date {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
.template-bubble > p {
	height: 62px;
	margin: 10px 0;
	overflow: hidden;
}
.template-bubble footer {
	height: 66px;
	position: relative;
/*	background: violet;*/
}
.template-bubble footer figure .img {
	width: 82px;
	height: 60px;
	padding: 3px;
	background: #1f2525;
	overflow: hidden;
}
.template-bubble footer figure figcaption {
	width: 195px;
	height: 43px;
	position: absolute;
	top: 0;
	left: 88px;
	background: url(img/template-bubble-line.png) no-repeat bottom left;
}
.template-bubble footer figure figcaption p {
	margin: 0 0 0 8px;
}
.template-bubble footer figure figcaption p.name {
	color: #fff;
}
.template-bubble footer .like {
	width: 187px;
	height: 23px;
	position: absolute;
	top: 43px;
	left: 96px;
	overflow: hidden;
/*	background: teal;*/
}
.template-bubble footer .like iframe {
	width: 187px;
	height: 23px;
}




/* Gewinne */

.block-gewinne {
	margin-top: 10px;
}

.block-gewinne .box-gewinne {
	width: 688px;
	height: 1360px;
	position: relative;
	background-image: url(img/bg-gewinne.jpg);
}

.block-gewinne .box-gewinne h1 {
	font-size: 26px;
	padding: 17px 0 0 19px;
}

.box-gewinne .preis {
	position: absolute;
}
.box-gewinne .preis.left {
	width: 530px;
	left: 17px;
}
.box-gewinne .preis.right {
	width: 515px;
	left: 152px;
}

#preis-1 { top: 73px; width: 410px; }
#preis-2 { top: 225px; }
#preis-3 { top: 410px; width: 390px; }
#preis-4 { top: 555px; }
#preis-5 { top: 746px; width: 450px; }
#preis-6 { top: 908px; }
#preis-7 { top: 1066px; }
#preis-8 { top: 1208px; }


.box-gewinne h2 span {
	color: #ccc;
}

.block-gewinne aside {
	width: 223px;
	height: 1360px;
	position: absolute;
	top: 0;
	right: 0;
}

.block-gewinne aside .box {
	position: relative;
}

.block-gewinne aside .box-steps {
	height: 162px;
	padding: 16px 0 0 16px;
	background-image: none;
}

.box-steps ol {
	list-style: none;
	margin: 14px 0;
}
.box-steps ol li {
	height: 21px;
	padding-left: 31px;
	line-height: 21px;
	font-size: 13px;
	text-transform: uppercase;
	color: #676b6b;
	margin-bottom: 5px;
	background: url(img/ol-alpha.png) no-repeat 0 0;
}
.box-steps ol li.r2 { background-position: 0 -21px; }
.box-steps ol li.r3 { background-position: 0 -42px; }
.box-steps ol a { color: #676b6b; }

.block-gewinne aside .box-inspiration {
	height: 1156px;
	padding: 16px 0 0 16px;
	margin-top: 10px;
}


/* Über */

.box-jury {
	height: 443px;
	position: relative;
	background: #c61618 url(img/box-jury.jpg) no-repeat;
}

.box-jury h1 {
	height: 44px;
	color: #fff;
	font-size: 26px;
	padding: 28px 0 0 19px;
}

.box-jury .members {
	height: 350px;
}

.box-jury .members article {
	width: 160px;
	height: 350px;
	float: left;
	margin-left: 20px;
	background: url(img/bg-jury.png) no-repeat;
}

.box-jury .members article h2 {
	height: 37px;
	padding: 0 5px;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #cdcdcd;
	text-transform: uppercase;
}

.box-jury .members article figure {
	height: 201px;
	padding-left: 5px;
}

.box-jury .members article figure .img,
.box-jury .members article figure img {
	display: block;
	width: 150px;
	height: 178px;
}
.box-jury .members article figure .img {
	overflow: hidden;
}
.box-jury .members article figure img {
	position: relative;
	left: -150px;
}

.box-jury .members article figcaption {
	height: 24px;
	overflow: hidden;
	color: #ff0a00;
	font-size: 11px;
	line-height: 24px;
}

.box-jury .members article p {
	margin: 12px 0px 0 0;
	color: #000;
}

.block-ueber {
	margin-top: 10px;
}

.box-ueber {
	width: 538px;
	height: 664px;
	position: relative;
	padding: 17px;
}

.box-ueber h1 {
	font-size: 26px;
}

.box-ueber p {
	margin: 1.2em 0;
	line-height: 1.5em;
}

.box-ueber .action a {
	width: 144px;
	height: 22px;
	line-height: 21px;
	display: block;
	margin: 2em 0 0 0;
	font-size: 11px;
	text-align: center;
	background: #ff0a00 url(img/btn-jetztmitmachen.png) no-repeat;
}

.block-ueber aside {
	width: 340px;
	height: 664px;
	position: absolute;
	top: 0;
	right: 0;
}

/*.block-ueber aside a {
	color: #ccc;
}*/

.block-ueber aside .box {
	position: relative;
	padding: 18px 18px 0 18px;
}

.block-ueber aside .box-video {
	height: 322px;
}

.box-video #video1 {
	width: 303px;
	height: 186px;
	margin: 14px 0;
	background: url(img/video-1-play.jpg) no-repeat;
	cursor: pointer;
}

.box-video .links {
	position: relative;
	margin-top: 1.5em;
}

.box-video a {
	display: inline-block;
}

.box-video a.l2 {
	position: absolute;
	top: 0;
	right: 0;
}

.box-steps {
	background-image: url(img/box-dl.jpg);
	background-position: 0px 166px;
	background-repeat: no-repeat;
}

.block-ueber .box-steps {
	height: 330px;
	margin-top: 10px;
}

.box-steps h2 {
	border-top: #3f3f3f 1px solid;
	margin-top: 13px;
	padding-top: 13px;
}

.box-steps .dltext {
	width: 180px;
	position: absolute;
	left: 123px;
	top: 205px;
}

.box-steps .dllink {
	width: 138px;
	text-indent: -1em;
	padding-left: 1em;
}



/* Beschreibung */

.box-beschrhead {
	height: 296px;
	position: relative;
	background: url(img/box-beschrhead.jpg) no-repeat;
}
.box-beschrhead h1 {
	width: 625px;
	font-size: 26px;
	padding: 27px 0 0 37px;
}
.box-beschrhead h1 span {
	color: #fff;
}

.box-beschrhead .grafik {
	width: 920px;
	height: 197px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.box-beschrhead .grafik .g {
	background: transparent 0 0 no-repeat;
	height: 197px;
	position: absolute;
	top: 0;
}
.box-beschrhead .grafik #g1 {
	width: 281px;
	left: 9px;
}
.box-beschrhead .grafik #g2 {
	width: 374px;
	left: 231px;
	background-position: -281px 0;
}
.box-beschrhead .grafik #g3 {
	width: 356px;
	left: 547px;
	background-position: top right;
}


.block-beschr {
	margin-top: 10px;
}

.block-beschr .box-beschr {
	width: 688px;
	height: 610px;
	position: relative;
}

.block-beschr .box-beschr h1 {
	font-size: 26px;
}

.block-beschr .box-beschr h2 {
	margin: 1.25em 0 .5em 0;
}

.block-beschr .box-beschr h3 {
	font-size: 11px;
	color: #ccc;
	font-weight: normal;
	text-transform: uppercase;
}

.block-beschr .box-beschr article {
	position: absolute;
	top: 18px;
}
.block-beschr .box-beschr article.a1 {
	width: 360px;
	left: 19px;
}
.block-beschr .box-beschr article.a2 {
	width: 260px;
	left: 410px;
}

.block-beschr .steps {
	margin: 10px 0 40px 0;
}

.block-beschr .steps h3 {
	font-size: 11px;
	color: #ccc;
	font-weight: normal;
	text-transform: uppercase;
	margin: 1.5em 0 0 0;
}

.block-beschr .dllink {
	height: 29px;
	padding: 21px 55px 0 0;
	background: url(img/icon-download.png) no-repeat top right;
	position: relative;
	top: -8px;
}

.block-beschr .a2 ul {
	list-style: none;
}

.catinfodetails .hgroup,
.block-beschr .a2 li {
	height: 58px;
	margin-bottom: 11px;
	padding: 0 0 0 53px;
	background: url(img/icons-cats.png) no-repeat;
}
.catinfo-proj .hgroup, .a2 li.proj { background-position: 0 0; }
.catinfo-mark .hgroup, .a2 li.mark { background-position: 0 -60px; }
.catinfo-bew .hgroup, .a2 li.bew { background-position: 0 -120px; }
.catinfo-exp .hgroup, .a2 li.exp { background-position: 0 -180px; }
.catinfo-act .hgroup, .a2 li.act { background-position: 0 -240px; }

.a2 li p { margin: 0; }
.a2 li p.myriad { font-size: 13px; text-transform: uppercase; }

.block-beschr aside {
	width: 223px;
	height: 1360px;
	position: absolute;
	top: 0;
	right: 0;
}

.block-beschr aside .box {
	position: relative;
}

.block-beschr aside .box-zugewinnen {
	height: 238px;
	padding: 16px 0 0 19px;
	background: #1f2525 url(img/side-gewinne.jpg) no-repeat 0 9px;
}

.block-beschr aside .box-zugewinnen h1 {
	margin-bottom: 138px;
}

.block-beschr aside .box-actionfeat {
	height: 326px;
	padding: 19px 19px 0 19px;
	margin-top: 11px;
}

.block-beschr #video2 {
	display: block;
	width: 185px;
	height: 124px;
	margin: 14px 0;
	background: url(img/video-2.jpg) no-repeat;
	cursor: pointer;
}

#catinfodetails {
	display: none;
}

.catinfodetails {
	width: 450px;
}

.catinfodetails h1 {
	color: #fff;
	line-height: 1em;
	padding-top: 6px;
}
.catinfodetails h2 {
	font-size: 26px;
}

.catinfodetails hgroup {
/*	padding: 0 0 0 30px;*/
/*	background: #fcc;*/
}

#more-proj {
	width: 450px;
/*	background: #f00 url(img/bg-overlay-1.png) repeat-x 0 0;*/
}







/* Meta pages */

.box-metaheader {
	height: 94px;
	position: relative;
	background-image: url(img/meta-header.jpg);
}

.block-meta {
	margin-top: 10px;
}

.block-meta article.box {
	width: 652px;
	padding: 17px 18px 18px 18px;
	position: relative;
}

.block-meta article.box-error {
	width: auto;
	padding: 17px 18px 18px 18px;
	position: relative;
}

.block-meta article.box h1 {
	font-size: 26px;
}

.block-meta aside {
	width: 223px;
	position: absolute;
	right: 0;
	top: 0;
}

.block-meta aside .box {
	position: relative;
}


/* Impressum */

.box-impressum {
	height: 283px;
}

.box-impressum h3 {
	font-weight: normal;
	font-size: 11px;
	color: #b6b6b6;
	margin-top: 1.5em;
}

.box-impressum h3:first-child {
	margin-top: 0;
}

.box-impressum p {
	margin: 0;
}

.box-impressum h3,
.box-impressum p {
	line-height: 1.5em;
}

.box-impressum .cols {
	position: relative;
	margin-top: 6px;
}
.box-impressum .col {
	width: 215px;
	position: absolute;
	top: 0;
	left: 0;
}
.box-impressum .col2 {
	left: 318px;
}

.block-impressum .box-inspiration {
	height: 300px;
}


/* Kontakt */

.block-kontakt,
.block-kontakt .box {
	height: 480px;
}

#contact_form {
	margin-top: 30px;
}

#contact_form .cols {
	position: relative;
	margin-top: 6px;
}
#contact_form .col {
	width: 320px;
	position: absolute;
	top: 0;
	left: 0;
}
#contact_form .col2 {
	left: 332px;
}

#contact_form .inputrow-msg {
	height: auto;
}

#contact_form #kontakt_message {
	height: 199px;
}

#contact_form .plz {
	width: 111px;
	float: left;
}

#contact_form .ort {
	width: 202px;
	float: left;
}

#contact_form .plz input {
	width: 75px;
}

#contact_form .ort input {
	width: 179px;
}

#contact_form .buttonrow {
	margin: 20px 8px 0 0;
	text-align: right;
}




/* Teilnahmebedingungen */

.box-tnb h2 {
	margin-top: 1em;
}

.block-tnb aside,
.block-tnb aside .box-inspiration {
	height: 100%;
}




/* Tipsy */

.tipsy { position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner {
	background-color: #000;
	font-size: 10px;
	color: #FFF;
	max-width: 200px;
	padding: 4px 8px 5px 8px;
	text-align: center;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000;
}

.tipsy-arrow { position: absolute; width: 0; height: 0; border: 5px solid transparent; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow, .tipsy-ne .tipsy-arrow { top: 0; border-top: none; }
.tipsy-s .tipsy-arrow, .tipsy-sw .tipsy-arrow, .tipsy-se .tipsy-arrow { bottom: 0; border-bottom: none; }
.tipsy-n .tipsy-arrow, .tipsy-s .tipsy-arrow { left: 50%; margin-left: -5px; }
.tipsy-nw .tipsy-arrow, .tipsy-sw .tipsy-arrow { left: 10px; }
.tipsy-ne .tipsy-arrow, .tipsy-se .tipsy-arrow { right: 10px; }
.tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow { top: 50%; margin-top: -5px; }
.tipsy-e .tipsy-arrow { right: 0; border-right: none; }
.tipsy-w .tipsy-arrow { left: 0; border-left: none; }


/* Jruy-Overlay */

#juryoverlay {
	width: 100%;
	position: absolute;
	top: 133px;
	left: 0;
	z-index: 11;
	height: 0;
}
#juryoverlay .centre {
	width: 922px;
	height: 561px;
	margin: 0 auto;
	position: relative;
	left: 0;
	background: url(img/overlay-ende.jpg) no-repeat;
}
#juryoverlay #countdown {
	top: 32px;
	right: 18px;
}
#juryoverlay .like {
	width: 360px;
	height: 50px;
	position: absolute;
	left: 38px;
	top: 405px;
}


/* Beendet-Phase */

.ph3 #countdown {
	display: none;
}
.ph2 .box3-4,
.ph3 .box3-4 {
	background-image: url(img/bg-downloadbox.jpg);
	background-position: 0 100%;
	background-repeat: no-repeat;
}
.ph2 .box3-4 .text,
.ph3 .box3-4 .text {
	margin-top: 10px;
}
.ph2 .box3-4 .dllink,
.ph3 .box3-4 .dllink {
	width: 174px;
	margin-top: 10px;
	position: absolute;
	left: 173px;
	top: 256px;
	margin: 0;
}
.ph3 .block-1 .box-1 {
	width: 920px;
	background: url(img/box-beschrhead.jpg) no-repeat 0 0;
}
.ph3 .block-1 .box-1 hgroup {
	width: 500px;
}
.ph3 .block-1 .box-1 .grafik {
	left: 433px;
}
.ph3 .block-1 .box-1 .button {
	width: 187px;
	height: 40px;
	background: url(img/box-button.png) no-repeat 0 0;
	top: 145px;
}

.ph3 .block-downl .box-inspiration {
	top: 0;
}

