/* 
custom stylesheet -> visualization customers styles:
put the styles for .customColor1 - 5 in there! 
*/
@import url("fck_custom_colors.css");
/*-----------------------   RESET   -----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------------   BASICS   -----------------------*/

body{
	margin: 0;
	padding: 0;
	background: #006b35 url(../images/advent/bg_green.png) repeat-x left top fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #585858;
	text-align: center;
}

.clear{
	font-size: 1%;
	clear: both;
}

.js{
    display: none;
}

a{
    color: #EC7141;
}
a:hover{
    color: #394c6e;
}

hr{
    background: #fff;
	color: #fff;
	border: none;
	border-bottom: 1px solid #D1DBEB;
	height: 1px;
}

#wrap{
    width: 850px;
	margin: 0 auto;
	text-align: left;
}

#contentWrap{
	background: #fff url(../images/advent/bg_wrap.gif) repeat-y;
	padding-bottom: 130px; /*-> because of footer */
}

/*-----------------------   CONTENT   -----------------------*/
#content{
	float: left;
	width: 590px;
	min-height: 300px;
	margin: 44px 0 20px 44px;
	background: #fff;
	font-size: 12px;
}

h1, h2, h3, h4{
	margin-bottom: 0.5em;
}
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a{
	color: #ec7141;
	text-decoration: none;
}
h2.blue, h3.blue, h4.blue, h2.blue a, h3.blue a, h4.blue a{
	color: #53688e;
}

#content h1{
   font-size: 32px;
   font-weight: normal;
}
#content h2{
   font-size: 18px;

}
#content h3{
   font-size: 13px;
}

#content p, #content table, #content ul, #content ol{
   line-height: 150%;
   margin-bottom: 0.9em;
}
#content ul{
    list-style-type: disc;
	margin-left: 1em;
}
.txtLeft{
	text-align: left;
}
.txtRight{
	text-align: right;
}

#homeText{
    padding-bottom: 0.6em;
	margin-bottom: 1em;
	border-bottom: 1px solid #acb5bf;
}
#homeText a{
    color: #1d1d1d;
}

.col340{
    float: left;
	width: 340px;
}
.col206{
    float: right;
	width: 206px;
}

/* thumbs */
.thumb{
    float: right;
	margin: 0 0 0 1em;
}

.thumb a, .gallery a{
    cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: url(/images/zoom_in.cur),pointer; /* absolute url! */
}

.thumb a img{
    border: 1px solid #ccc;
	margin: 1px;
}
.thumb a:hover img{
    border: 2px solid #fdd801;
	margin: 0;
}

#content ul.gallery{
    margin: 0;
	padding: 0;
	list-style-type: none;
}
.gallery li{
    margin: 0;
	padding: 0;
    display: inline;
}
.gallery li a{
    margin: 1px 7px 7px 1px;
	padding: 0;
    display: block;
	width: 80px;
	height: 80px;
	float: left;
	border: 1px solid #dcdac7;
}
.gallery li a:hover{
    margin: 0 6px 6px 0;
    border: 2px solid #fdd801;
}
.gallery li a img{
    margin: 0;
	background: #fff;
}

/* Page Liste */
#content ul.pageList{
	list-style-type: none;
	margin-left: 0;
}
.pageList.home{
	border-bottom: 1px solid #d1dbeb;
}

.pageList li{
	padding: 0.7em 0;
	border-top: 1px solid #d1dbeb;
	clear: both;
}
.pageList li.row1{
    border: none;
}
#content .pageList h3{
    margin-bottom: 0.1em;
	padding: 0;
}
.pageList h3 a{
	text-decoration: none;
}

.pageList .thumb{
    float: left;
	width: 120px;
	margin: 0 1em 0 0;
	text-align: right;
}
.pageList.home .thumb{
	width: 74px;
}

.pageList .textPlusImg{
    float: left;
	width: 452px; 
}
.pageList.home .textPlusImg{
	width: 250px; 
}

.navList li {
    clear:none;
    float:left;
    margin:0;
    padding:0.6em 4% 0.6em 0;
    width:48%;
}
.navList li.even {
    padding-right:0;
}

/* inhalt > tabelle default */
table{
    border-top: 1px solid #ced3ce;
    border-left: 1px solid #ced3ce;
	border-spacing:0;
	border-collapse:collapse;
	width: 96%;
}
table td, table th{
    border-right: 1px solid #ced3ce;
    border-bottom: 1px solid #ced3ce;
	background: #fff;
	margin: 0;
	padding: 1px;
	vertical-align: top;
}
table th{
    background: #efefe7;
	color: #585858;
	font-weight: bold;
	text-align: center;
}


#eventList li{
     border: none;
}
#eventList table{
    width: 98%;
	border: none;
	border-top: 1px solid #d1dbeb;
}
#eventList table td, #eventList table th{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #d1dbeb;
}
#eventList table td:first-child{ /* datum */
	width: 100px;
}

#eventList h2 span{
    padding: 0 2px;
	margin-left: 0.6em;
    background: #fdd801;
	color: #fff;
	font-size: 13px;
}


/* Formulare: */
input, select, textarea, .tf{
    margin: 1px;
	padding: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #cfcfcf;
    width: 280px;
	background: #fff url(../images/advent/bg_tf.gif) repeat-x;
}

input:focus, input:active, textarea:focus, textarea:active{
	border: 2px solid #fdd801;
	margin: 0px;
}

form p{
	margin-bottom: 0.4em;
}
label.left{
	float:left;
	width: 90px;
}
label.block{
	display: block
}

input.btn{
    margin: 1px;
	padding: 2px 5px;
	width: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #cfcfcf;
	background: #dadada url(../images/advent/bg_btn.gif) repeat-x;
	color: #EC7141;
}
#content input.btn:hover, #content button.btn:hover, #searchBox input.btn:hover{
	border: 1px solid #8a8a8a;
}
#content input.btn:focus, #content input.btn:active, #searchBox button.btn:focus{
    margin: 0;
	border: 2px solid #fdd801;
	background: #cfcfcf;
}

.errorBox {
	background:#FFEDED;
	border:1px solid #FEACAC;
	color:#540000;
	margin:1em 0;
	padding:2px 6px;
}
#content .errorBox h3{
	color: #e24646;
}
.errorBox a{
	text-decoration: none;
}
.errorBox a strong{
	border-bottom: 1px solid #e24646;
}
.error{
    background: #fffdd4;
	color: #FF0000;
}

/* weather */
.wimg{
    float: left;
}

.wday{
	border-top: 1px solid #d1dbeb;
	padding: 1em 0 0.6em 0;
}
.wday.home{
	border-bottom: 1px solid #d1dbeb;
	padding: 6px 0 0 0;
	margin-bottom: 0.9em;
}

.temperature{
    float: left;
	width: 100px;
}
.temperature strong{
    display: block;
	padding-top: 6px;
	color: #53688e;
	font-size: 27px;
}

.wday .infotext{

}


/* poll */
.pollList{
    width: 480px;
    margin: 1em 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #DDE4EB;
}
.pollList li{
    margin: 0;
	padding: 0.4em 0;
	border-bottom: 1px solid #DDE4EB;
}
.pollList .label{
    float: left;
	position: relative;
	width: 50%;
	font-weight: bold;
}
.pollList .label .total{
    position: absolute;
	top: 2px;
	right: 4px;
	text-align: right;
	font-weight: bold;
	color: #00569C;
}
.pollList .chart{
    float: left;
	width: 50%;
	background: #ebf0f4;
}
.pollList .bar{
    position: relative;
	top: 0;
	left: 0;
	height: 22px;
	display: block;
	border: 1px solid #c3c3c3;
	border-left: 2px solid #3b81bd;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background: url(../images/bg_pollbar.gif) repeat-x;
}
.pollList .value{
    position: absolute;
	top: 2px;
	right: -64px;
	width: 60px;
	text-align: left;
	height: 1em;
	display: block;
	color: #6a90b0;
}


/*-----------------------   LEFT BAR   -----------------------*/
#leftBar{
    width: 172px;
	float: left;
	margin: 0;
}

#mainNav{
    margin: 45px 0 30px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #ee885a;
}

#mainNav li{
    display: inline;
}
#mainNav a{
	display: block;
	padding: 5px 0 5px 8px;
	color: #ed8a67;
	/* text-shadow: #fff 1px 1px 1px; */
	/* filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1); */
	text-decoration: none;	
	border-top: 1px solid #ee885a;
}
#mainNav a:hover{
	color: #ffe0bb;	
	text-shadow: #8d131f 1px 1px 1px;
}
#mainNav .active a{
	color: #ffe0bb;
}
#mainNav .active ul a{
	color: #f9a577;
	padding-left: 12px;
	font-weight: normal;
	border-top: 1px solid #da664b;
}
#mainNav .active ul .active a{
	color: #ffe0bb;
}

#mainNav ul{
	text-transform: none;
}

#leftBar p{
    text-align: center
}
#sponsors{
    font-size: 11px;
	color: #ed8a67;	
}
#sponsors img{
    vertical-align:middle;
	margin-top: 3px;
}


/*-----------------------   HEADER   -----------------------*/
#header{
    position: relative;
	left: 0;
	top: 0;
	height: 82px;
}

#logo a{
    position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
}
#logo a, #logo img{
	width: 363px;
	height: 121px;
}

#header h2{
    padding-top: 26px;
    font-size: 28px;
    text-align: right;
	font-style: italic;
	color: #d6d8ea;
	text-shadow: #60698f 1px 1px 1px;
}
#header h2 small{
    display: block;
    font-size: 20px;
}


/*-----------------------   FOOTER   -----------------------*/
#footer{
    position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	padding-top: 91px;
	background: url(../images/advent/bg_footer.png) repeat-x center bottom;
	font-size: 12px;
}
#footer, #footer a{
	text-decoration: none;
	color: #86969d;
}

#footer .inner{
    width: 850px;
	margin: 0 auto;
	text-align: left;
}

#f1{
   float: left; 
   line-height: 41px;
}
#f2{
    float: right;
}
#f2 img{
    vertical-align: middle;
}

/*--------------------   COUNTDOWN @ home   --------------------*/
#countdown_dashboard {
    float: left;
	width: 356px;
	height: 130px;
	padding: 12px 0 0 12px;
	background: url(../images/advent/bg_dashboard_red.png) no-repeat;
}
#countdown_dashboard h2{
    font-size: 16px;
	margin-left: 29px;
	color: #ec7141;
}
#t7_timer { 
	width: 356px; 
	height: 72px; 
	position: relative;
}

#t7_timer_over { 
	width: 300px; 
	height: 55px; 
	background-image: url(Countdown-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 1px;
	margin: 0px;
	padding: : 0px;
}


#t7_vals, #t8_vals {
	width: 100%;
	clear:both;
	margin: 0px auto;
}

.t7_numbs {
	float:left;
	width: 54px;
	height:39px;
	margin: 0 0 0 15px;
	padding-left: 4px;
	font-size: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5a522c;
	letter-spacing: 9px;
	line-height: 38px;
	background: url(../images/advent/bg_dash_countdown.gif?v2) no-repeat;
}

#t7_y {
	display: none;
}
#t7_d {
    width: 83px;
	margin: 0 0 0 5px;
	background: url(../images/advent/bg_ydash_countdown.gif?v2) no-repeat;
}


#t7_labels, #t8_labels {
	width: 100%;
	clear:both;
	padding-top: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f2aa8c;
}
.t7_labs{
    float: left;
	width: 56px;
	margin: 0 0 0 18px;
}

#t7_yl {
	display: none;
}
#t7_dl {
    width: 83px;
	margin: 0 0 0 7px;
}

#sleepcounter_dashboard {
    float: left;
	position: relative;
	width: 180px;
	height: 130px;
	padding: 12px 0 0 12px;
	background: url(../images/advent/bg_dashboard_blue.png) no-repeat;
}
#sleepcounter_dashboard .t7_numbs{
    width: 83px;
	margin: 0 0 0 7px;
	background: url(../images/advent/bg_dash_sleepcounter.gif) no-repeat;
	color: #585f6c;
}
#t8_labels{
	color: #eef2f9;
}
#t8_labels .t7_labs{
	margin: 0 0 0 7px;
	width: 90px;
}
#sleepcounter_dashboard h2{
    font-size: 16px;
	margin: 19px 0 0 29px;
	color: #53688e;
}

#sleepcounter_dashboard .children{
    position: absolute;
	right: -18px;
	top: -22px;
	width: 95px;
	height: 103px;
	background: url(../images/advent/children_home.png) no-repeat;
}
#sleepcounter_dashboard .tree{
    position: absolute;
	right: -28px;
	top: -46px;
	width: 106px;
	height: 138px;
	background: url(../images/advent/tree_home.png) no-repeat;
}

/*-----------------------   LIGHTBOX   -----------------------*/
#lightbox a{
    background: none;
}
#outerImageContainer{
    border: 2px solid #fff;
    border-bottom: none;
    background: #fff url(../images/logo_default.gif) no-repeat center;
}
#imageDataContainer{
    border: 2px solid #fff;
    border-top: none;
}
#loading{
    top: 70%;
}

