/* Kronomy main.css  */
/* :after {content:" "; display:block; height:0; clear:both; visibility:hidden;}  */
/*
 -moz-border-radius-topleft:6px;
 -moz-border-radius-topright:6px;
 -moz-border-radius-bottomright:6px;
 -moz-border-radius-bottomleft:6px;
 -khtml-border-top-left-radius:6px;
 -khtml-border-top-right-radius:6px;
 -khtml-border-bottom-right-radius:6px;
 -khtml-border-bottom-left-radius:6px;
*/
/* css imports */
@import url("header.css");
@import url("footer.css");
@import url("lightbox.css");


/* gruen: #9bce00; */
/* blau: #0086aa; */
/* ### general */
* {
 padding:0;
 margin:0;
}
html {
 height:100%;
}
body {
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size:76%;
 color:#7c7c79;
 height:100.01%;
 background:url(http://static-cdn.kronomy.com/_image/main/body_bgrnd.jpg) repeat-x #b3bfbd;
}
a {
 font-weight:bold;
 color:#0086aa;
 outline:none;
 cursor:hand;
 text-decoration:none;
}
a:hover {
 cursor:pointer;
 text-decoration:underline;
}
a.active {
 text-decoration:none;
 /*color:#0086aa;*/
 color:#000;
}
a img {
 border:none;
}
p {
 padding-bottom:1em;
}
h1 {
 font-size:1.5em;
 color:#0086aa;
}
h2 {
 font-size:1.2em;
 color:#0086aa;
 letter-spacing:0.05em;
 padding:0 0 10px 0;
}
fieldset {
 border:none;
}
input,
textarea,
select {
 border:1px solid #d0cfce;
 background:#fbfaf8;
}
textarea {
 overflow:auto;
}
input:focus,
textarea:focus,
select:focus { /* ie */
 border:1px solid #474a51;
 background:#fff;
}
input.checkbox,
input.radio {
 border:none;
 background:none;
}
ul {
 list-style-type:none;
}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pb0 {padding-bottom:0;}
.pb5 {padding-bottom:5px;}
.txt_blue {color:#0086aa;}
.clear_both {clear:both;}
.mb15 {margin-bottom:15px;}

.error, .success, .notice {
 font-weight:bold;
 padding:5px 0 4px 20px;
}
.error {
 color:#DC4B32;
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/fehlermeldung.gif) no-repeat 0 5px;
}
.success {
 color:#C3E600;
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/erfolgsmeldung.gif) no-repeat 0 5px;
}
.notice {
 color:#0086AA;
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/statusmeldung.gif) no-repeat 0 5px;
}

/* ### main 939px */
div.main {
 width:939px;
 margin:0 auto;
}

/* ### content 921px */
div.content {
 width:921px;
 margin:0 auto;
 position:relative;
}
div.content:after {content:" "; display:block; height:0; clear:both; visibility:hidden;}

/* ### content elements */
/* hr */
p.hr_big {
 clear:both;
 width:100%;
 height:52px;
 background:url(http://static-cdn.kronomy.com/_image/main/hr_big.jpg) no-repeat right center;
}
p.hr_mystuff {
 clear:both;
 width:100%;
 height:40px;
 background:url(http://static-cdn.kronomy.com/_image/main/hr_medium_mystuff.jpg) no-repeat right center;
}

/* rounded */
.rounded {
 position:relative;
 background:#fbfaf8;
 padding:11px 15px 15px 11px;
 margin-bottom:15px;
 height:1%; /* haslayout */
 -moz-border-radius-topright:6px;
 -moz-border-radius-topleft:6px;
 -moz-border-radius-bottomleft:6px;
 -moz-border-radius-bottomright:6px;
 -khtml-border-top-left-radius:6px;
 -khtml-border-top-right-radius:6px;
 -khtml-border-bottom-left-radius:6px;
 -khtml-border-bottom-right-radius:6px;
}
.rounded_medium {
}
.rounded:after {content:" "; display:block; height:0; clear:both; visibility:hidden;}
ul.rounded_tab_list {
 clear:both;
 height:25px;
}
ul.rounded_tab_list li,
.rounded_tab {
 float:left;
}
ul.rounded_tab_list li {
 position:relative;
 float:left;
 color:#000;
 padding:0 19px 0 28px;
}
ul.rounded_tab_list li a {
 color:#000;
 text-decoration:none;
 float:left;
}
ul.rounded_tab_list li a:hover {
 text-decoration:underline;
 color:#000;
}
ul.rounded_tab_list li span {
 display:block;
 height:25px;
 position:absolute;
 top:0;
 text-indent:-5000px;
}

ul.rounded_tab_list li span.tab_left {
 width:28px;
 left:0;
 z-index:1;
 background:url(http://static-cdn.kronomy.com/_image/main/tab_1.png) no-repeat; /* ie6 css ... */
}
ul.rounded_tab_list li.tab_1 span.tab_left {
 background:url(http://static-cdn.kronomy.com/_image/main/tab_1_1.png) no-repeat;
}
ul.rounded_tab_list li b {
 height:18px;
 padding:7px 2px 0 0px;
 float:left;
 background:url(http://static-cdn.kronomy.com/_image/main/tab_2.png) repeat-x;
}
ul.rounded_tab_list li span.tab_right {
 width:38px;
 right:-18px;
 z-index:50;
 background:url(http://static-cdn.kronomy.com/_image/main/tab_3.png) no-repeat;
}
ul.rounded_tab_list li.active span.tab_left {
 z-index:60;
 background:url(http://static-cdn.kronomy.com/_image/main/tab_1_a.png) no-repeat;
}
ul.rounded_tab_list li.active b {
 background:url(http://static-cdn.kronomy.com/_image/main/tab_2_a.png) repeat-x;
}
ul.rounded_tab_list li.active span.tab_right {
 background:url(http://static-cdn.kronomy.com/_image/main/tab_3_a.png) no-repeat;
}
.create ul.rounded_tab_list li.active span.tab_left {
 z-index:60;
 background:url(http://static-cdn.kronomy.com/_image/main/tab_1_a_blue.png) no-repeat;
}
.create ul.rounded_tab_list li.active b {
 background:url(http://static-cdn.kronomy.com/_image/main/tab_2_a_blue.png) repeat-x;
 color:#fff;
}
.create ul.rounded_tab_list li.active span.tab_right {
 background:url(http://static-cdn.kronomy.com/_image/main/tab_3_a_blue.png) no-repeat;
}

ul.rounded_tab_list li.tab_1 {
 z-index:20;
}
ul.rounded_tab_list li.tab_2 {
 z-index:19;
}
ul.rounded_tab_list li.tab_3 {
 z-index:18;
}
ul.rounded_tab_list li.tab_4 {
 z-index:17;
}
ul.rounded_tab_list li.tab_5 {
 z-index:16;
}
ul.rounded_tab_list li.tab_6 {
 z-index:15;
}
ul.rounded_tab_list li.tab_7 {
 z-index:14;
}
ul.rounded_tab_list li.tab_8 {
 z-index:13;
}
ul.rounded_tab_list li.tab_9 {
 z-index:12;
}
ul.rounded_tab_list li.active {
 z-index:80;
}
ul.rounded_tab_list li.active a:hover {
 text-decoration:none;
 cursor:default;
}

ul.rounded_tab_list li.cancel {
 float:right;
 margin-right:0;
}
ul.rounded_tab_list li.cancel a {
 color:#474a51;
}

/* tab content */
.tab_content {
 clear:both;
 background:#fbfaf8;
 border-color:#fbfaf8;
 padding:15px;
 overflow:hidden;
 height:1%; /* haslayout */
 -moz-border-radius-topright:6px;
 -moz-border-radius-bottomleft:6px;
 -moz-border-radius-bottomright:6px;
 -khtml-border-top-right-radius:6px;
 -khtml-border-bottom-left-radius:6px;
 -khtml-border-bottom-right-radius:6px;
}
/* standard pic */
.stnd_pic {
 display:block;
 padding:4px;
 border:1px solid #d6d6d1;
 background:#e2e2dc;
 float:left;
 margin:0 7px 11px 0;
 -moz-border-radius:3px;
 -khtml-border-radius:3px;
}
.stnd_pic:hover {
 background:#c6c6bf;
}
div.about_me .stnd_pic {
 -moz-border-radius:6px;
 -khtml-border-radius:6px;
}
/* page turn */
ul.pageturn {
 float:left;
 margin-left:-3px;
 padding-top:10px;
 height:1%; /* haslayout */
}
ul.pageturn li {
 float:left;
 margin:0 3px 0 3px;
}
ul.pageturn li.active a {
 text-decoration:underline;
}

a.opt_right {/* shop options link */
 display:block;
 float:right;
}
/* send button */
a.send_button {
 float:left;
 color:#fff;
 padding:4px 12px 4px 12px;
 line-height:18px;
 background:#0086aa;
 text-decoration:none;
 -moz-border-radius:6px;
 -khtml-border-radius:6px;
}
a.send_button:hover {
 background:#0c6085;
 text-decoration:none;
 color:#fff;
}
/* datum select */
select.select_month,
select.select_year,
select.select_day {
 margin:0 10px 0 0;
}
select.select_month {
 width:115px;
}
select.select_day {
 width:55px;
}
select.select_year {
 margin:0 0 0 0;
 width:60px;
}
/* personalized url */
div.pers_url {
 float:left;
 overflow:hidden;
}
div.pers_url p {
 padding:0 0 5px 0;
 font-weight:bold;
}
div.pers_url fieldset {
 float:left;
 padding-right:10px;
 padding-top:5px;
}
div.pers_url fieldset input {
 width:100px;
}
a#new_alias_button {
}
/* suche */
form.search {
 float:right;
 height:32px;
 width:162px;
 padding:6px 16px 0 14px;
 background:url(http://static-cdn.kronomy.com/_image/main/search_sidemenue_bgrnd.gif) no-repeat top right;
}
form.search input {
 float:right;
 width:131px;
 height:19px;
 padding-left:3px;
 border:none;
 background:url(http://static-cdn.kronomy.com/_image/main/search_input.jpg) no-repeat;
}
form.search a.send_button {
 float:right;
 background:url(http://static-cdn.kronomy.com/_image/main/search_button.jpg) no-repeat;
 text-indent:-5000px;
 width:27px;
 height:19px;
 padding:0;
 border:none;
 -moz-border-radius:0;
 -khtml-border-radius:0;
}
/* play event - play promotet event */
p.event_pic { /* stnd event */
 width:110px;
 height:85px;
 float:left;
 margin:0 7px 0 0;
 padding:0;
 position:relative;
}
p.event_pic span {
 display:block;
 width:98px;
 height:74px;
 margin:6px 0 0 5px;
}
p.event_pic a {
 display:block;
 text-decoration:none;
 width:110px;
 height:85px;
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/play.png) no-repeat 0 0;
 position:absolute;
 top:0;
 left:0;
}
p.event_pic a:hover {
 text-decoration:none;
 border-color:#c6c6bf;
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/play.png) no-repeat 0 -120px;
}
/*p.event_pic_promotet a {
 border-color:#fbfaf8;
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/play_big.gif) no-repeat 0 -123px;  
}
p.event_pic_promotet a:hover {
 border-color:#d4d4ce;
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/play_big.gif) no-repeat left bottom;
}*/
ul.promoted_timetubes {
 width:629px;
 float:left;
 height:1%;
 overflow:hidden;
 padding:25px 0 0 7px;
 /* <dp-2009-08-17/>*/
 padding:5px 0 0 7px;
}
ul.promoted_timetubes li {
 width:110px;
 padding-right:29px;
 float:left;
 height:auto;
}
/* what is kronomy */
div.what_is_kronomy {
 width:244px;
 padding:0 0 0 0;
 float:left;
}
div.what_is_kronomy strong a.what_is_kronomy_make_your_own {
 float:left;
 padding:5px 10px;
 background:#C3E600;
 color:#000 ! important;
 font-size:1.2em;
 -moz-border-radius-topleft:6px;
 -moz-border-radius-topright:6px;
 -moz-border-radius-bottomright:6px;
 -moz-border-radius-bottomleft:6px;
 -khtml-border-top-left-radius:6px;
 -khtml-border-top-right-radius:6px;
 -khtml-border-bottom-right-radius:6px;
 -khtml-border-bottom-left-radius:6px;
}
div.what_is_kronomy strong a.what_is_kronomy_make_your_own:hover {
 background:#9CC700;
 text-decoration:none;
}

/* timelines liste */
ul.timelines_list li {
 position:relative;
 height:1%;
 padding-bottom:25px;
}
ul.timelines_list li:after {content:" "; display:block; height:0; clear:both; visibility:hidden;}
ul.timelines_list li p {
 padding:0 0 0 0;
 float:left;
}
ul.timelines_list li p a.event_title {/* event title */
 display:block;
 color:#0086aa;
}
ul.timelines_list li p i {/* date */
 display:block;
 font-style:normal;
 padding-bottom:10px;
}
ul.timelines_list li ul.timelines_list_edit {
 height:15px;
 position:absolute;
 top:32px;
 right:20px;
}
ul.timelines_list li ul.timelines_list_edit li {
 float:left;
 padding-right:10px;
}
ul.timelines_list li ul.timelines_list_edit li a {
 text-indent:-5000px;
 height:30px;
 display:block;
}
ul.timelines_list li ul.timelines_list_edit li.edit a {
 width:28px;
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/edittimeline.jpg) no-repeat 0 0;
}
ul.timelines_list li ul.timelines_list_edit li.edit a:hover {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/edittimeline.jpg) no-repeat 0 -62px;
}
ul.timelines_list li ul.timelines_list_edit li.post a {
 width:33px;
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/edittimeline.jpg) no-repeat 0 -124px;
}
ul.timelines_list li ul.timelines_list_edit li.post a:hover {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/edittimeline.jpg) no-repeat 0 -186px;
}
ul.timelines_list li ul.timelines_list_edit li.share a {
 width:41px;
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/edittimeline.jpg) no-repeat 0 -248px;
}
ul.timelines_list li ul.timelines_list_edit li.share a:hover {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/edittimeline.jpg) no-repeat 0 -310px;
}
ul.timelines_list li ul.timelines_list_edit li.delete a {
 width:46px;
 margin-left:17px;
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/edittimeline.jpg) no-repeat 0 -372px;
}
ul.timelines_list li ul.timelines_list_edit li.delete a:hover {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/edittimeline.jpg) no-repeat 0 -434px;
}

/* specials list */
ul.specials_list {
}
ul.specials_list li {
 clear:both;
 padding:0;
 margin:0;
 height:1%;
}

/* platform list */
ul li.xanga a {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/post_to_lb.jpg) no-repeat 0 0;
}
ul li.xanga_active a, ul li.xanga a:hover {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/post_to_lb.jpg) no-repeat 0 -30px;
}
ul li.facebook a {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/post_to_lb.jpg) no-repeat 0 -60px;
}
ul li.facebook_active a, ul li.facebook a:hover {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/post_to_lb.jpg) no-repeat 0 -90px;
}
ul li.typepad a {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/post_to_lb.jpg) no-repeat 0 -120px;
}
ul li.typepad_active a, ul li.typepad a:hover {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/post_to_lb.jpg) no-repeat 0 -150px;
}
ul li.friendster a {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/post_to_lb.jpg) no-repeat 0 -180px;
}
ul li.blogger a {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/post_to_lb.jpg) no-repeat 0 -240px;
}
ul li.blogger_active a, li.blogger a:hover {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/post_to_lb.jpg) no-repeat 0 -270px;
}
ul li.myspace a {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/post_to_lb.jpg) no-repeat 0 -300px;
}
ul li.myspace_active a, ul li.myspace a:hover {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/post_to_lb.jpg) no-repeat 0 -330px;
}
ul li.twitter a {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/post_to_lb.jpg) no-repeat 0 -360px;
}
ul li.twitter_active a, ul li.twitter a:hover {
 background:url(http://static-cdn.kronomy.com/_image/icons_buttons/post_to_lb.jpg) no-repeat 0 -390px;
}

/* table */
table.stnd_table {
 width:100%;
 clear:both;
}
table.stnd_table td {
 background:#e2e2dc;
 padding:8px;
 text-align:left;
 vertical-align:top;
}
table.stnd_table tr.td_dark td {
 background:#dadad4;
 font-weight:bold;
}

/* post share */
div.post_container h2 {
 padding-bottom:3px;
}
div.post_container ul.platform_list {
 overflow:hidden;
 height:1%;
}
div.post_container ul.platform_list li {
 float:left;
 padding-right:15px;
}
div.post_container ul.platform_list li a {
 padding-left:20px;
}
div.post_container ul li.xanga_active a,
div.post_container ul li.facebook_active a,
div.post_container ul li.typepad_active a,
div.post_container ul li.friendster_active a,
div.post_container ul li.blogger_active a,
div.post_container ul li.myspace_active a,
div ul.embed_size li.active a {
 color:#0086aa;
}
div.post_container fieldset.user_pw_comment {
 padding-top:15px;
}
div.post_container fieldset label {
 display:block;
 font-weight:bold;
 padding-bottom:3px;
}
div.post_container fieldset input {
 margin-bottom:10px;
 width:250px;
}
div.post_container fieldset select {
 margin-bottom:10px;
 width:253px;
}
div ul.embed_size {
 padding:0;
 overflow:hidden;
 height:1%;
}
div ul.embed_size li {
 float:left;
 padding:0 15px 15px 0;
}
div.post_container fieldset.embed_size input {
 width:65px;
}
div.post_container fieldset.embed_size input.embed_code {
 width:480px;
}
/* share */
fieldset.choose_prov_com {
 width:235px;
 float:left;
}
div.share_container fieldset.choose_prov_com select {
 width:205px;
}
div.share_container fieldset.choose_prov_com input {
 width:202px;
}
ul.prov_com_list {
 width:327px;
 height:111px;
 float:left;
 background:url(http://static-cdn.kronomy.com/_image/create/sharemail.jpg) no-repeat -5px 2px;
 padding:0;
}
ul.prov_com_list li {
 float:left;
}
ul.prov_com_list li a {
 display:block;
 width:107px;
 height:36px;
 text-indent:-5000px;
 border:1px solid #fbfaf8;
}
ul.prov_com_list li.active a,
ul.prov_com_list li a:hover {
 border:1px solid #cdcdc7;
}
table.table_mail_prov {
 margin:25px 0 25px 0;
}
table.table_mail_prov td.td_checkbox {
 width:20px;
 text-align:center;
}
table.table_mail_prov td b {
 float:left;
}
table.table_mail_prov td ul.pageturn {
 float:right;
 padding:0;
}
fieldset.nam_mes textarea {
 width:350px;
 height:90px;
 margin-bottom:10px;
}
ul.com_list {
 width:330px;
 background:url(http://static-cdn.kronomy.com/_image/create/sharecommunity.jpg) no-repeat -5px 0;
}
table.table_com td {
 vertical-align:middle;
}
table.table_com td.td_pic {
 width:43px;
}
table.table_com td img.stnd_pic,
table.table_com td img.stnd_pic:hover {
 margin:0;
 background:#fbfaf8;
}
/* share single */
div.share_single_container fieldset.nam_mai_rec {
 width:235px;
 float:left;
}
div.share_single_container fieldset.nam_mai_rec input {
 width:205px;
}
div.share_single_container fieldset.nam_mai_rec span {
 display:block;
}
div.share_single_container fieldset.message {
 width:335px;
 float:left;
}
div.share_single_container fieldset.message textarea {
 width:335px;
 height:109px;
 margin-bottom:15px;
}
div.share_single_container fieldset.message a.send_button {
 float:right;
 margin-right:-2px;
}

/* register */
div.reg_form {
 clear:both;
 padding-top:50px;
 width:525px;
}
div.reg_form h1 {
 padding-bottom:15px;
}
div.reg_form form {
 background:#fbfaf8;
 border:1px solid #cdcdc7;
 padding:15px;
 height:1%;
 overflow:hidden;
}
div.reg_form form fieldset label {
 display:block;
 font-weight:bold;
 padding-bottom:5px;
}
div.reg_form form fieldset input {
 width:210px;
 margin-bottom:10px;
}
div.reg_form form fieldset input.checkbox {
 width:auto;
 margin-bottom:0;
}
div.reg_form form fieldset.reg_left {
 width:280px;
 float:left;
}
div.reg_form form fieldset.reg_left p {
 padding:10px 0 15px 0;
 line-height:1.7em;
}
div.reg_form form fieldset.reg_right {
 width:210px;
 float:left;
}

/* register lightbox */
div#registration{
}
div#registration form{
 overflow:hidden;
}
div#registration h1 {
 padding:0 0 15px 0;
}

div#registration form fieldset label {
 display:block;
 font-weight:bold;
 padding-bottom:2px;
}
div#registration form fieldset input {
 width:208px;
 margin-bottom:5px;
}
div#registration form fieldset input.checkbox {
 width:auto;
 margin-bottom:0;
}
div#registration form fieldset.reg_left {
 width:280px;
 float:left;
}
div#registration form fieldset.reg_left p {
 padding:5px 0 10px 0;
 line-height:1.7em;
}
div#registration form fieldset.reg_right {
 width:210px;
 float:left;
 overflow: hidden;

}

div#registration form fieldset.reg_bottom {
 width: 100%;
 clear:  both;
}

div#registration form fieldset.reg_bottom a {
 float:right;
 margin: 0 10px 10px 0;
}
div#registration form fieldset.reg_bottom a.delete_button {
 line-height:25px;
}

/* login */
/* dp angepasst wegen ie*/


div.login fieldset {
 clear:both;
 padding:5px 0 5px 0;
}
div.login label {
 float:left;
 width:90px;
 padding:0;
 font-weight:bold;
}
div.login input,
div.login span {
 float:left;
 width:162px;
 margin-bottom:5px;
}
div.login span {
 line-height:1.3em;
}
div.login span input.checkbox {
 float:left;
 width:auto;
 margin-right:2px;
}
div.login a.forgot_pw {
 float:left;
 padding-top:5px;
 height: auto;
}
div.login a.send_button {
 float:right;
 margin:0;
 height: auto;
}

/* loading*/
div.loading {
    text-indent: -166666px;
    background:url(http://static-cdn.kronomy.com/_image/std/loading.gif) no-repeat 0 0;
    width: 114px;
    height: 93px;
    margin: 20px auto;
}


