
@import url(modules.css);
@import url(buttons.css.aspx);
@import url(nav.css.aspx);
/* kju.at */

html {
	padding:0;
	margin:0;
	background-color:#16374D;
}
body {
	padding:0;
	background:#010000 url(/images/bg_main.jpg) center top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
	color:#1D3F46;
}

a {
	color:#1D3F46;
	/*
	font-weight:bold;
	*/
}
#primary a:hover {
	background-color:#D8EDF2;
}


/* STRUCTURE
----------------------------- */
#wrapper {
	width:973px;
	margin:auto;
	position:relative;
	left:0;
	top:0;
}
#header {
	position:relative;
	left:0;
	top:0;
	height:392px;
}
#header h1 {
	position:absolute;
	left:0;
	top:70px;
	width:325px;
}
#header .claim {
	position:absolute;
	left:30px;
	top:202px;
	width:570px;
}
#header .claim strong {
/*
	position:absolute;
	left:0;
	top:0;
	width:500px;
	height:34px;
*/
}
#header .btn_jetztbewerben, #header .btn_jetztvoten, #header .btn_schnitzeljagd {
	position:absolute;
	left:400px;
	top:297px;
	width:210px;
	height:95px;
}
#header .btn_jetztbewerben:hover, #header .btn_jetztvoten:hover {
	background-position:left top;
}
#header .btn_schnitzeljagd:hover, #header .btn_schnitzeljagd:hover {
	background-position:left top;
}
#header #the_bat {
	display:none;
	position:absolute;
	left:553px;
	top:110px;
	width:150px;
	height:66px;
	background:url(/images/img_bat.png) no-repeat;
}
#header #lang_selector {
	position:absolute;
	right:0;
	top:10px;
}
#header #lang_selector li {
	border-color:white;
}
#header #lang_selector a {
	color:white;
	font-size:12px;
}

#content {
	background:url(/images/bg_content.png) center top repeat-y;
	margin-bottom:1px;
}
#content .wrapper1 {
	background:url(/images/bg_content_top.png) center top no-repeat;
}
#content .wrapper2 {
	background:url(/images/bg_content_bottom.png) center bottom no-repeat;
}

#primary {
	float:left;
	width:562px;
	padding:30px;
}

#secondary {
	float:right;
	width:290px;
	min-height:562px;
	padding:50px 30px 130px;
	color:#183943;
}
#content #secondary h3 {
	margin-bottom:15px;
}

#footer {
	width:100%;
	height:46px;
	background:url(/images/bg_footer.png) center top repeat-x;
}
#footer .wrapper {
	position:relative;
	left:0;
	bottom:0;
	width:973px;
	margin:auto;
}
#footer #nav_socialweb {
	position:absolute;
	left:0;
	top:14px;
	padding-left:75px;
	background:url(/images/bg_logos.png) 0 5px no-repeat;
}
#footer #nav_service {
	position:absolute;
	right:0;
	top:18px;
}
#footer #nav_service a {
	color:white;
	text-decoration:none;
}
#footer #nav_service a:hover {
	text-decoration:underline;
}
#footer #nav_service.separated li {
	border-left:1px solid white;
}
#footer #nav_service.separated li:first-child {
	border-left:0 none;
}

/* CONTENT STYLES
----------------------------- */
#content h2, #content h3, #content h4, #content h5, #content p, #content ul, #content ol, #content dl {
	margin-bottom:10px;
}
#content h2 {
	font-size:21px;
	font-weight:bold;
}
#content h3 {
	margin-bottom:30px;
	font-size:15px;
	font-weight:bold;
}
#content h4 {
	margin:20px 0;
	font-weight:bold;
}
#content .articlehead {
	color:#1D3F46;
	margin-bottom:30px;
	font-size:15px;
}
#content .alt {
	background-color:#F6F6F6;
}
#content table {
	border-collapse:collapse;
	margin-bottom:10px;
}
#content table th, #content table td {
	padding:2px 5px;
}
.infobox {
	padding:3px 5px;
	background-color:#FDF2E5;
}
#content strong {
	font-weight:bold;
}
#content .price, #content em {
	color:#EE7F00;
}
#content .price em {
	font-weight:bold;
	font-size:18px;
}

/* COLUMNS
------------------------------------ */
.column {
	display:block;
	float:left;
	padding-right:10px;
}
#primary .twothirds {
	width:395px;
}
#primary .half {
	width:307px;
}
#primary .third {
	width:162px;
}
#primary .quarter {
	width:158px;
}

/* SPECIFIC STYLES
----------------------------- */
dl.heavy_numerals .numeral {
	color:#1D3F46;
	font-size:2em;
	font-weight:bold;	
}
dl.heavy_numerals dt {
	margin-bottom:10px;
}
dl.heavy_numerals dd {
	margin:0 0 10px 0;
}

.link_arrow {
	padding:4px 0;
	padding-left:30px !important;
	background:url(/images/icons/ico_arrow_right.png) no-repeat left center !important;
	line-height:24px;
}
.link_arrow.left {
	background-image:url(/images/icons/ico_arrow_left.png) !important;
}
.link_arrow img {
	vertical-align:middle;
}
a.link_arrow {
	color:#1A8093;
}
ul.bullet_arrow li {
	background:url(/images/icons/bullet_arrow.png) no-repeat left center;
	padding-left:15px;
}

#primary p.socialweb {
	width:562px;
	padding:15px 30px;
	background-color:#EEF7F9;
	margin:10px -30px;
    line-height:175%;
}
#primary p.socialweb .btn_facebook {
	float:right;
	width:182px;
    height:100px;
	background:url(/images/buttons/de/btn_facebook_whitelarge.png);
	margin:0 10px 0 20px;
}
#primary p.socialweb .btn_twitter {
	float:right;
	width:182px;
    height:100px;
	background:url(/images/buttons/de/btn_twitter_whitelarge.png);
}
	
/* Upload
-----------------------------*/
.ui-dialog {
	padding-top:0 !important;
    border-top:0 none !important;
}
.ui-widget-header {
	margin:-3px -5px 0 -3px !important;
    padding-right:5px;
	background:#999999 !important;
    -moz-border-radius-bottomleft:0 !important;
	-moz-border-radius-bottomright:0 !important;
    color:#FFF !important;
}

#progressDialog {
    display:none;
}   

#progressDialog-bar {
    width:100%;
    border:1px solid #cccccc;
}

#progressDialog-indicator {
    width:1%;
    height:20px;
    background:#cccccc;
}

#progressDialog-percentage {
    position:relative;
    top:-20px;
    text-align:center;
    font-size:11px;
}

/* FIXES 
---------------------------------- */
#atff {
	/* removes AddThis tracking flash */
	display: none;
}


/* SUNSET THEME 
---------------------------------- */
html {
	background-color:#000;
}
body.sunset {
	background-image:url(/images/sunset_theme/bg_main.jpg);
    color:#000;
}
body.sunset #header h1 {
	top:52px;
    width:378px;
}
body.sunset #header #nav {
	top:59px;
}
body.sunset #nav li {
	background-image:url(/images/sunset_theme/nav/separator.png);
}
body.sunset #nav li a {
    background-position:0 -2px;
    height:30px;
}
body.sunset #footer {
	height:44px;
	background-image:url(/images/sunset_theme/bg_footer.png);
}
body.sunset #footer #nav_service {
	top:12px;
}
body.sunset #content .articlehead {
	color:#000;
}
body.sunset #primary .topic1, body.sunset #primary .topic2, body.sunset #primary .topic3, body.sunset #primary .topic4, body.sunset #primary .topic5, body.sunset #primary .topic6 {
	width:276px;
    height:294px;
    padding-top:15px;
    padding-right:20px;
}
body.sunset #primary .third h2 {
	margin-bottom:0;
}
body.sunset #primary .topic1 {
	background-image:url(/images/sunset_theme/home/bg_topcolumn_musician.png);
}
body.sunset #primary .topic2 {
	background-image:url(/images/sunset_theme/home/bg_topcolumn_photographer.png);
}
body.sunset #primary .topic3 {
	background-image:url(/images/sunset_theme/home/bg_topcolumn_videoartist.png);
}
body.sunset #primary .topic4 {
	background-image:url(/images/sunset_theme/home/bg_topcolumn_bar.png);
}
body.sunset #primary .topic5 {
	background-image:url(/images/sunset_theme/home/bg_topcolumn_makeup.png);
}
body.sunset #primary .topic6 {
	background-image:url(/images/sunset_theme/home/bg_topcolumn_assistance.png);
}

body.sunset #primary .topic1 a, body.sunset #primary .topic2 a, body.sunset #primary .topic3 a {
    height:226px;
	background:url(/images/sunset_theme/buttons/de/btn_register.jpg) 5px 200px no-repeat;
}

body.sunset #primary .topic4 a, body.sunset #primary .topic5 a, body.sunset #primary .topic6 a {
    height:226px;
	background:url(/images/sunset_theme/buttons/de/btn_register.jpg) 5px 170px no-repeat;
}

body.sunset #primary .top_topics .feed {
	height:168px;
    margin:20px 0;
    overflow:hidden;
}
body.sunset #primary .topic1 .feed li {
	height:45px;
    overflow:hidden;
    margin-bottom:15px;
    font-size:11px;
}
body.sunset #primary .topic1 .feed a {
	display:inline;
    background:none;
    height:auto;
    position:static;
    width:auto;
    text-decoration:none;
    color:white;
}
body.sunset #primary .topic1 .feed .img {
	position:relative;
    left:0;
    top:0;
	display:block;
    float:left;
	width:45px;
    height:0;
    padding-top:45px;
    overflow:hidden;
    margin-right:5px;
}
body.sunset #primary .topic1 .feed .img img {
	position:absolute;
    left:0;
    top:0;
    width:45px;
}
body.sunset #primary .topic1 .feed a .title {
	font-weight:bold;
    line-height:130%;
}

body.sunset #primary .top_topics a.link_more {
	display:block;
    background:url(/images/sunset_theme/icons/ico_arrow_white_medium.png) no-repeat right -5px;
    width:auto;
    height:auto;
    padding-right:35px;
    position:static;
}
body.sunset #primary .top_topics a.link_more span {
	background-position:right top;
}
body.sunset #primary .full {
	background-image:url(/images/sunset_theme/home/bg_column_full_top.png);
}
body.sunset #primary .topic_fansfriends {
    position:relative;
    left:0;
    top:0;
    /*
	height:130px;
	padding:5px 20px;
    */
    overflow:hidden;
    margin-bottom:20px;
    color:#FFFFCC;
}
body.sunset #primary .topic_fansfriends, body.sunset #primary .topic_reminder, body.sunset #primary .topic_guerillatour {
	height:170px;
    color:#FFFFCC;
}

body.sunset #primary .topic_fansfriends p {
	padding:0 0;
    background:none;
    line-height:110%;
}
body.sunset #primary .topic_reminder p, body.sunset #primary .topic_guerillatour p {
	padding:0 10px;
    margin-bottom:10px;
}
body.sunset #primary .topic_guerillatour ul {
	float:left;
    width:220px;
	padding:0 0 0 10px;
}
body.sunset #primary .topic_guerillatour ul li {
	padding:1px 3px;
    margin-bottom:3px;
    font-size:11px;
    line-height:110%;
	background-color:#420704;
}
body.sunset #primary .topic_guerillatour ul li:nth-child(odd) {
}
/*
body.sunset #primary .topic_fansfriends a {
	display:block;
    position:absolute;
    left:0;
    top:0;
    width:973px;
    height:45px;
    background:url(/images/sunset_theme/icons/ico_arrow_white_medium.png) no-repeat 925px 8px;
}
body.sunset #primary .topic_fansfriends p img {
	float:right;
    margin-left:10px;
}
body.sunset #primary .half_topics p {
	min-height:0;
}
*/
body.sunset #primary .half {
	background-image:url(/images/sunset_theme/home/bg_column_half_bottom.png);
}
body.sunset #primary fieldset .half {
	background-image:none;
}
body.sunset #primary .half h2 {
	background-image:url(/images/sunset_theme/home/bg_column_half_top.png);
}
body.sunset #primary .half_topics a {
	background-image:url(/images/sunset_theme/icons/ico_arrow_white_medium.png);
}
body.sunset #primary .topic_fansfriends a.btn_facebook {
	background-image:url(/images/sunset_theme/buttons/de/btn_facebook_darkmedium.png);
}
body.sunset #primary .topic_fansfriends a.btn_twitter {
	background-image:url(/images/sunset_theme/buttons/de/btn_twitter_darkmedium.png);
}
body.sunset #primary .topic_scavengerhunt p {
	background-image:url(/images/sunset_theme/icons/ico_scavengerhunt_medium.png);
}
body.sunset #content .wrapper1 {
	background-image:url(/images/sunset_theme/bg_content_top.png);
}
body.sunset #primary .half_topics {
	color:#BBB16D;
}

body.sunset #primary .topic_reminder a {
	display:block;
    width:34px;
    height:31px;
    position:static;
    background-position:-5px -4px;
}
body.sunset #primary .topic_reminder input {
	padding:3px;
    font-size:12px;
}

body.sunset #secondary .facebook ul {
	margin:10px -30px 0;
	background:#FFF url(/images/bg_secondary_feed.png) no-repeat left top;	
}
body.sunset #secondary .facebook li {
	padding:5px 15px;
    border-bottom:1px solid #EEF7F9;
    margin-bottom:5px;
    line-height:110%;
}
body.sunset #secondary .facebook li .img {
	display:block;
    float:left;
	width:45px;
    height:45px;
    overflow:hidden;
    margin-right:5px;
}
body.sunset #secondary .facebook li a {
    text-decoration:none;
    color:#1D3F46;
    font-size:11px;
}
body.sunset #secondary .facebook li .title {
	display:block;
	font-weight:bold;
    /*
	height:44px;
    */
	overflow:hidden;
}
body.sunset #secondary .facebook p {
	margin:-5px -30px 10px;
	text-align:right;
    padding:0 15px;
}

body.sunset #secondary .flickr {
	width:174px;
    padding:0;
    margin-left:-30px;
    margin-right:1px;
}
body.sunset #secondary .flickr .feed {
	width:155px;
    height:116px;
    padding:10px 9px 10px 10px;
    overflow:hidden;
	background:#C4D2D5;
}
body.sunset #secondary .youtube {
	width:175px;
    padding:0;
    margin-right:-30px;
}
body.sunset #secondary .youtube .feed {
	width:155px;
    height:116px;
    padding:10px;
    overflow:hidden;
	background:#C4D2D5;
}
body.sunset #secondary .flickr p, body.sunset #secondary .youtube p {
	padding-right:10px;
    margin-top:5px;
	text-align:right;
}

.msg_alert {
	min-height:40px;
    padding-top:5px;
    padding-bottom:0px;
	background-color:#FFC;
    border:1px solid #FF6;
    font-weight:bold;
}
