/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
body { background: url("images/rexona-bg.jpg") repeat-x scroll 0 0 #FFFFFF; }

/* Header Styles */


#header-out { background-image: none; background-color: transparent; border-top: 0;  }
#header-out #header { position: relative; width: 1000px; background: url("images/rexona-header.png") no-repeat scroll 0 0 transparent; }
#header-out #header ul { padding: 0 0;}
#header-out #header ul#nav_first { height: 31px; }
#header-out #header ul#nav_second { height: 45px; margin-left: 33px; margin-top: 20px;}

#header-out #header ul#nav_first li { display: block; float:left; padding: 4px; height:23px;}
#header-out #header ul#nav_second li { display: block; float:left; padding: 4px; height:40px;}

/* Topmost Navigation */
#header-out #header ul#nav_first li a  { height: 23px; display: block;}
#header-out #header ul#nav_first li a#home { width: 88px;  }
#header-out #header ul#nav_first li a#rexona { width: 138px; }
#header-out #header ul#nav_first li a#sweat { width: 132px; }

/* Second Navigation */
#header-out #header ul#nav_second li a  { height: 40px; display: block;}
#header-out #header ul#nav_second li a#home { width: 200px;}
#header-out #header ul#nav_second li a#women { width: 140px;}
#header-out #header ul#nav_second li a#girl { width: 55px; }
#header-out #header #nav_second li a#men { width: 80px; }

#header-out #header ul li a { text-decoration: none; }

/* Search Form and Submit Button*/ 
#header-out #header ul li input { margin: 1px 0 0 15px; height: 12px; width: 179px; font-size: 10px;}
#searchform { display: block; position: relative; }
#header-out #header ul#nav_first input#searchsubmit { position:absolute; width: 96px; height: 17px; left: 191px; top:0px;}
#header-out #header ul#nav_first .button input { background:url("images/rexona-search.png") left no-repeat; border:none; }

/* General Content Styles */
#middle-out { background: none repeat scroll 0 0 transparent;}
#middle-out img#rounded-corners { width: 1000px; margin: auto; margin-top: 10px; display: block;}
#middle-out #middle { width: 1000px; padding: 10px 0; background-color: #91AFC8; }

/* Content Styles */
#middle-out #middle #content { margin-left: 24px; width: 650px; }
#middle-out #middle #content .featured { width: 650px; height: 290px; background-color: transparent; }
#middle-out #middle #content #main { padding: 0px; }

#middle-out #middle #content #main #deo-guide { background: url("images/rexona-bg-ratgeber.png") no-repeat scroll 0 0 transparent; width: 650px; height: 424px; margin-top: 20px; }
#middle-out #middle #content #main #rexona-guide { background: url("images/rexona-bg-news.png") no-repeat scroll 0 0 transparent; width: 650px; height: 422px; margin-top: 20px; }
#middle-out #middle #content #main #rexona-guide #big-post h1 { font-size:14px; padding: 8px 0 5px 0; color: #223240;}
#middle-out #middle #content #main #rexona-guide #big-post p { font-size: 12px; line-height: 14px; color: #EAF0F5;}

/* Small Teaser */
#middle-out #middle #content #main #rexona-guide #latest,
#middle-out #middle #content #main #deo-guide #latest { margin-top:43px; width:325px; border: 0; color: #EAF0F5;}

/* Big Teaser */
#middle-out #middle #content #main #big-post { margin: 49px 16px 0 15px; width: 290px; color: #192128;}
#middle-out #middle #content #main #big-post h1 { font-size:14px; padding: 8px 0 5px 0;}
#middle-out #middle #content #main #big-post p {  display:inline; font-size:12px; line-height:16px; margin-right:4px; }
#middle-out #middle #content #main #big-post .post { height:177px;} 
#middle-out #middle #content #main #big-post .post h2 { font-size: 12px; padding: 6px 0 6px 0; width: 290px; overflow: hidden; }
#middle-out #middle #content #main #big-post .post a { color: #192128; white-space: nowrap;}
#middle-out #middle #content #main #big-post .post a.read-more { color:#6991B0; font-size:12px; font-weight:bold; text-decoration:underline; } 
#middle-out #middle #content #main #big-post img { border: 1px solid #45647D; margin: 16px 0 0 0; padding: 0;}
#middle-out #middle #content #main #deo-guide #big-post { color: #192128 }

/* Articels front page */
#main #latest .post { position: relative; height: 72px; width: 298px; border: 0px; margin: 0 10px 0 10px;}
#main #latest .post img { border: 1px solid #45647D; padding: 0; margin: 10px 12px 20px 0 ;}
#main #latest .post h2 { font-size: 12px; width: 210px; height: 12px; overflow: hidden; padding: 10px 0 4px 0; font-weight:bold; font-family: Arial, sans-serif;}
#main #latest .post h2 a { text-decoration: none; color: #192128; white-space: nowrap;}

#category-teaser-widget-wrapper .post { position: relative; clear: left; float: none !important; height: 80px; width: 264px; border: 0px; margin: 0 7px 0 7px; }
#category-teaser-widget-wrapper .post a.teaser-icon { float:left; display:block; }
#category-teaser-widget-wrapper .post a.teaser-icon img { border: 1px solid #45647D; padding: 0; margin: 10px 10px 20px 0; }
#category-teaser-widget-wrapper .post h2 { font-size: 12px; width: 210px; height: 12px; overflow: hidden;padding: 10px 0 4px 0; font-weight:bold;   font-family: Arial, sans-serif; }
#category-teaser-widget-wrapper .post h2 a { text-decoration: none; color: #192128; white-space: nowrap; }

/*:first-child+html #category-teaser-widget-wrapper .post a.teaser-icon img { width:50px; }
*:first-child+html #category-teaser-widget-wrapper .post h2 { margin-left:50px; width:50%; background: #550000; }
*:first-child+html #category-teaser-widget-wrapper .post p { clear:left; width:50%; }
*/

.widget_similar-teaser-widget { background: url("images/rexona-neueste-artikel.png") no-repeat scroll 0 0 transparent !important; padding: 12px 9px; margin-top: 14px; }
#similar-teaser-widget-wrapper .post { position: relative; height: 240px; width: 194px; border: 0px; margin: 0 8px 0 8px; float:left; }
#similar-teaser-widget-wrapper .post a.icon { display:block; width:180px; text-align:center; float:none !important; }
#similar-teaser-widget-wrapper .post a.icon img { border: 1px solid #45647D; padding: 0; margin: 10px 0px 10px 0px; float:none !important; }
#similar-teaser-widget-wrapper .post h2 { font-size: 12px; height: 12px; padding: 10px 0 4px 0; font-weight:bold;   font-family: Arial, sans-serif;}
#similar-teaser-widget-wrapper .post h2 a { text-decoration: none; color: #192128;}
#similar-teaser-widget-wrapper .post p { display:inline; font-size: 12px; line-height:16px; color: #46647d; margin-right: 4px; }
#similar-teaser-widget-wrapper .post a.read-more { color: #6991B0; font-size: 12px; text-decoration: underline; font-weight: bold; }


#content #latest .post p { display:inline; font-size: 12px; line-height:16px; color: #46647d; margin-right: 4px; }
#content #main #rexona-guide #latest .post p { display:inline; font-size: 12px; line-height:16px; color: #EAF0F5; margin-right: 4px; }
#content #main #rexona-guide #latest img.mark {border: none; margin:0; position:absolute; right:-14px; top:4px; }
#content #latest .post a.read-more { color: #6991B0; font-size: 12px; text-decoration: underline; font-weight: bold; }
#content #main #rexona-guide a.read-more { color: #BACDE1 !important; font-size: 12px; text-decoration: underline; font-weight: bold; }

.photo-teaser-small { width: 50px; height: 50px; border: 1px solid #45677D;}

/* Single Page Styles */
#middle-out #middle #content #single .post {  border: none; margin: 0; padding: 0;}
#middle-out #middle #content #single .post #single-post { width:584px; padding:8px 31px 38px 31px; background: url("images/rexona-2col-article-light.png") repeat-y scroll 0 0 transparent; }
#middle-out #middle #content #single .post #single-post h2 { color: #192129; font-size: 14px; font-weight: bold; padding-bottom: 10px; text-transform: uppercase; }
#middle-out #middle #content #single-post p { font-size: 12px; color: #515151; margin-bottom: 10px;}
#middle-out #middle #content #single .post #single-post p { font-size: 12px; color: #515151; margin-bottom: 10px;}
#middle-out #middle #content #single .post #single-post a  { color: #006DAD; font-family: Arial, sans-serif;} 
#middle-out #middle #content #single .post #single-post #article_intro p { color: #45677D; margin: 20px 0 10px 0; }
#middle-out #middle #content #single .post ul li { display: block; float:left; margin-right: 9px; height: 15px; list-style: none;}
#middle-out #middle #content #single .post #single-post #article_intro a { font-size: 14px; color: #91AFC8}
#content #single .comment .col-right { border: none;}
#middle-out #middle #content #single .post #single-post img.alignleft { border:1px solid #45647D; padding: 0; margin:2px 15px 0 0;}
#middle-out #middle #content #single .post #single-post .tags { margin-top: 10px; color: #192129; font-size: 12px; font-weight: bold;}
#middle-out #middle #content #single .post #single-post .tags a { color: #91AFC8; text-decoration: underline; }
#middle-out #middle #content #single .post #single-post #single-post-date { font-weight: bold; color: #192129;}
#middle-out #middle #content #single .post #single-post #single-post-author a { color: #91AFC8; text-decoration: underline; }
#middle-out #middle #content #single .comment-about { font-size: 12px; color: #91AFC8;}
#middle-out #middle #content #single .comment-about a.comment-edit-link { margin-left: 9px;} 
#middle-out #middle #content #single  div.comment-body p{ color: #192129; font-size: 12px; }
#middle-out #middle #content #single .comment { background-color: #D2E0EB;}
#middle-out #middle #content #single .comment img { margin: 09px 28px 0 0 ;}
#middle-out #middle #content #single .lc_logged { margin: 0 0 10px 0;}
#middle-out #middle #content #single .post #single-post div.sociable { margin: 8px 0;}

/* Plain Header for 2 Column Box*/
#main #rexona-2col #head-2col-plain { width: 648px; height: 30px; background: url("images/rexona-2col-header-plain.png") no-repeat scroll 0 0 transparent; }
#main #rexona-2col #foot-2col-plain { width: 648px; height: 38px; background: url("images/rexona-2col-footer-plain.png") no-repeat scroll 0 0 transparent; }
#main #rexona-2col #head-2col-sweat { width: 650px; height: 50px; padding: 0px; background: url("images/rexona-2col-header-ratgeber.png") no-repeat scroll 0 0 transparent; }
#main #rexona-2col #foot-2col-sweat { width: 648px; height: 38px; background: url("images/rexona-2col-footer-sweat.png") no-repeat scroll 0 0 transparent; }
#main #rexona-2col #head-2col-rexona { width: 650px; height: 50px; padding: 0px; background: url("images/rexona-2col-header-rexona-news.png") no-repeat scroll 0 0 transparent; }
#main #rexona-2col #foot-2col-rexona { width: 648px; height: 57px; padding: 0px; background: url("images/rexona-2col-footer-rexona.png") no-repeat scroll 0 0 transparent;}
#main #rexona-2col #head-2col-plain #search-txt { margin: 6px 0 0 19px;}

/* Single Post Comments */
#middle-out #middle #content #single .comment .col-right { background: none; color: #46647d; font-size: 11px;}
#middle-out #middle  #content #single .post p.post-details { background: none;}
#middle-out #middle  #content #single .post #single-post-header {height: 55px; border-bottom: 1px solid #91AFC8;}
#middle-out #middle  #content #single .post #single-post-info { float:left;}
#middle-out #middle  #content #single .post img#single-post-pic { width: 50px; height: 50px; margin-right: 10px; float:left;}
#middle-out #middle  #content #single .post #single-post-date { padding-top: 8px;}
#middle-out #middle  #content #single .post #single-post-author { margin-top: 5px; float: left; }
#middle-out #middle  #content #single .post #social-icons { float:right;}
#middle-out #middle #content #single { padding-bottom: 0; width:650px; }
#middle-out #middle #content #single #comments { background: url("images/rexona-2col-article-dark.png") repeat-y scroll 0 0 transparent; padding:8px 31px 38px; width:584px; }
#middle-out #middle #content #single #comments table#kontakt {  width: 100%; margin-bottom: 10px;}
#middle-out #middle #content #single #comments table#kontakt label { width:100%;}
#middle-out #middle #content #single #comments table#kontakt input { width:95%; margin-bottom: 10px; }
#middle-out #middle #content #single #comments .commentslist .comment{ margin: 0 0 0 0;}
#content #single #comments textarea { width: 98%; height: 100px;}
#contentx#single #comments #submit{ margin-top: 20px;}
#middle-out #middle #content #single-footer { width: 648px; height: 38px; background: url("images/rexona-2col-footer-plain.png") no-repeat scroll 0 0 transparent; } 
#middle-out #middle #content #single .comment { margin-bottom:10px; padding: 5px 0 0 5px; }

/* Search results Page also used for rexona and sweat landing page */
#middle-out #middle #content #main #rexona-2col #latest { width: 643px; background-color: transparent; }
#middle-out #middle #content #main #rexona-2col #latest .post { width: 627px;  margin: 0; padding: 0 0 0 20px; }
#mxxxiddle-out #middle #content #main #rexona-2col #latest .post a.read-more { color: #BACDE1; font-size: 12px; text-decoration: underline; font-weight: bold; }
#middle-out #middle #content #main #rexona-2col #latest #no-search-results { margin: 0 0 0 0; background-color:#EAF0F5; width:644px;}
#middle-out #middle #content #main #rexona-2col #latest #no-search-results h2 { padding: 9px 0 9px 20px;}
#middle-out #middle #content #main #rexona-2col #latest #no-search-results p { padding: 9px 0 9px 20px;}
#middle-out #middle #content #main #rexona-2col .search-next { padding: 7px 0 0px 22px;}
#middle-out #middle #content #main #search-results { font-size: 12px; margin: 1px 0 0 24px; }

/* Background for Rexona- or Sweat Guide */
#rexona-2col #latest .rexona-guide { background: url("images/rexona-2col-rexona-bg.png") no-repeat scroll 0 0 transparent; height: 92px; }
#rexona-2col #latest .rexona-guide  h2 { font-size: 12px; width: 550px; height: 33px; padding: 0 0 4px 0; font-family: Arial, sans-serif;}
#rexona-2col #latest .rexona-guide  h2 img { margin: 0; border: none;}
#rexona-2col #latest .rexona-guide  p a { text-decoration: underline; color: #BACDE1 !important;}
#rexona-2col #latest .rexona-guide  p { display:inline; font-size: 12px; line-height:16px; color: #EAF0F5; margin-right: 4px; }

#rexona-2col #latest .deo-guide { background: url("images/rexona-2col-sweat-bg.png") no-repeat scroll 0 0 transparent; height: 92px; }
#rexona-2col #latest .deo-guide h2 { font-size: 12px; width: 550px; height: 12px; padding: 10px 0 4px 0; font-family: Arial, sans-serif;}
#rexona-2col #latest .deo-guide p a.read-more { text-decoration: underline; color: #6991B0;}
#rexona-2col #latest .deo-guide p { display:inline; font-size: 12px; line-height:16px; color: #46647D; margin-right: 4px; }

#latest .more_entries { padding: 2px 0 0px 22px;}
#latest .more_entries h2 a { text-decoration: underline; color: #6991B0; font-size: 12px; font-family: Arial, sans-serif;}

#foot-2col-plain .more-entries { padding: 2px 0 0px 22px;} 
#foot-2col-sweat .more-entries { padding: 2px 0 0px 22px;} 
#foot-2col-rexona .more-entries { padding: 2px 0 0px 22px;}

#foot-2col-plain .more-entries h2 { padding: 0;}
#foot-2col-plain .more-entries h2 a { text-decoration: underline; color: #6991B0; font-size: 12px; font-family: Arial, sans-serif;}
#foot-2col-sweat .more-entries h2 a { text-decoration: underline; color: #FFFFFF; font-size: 12px; font-family: Arial, sans-serif;}
#foot-2col-rexona .more-entries h2 a { text-decoration: underline; color: #BACDE1; font-size: 12px; font-family: Arial, sans-serif;}

/* Sidebar Styles */
#middle-out #middle #sidebar { margin-right: 24px; width: 291px;}

/* Twitter Widget Styles */
.widget_twitter { width: 275px; height: 264px; border: none !important; background: url("images/rexona-twitter-bg.png") no-repeat scroll 0 0 transparent !important;  }
.widget_twitter .twitter-avatar { margin-top: 12px;}
.widget_twitter ul { padding: 0px;}
.widget_twitter ul li { margin: 5px 2px 10px;}
.widget_twitter ul li .entry-meta .from-meta { display: none !important;}

/* Social Widget Styles */
#middle #sidebar .widget_social-connector { background: url("images/rexona-social-button-widget.png") no-repeat scroll 0 0 transparent; height: 120px; border: medium none; }
#middle #sidebar .widget_social-connector ul { padding-top: 15px;}
#middle #sidebar .widget_social-connector li.social-connector { margin: 14px;}

/*Teaser Widgets TODO muss noch die richtige eindeutige ID bekommen */
/*#middle #sidebar .widget_page-teaser-widget { background: url("images/rexona-teaser-widget-glossar.png") no-repeat scroll 0 0 transparent; height: 186pxpx; border: medium none; }*/
.widget_page-teaser-widget { padding:0px !important; }
.widget_page-teaser-widget a { margin: 0 0 0 0; }
.widget_page-teaser-widget p { display: inline; line-height: 16px;}
.widget_page-teaser-widget a.read-more { color:#6991B0; font-size:12px; font-weight:bold; text-decoration:underline; }
.widget_page-teaser-widget h2 { margin: 0 0 0 0; display: none; }
.widget_page-teaser-widget img { margin-top:40px; margin-bottom:5px; padding: 0; }

.widget_page-teaser-widget-advanced { padding:0 !important; }

#sidebar #page-teaser-widget-wrapper { margin-top:10px; width:252px; padding-left:20px; padding-right:20px; }
#sidebar #page-teaser-widget-wrapper.glossar { background: url("images/rexona-teaser-widget-glossar.png") no-repeat scroll 0 0 transparent; border: medium none; height:210px; }
#sidebar #page-teaser-widget-wrapper.eine-frage-stellen { background: url("images/rexona-teaser-widget-frage-der-woche.png") no-repeat scroll 0 0 transparent; border: medium none; height:210px; }
#sidebar #page-teaser-widget-wrapper.forum { background: url("images/rexona-teaser-widget-forum.png") no-repeat scroll 0 0 transparent; border: medium none; height:210px; }

/* Index Middle Widgets */
#content .widget_page-teaser-widget-advanced, #content .widget_page-teaser-widget { float:left; width:315; margin-right:10px; margin-top:15px; }
#content #page-teaser-widget-wrapper { width:285px; padding-left:15px; padding-right:15px; }
#content #page-teaser-widget-advanced-wrapper { width:315px; }

#content #page-teaser-widget-advanced-wrapper.eine-frage-stellen {  }
#content #page-teaser-widget-wrapper.forum { background: url("images/rexona-teaser-widget-forum-content.png") no-repeat scroll 0 0 transparent; border: medium none; height:210px; }

/* Widget Category Teaser */
#middle #sidebar .widget_category-teaser-widget { background: url("images/rexona-category-teaser-widget.png") no-repeat scroll 0 0 transparent; height: 282px; border: medium none; }
#middle #sidebar .widget_category-teaser-widget p { display:inline; font-size: 12px; line-height:16px; color: #46647d; margin-right: 4px; }
#middle #sidebar .widget_category-teaser-widget a.read-more { color: #6991B0; font-size: 12px; text-decoration: underline; font-weight: bold; }

/* Kategory Widget Styles */
#middle #sidebar .categories { border: none; height: 136px; background: url("images/rexona-themen-widget-bg.png") no-repeat scroll 0 0 transparent;}
#middle #sidebar .categories ul { padding: 27px 4px 0; background: none;}
#middle #sidebar .categories ul.children { padding: 0 0 0 0 ; list-style:disc outside none; padding:2px 0 0 13px;}
#middle #sidebar .categories ul li { padding: 3px 0 0 0 ;}

/* Facebook Widget Styles */ 
#facebook-fan-box {  width: 275px; border: none !important; background: url("images/rexona-facebook-bg.png") no-repeat scroll 0 0 transparent !important;}
#facebook-fan-box.block { height: 272px; padding-top: 38px; padding-bottom: 0px;}

/* Medienplayer Styles*/
#daikos-videoplayer { width: 292px; height: 261px; border: none !important; background: url("images/rexona-mediaplayer_top.png") no-repeat scroll 0 0 transparent !important; }
#daikos-videoplayer #BigPlayer2 { margin-top: 26px;}
.widget_daikos_youtube { border: none!important; margin-top:-35px; padding:5px 11px !important; background: url("images/rexona-mediaplayer_bottom.png") no-repeat scroll 0 0 transparent !important; } 
.DYTWcredits  { height: 10px; }
.DYTWcredits a { display: none; }

/* Footer Styles */
#rexona-footer-out { background:none repeat scroll 0 0 transparent; width:100%; }
#rexona-footer-out #rexona-footer { padding-top: 21px; margin: 0 auto; width: 1000px; height: 36px; background: url("images/rexona-bg-footer.png") no-repeat scroll 0 0 transparent; }
#rexona-footer ul { padding: 0 0 0 29px; }
#rexona-footer li,
#rexona-footer li.gap { display: block; float:left; height:20px; margin-right: 6px; font-size: 13px; color: #BACDE1;}
#rexona-footer li.gap { width: 690px;}
#rexona-footer li a { font-size: 13px; color: #FFFFFF;}
#rexona-footer li img { margin-top: -8px;}

/* Social Media Plugin Styles */
.sociable img { width: 30px; height: 30px;}

/* Glossar Pagelist */
#content #single #head-glossar { background: url("images/rexona-2col-header-glossar.png") no-repeat scroll 0 0 transparent; height:50px; }
#content #single .glossary_index { background: url("images/rexona-2col-header-letters.png") no-repeat scroll 0 0 transparent; height:33px; padding:25px 0 0 28px; }
#content #single #glossary {padding:0 0 0 51px; padding:0 0 0 28px; background: url("images/rexona-2col-glossar-bg.png") repeat-y scroll 0 0 transparent; }
#content #single #footer-glossar { background: url("images/rexona-2col-footer-glossar.png") no-repeat scroll 0 0 transparent; height:19px; }
#content #single #glossary p { margin: 10px 30px 0 0;}
#content #single #glossary h2 { margin: 0 0 0 0;}
#content #single #glossary .glossary_entries li.index { clear: left; width: 100%; }
#content #single #glossar_zurueck { margin-right: 15px;}
li.page_item { list-style: disc; float: left; display: block; width: 207px; height: 15px; padding: 3px 0px; }
li.page_item a { color: #12191e; }

li#A,  li#B, li#C, li#D, li#E, li#F, li#G, li#H, li#I, li#J, li#K, li#L, li#M, li#N,l i#O, li#P, li#Q, li#R, 
li#S, li#T, li#U, li#V, li#W, li#X, li#Y, li#Z { width: 30px; height: 30px; float:left; height:30px; margin-bottom:10px; width:207px;}
li#A { background: url("images/rexona-letter-a.png") no-repeat scroll left bottom transparent; height: 45px;}
li#B { background: url("images/rexona-letter-b.png") no-repeat scroll left bottom transparent; height: 45px;}
li#C { background: url("images/rexona-letter-c.png") no-repeat scroll left bottom transparent; height: 45px;}
li#D { background: url("images/rexona-letter-d.png") no-repeat scroll left bottom transparent; height: 45px;}
li#E { background: url("images/rexona-letter-e.png") no-repeat scroll left bottom transparent; height: 45px;}
li#F { background: url("images/rexona-letter-f.png") no-repeat scroll left bottom transparent; height: 45px;}
li#G { background: url("images/rexona-letter-g.png") no-repeat scroll left bottom transparent; height: 45px;}
li#H { background: url("images/rexona-letter-h.png") no-repeat scroll left bottom transparent; height: 45px;}
li#I { background: url("images/rexona-letter-i.png") no-repeat scroll left bottom transparent; height: 45px;}
li#J { background: url("images/rexona-letter-j.png") no-repeat scroll left bottom transparent; height: 45px;}
li#K { background: url("images/rexona-letter-k.png") no-repeat scroll left bottom transparent; height: 45px;}
li#L { background: url("images/rexona-letter-l.png") no-repeat scroll left bottom transparent; height: 45px;}
li#M { background: url("images/rexona-letter-m.png") no-repeat scroll left bottom transparent; height: 45px;}
li#N { background: url("images/rexona-letter-n.png") no-repeat scroll left bottom transparent; height: 45px;}
li#O { background: url("images/rexona-letter-o.png") no-repeat scroll left bottom transparent; height: 45px;}
li#P { background: url("images/rexona-letter-p.png") no-repeat scroll left bottom transparent; height: 45px;}
li#Q { background: url("images/rexona-letter-q.png") no-repeat scroll left bottom transparent; height: 45px;}
li#R { background: url("images/rexona-letter-r.png") no-repeat scroll left bottom transparent; height: 45px;}
li#S { background: url("images/rexona-letter-s.png") no-repeat scroll left bottom transparent; height: 45px;}
li#T { background: url("images/rexona-letter-t.png") no-repeat scroll left bottom transparent; height: 45px;}
li#U { background: url("images/rexona-letter-u.png") no-repeat scroll left bottom transparent; height: 45px;}
li#V { background: url("images/rexona-letter-v.png") no-repeat scroll left bottom transparent; height: 45px;}
li#W { background: url("images/rexona-letter-w.png") no-repeat scroll left bottom transparent; height: 45px;}
li#X { background: url("images/rexona-letter-x.png") no-repeat scroll left bottom transparent; height: 45px;}
li#Y { background: url("images/rexona-letter-y.png") no-repeat scroll left bottom transparent; height: 45px;}
li#Z { background: url("images/rexona-letter-z.png") no-repeat scroll left bottom transparent; height: 45px;}

/* Frage der Woche */
#content #head-question { background: url("images/rexona-2col-header-question.png") no-repeat scroll 0 0 transparent; height:50px; }
#content #question { height: 719px; padding:0 0 0 51px; background: url("images/rexona-2col-question-bg_vid.png") no-repeat scroll 0 0 transparent; }

#content #head-question-answers { background: url("images/rexona-2col-header-question-answers.png") no-repeat scroll 0 0 transparent; height:52px; }
#content #footer-question-answers { background: url("images/rexona-2col-footer-question-answers.png") no-repeat scroll 0 0 transparent; height:56px; }
#content #question-answers #latest .rexona-guide  h2 { height: 15px; vertical-align:bottom; padding:8px 0 0 0; }
#content #question-answers #latest .rexona-guide { margin-bottom:0px !important; }

/* Grandslam Gewinnspiel */
#content #head-grandslam { background: url("images/rexona-2col-header-grandslam.png") no-repeat scroll 0 0 transparent; height:50px; }
#content #grandslam { height: 783px; padding:0 0 0 51px; background: url("images/rexona-2col-grandslam-bg.png") no-repeat scroll 0 0 transparent; }

/* FrageLandingpage Expertentest */
#content #head-maximum-protection { background: url("images/maximum-protection-header.png") no-repeat scroll 0 0 transparent; height:50px; }
#content #maximum-protection { height: 719px; padding:0 0 0 51px; background: url("images/rexona-2col-maximum-protection-bg_vid.png") no-repeat scroll 0 0 transparent; }

/* Kommentarrichtlinien */
#content #single #commentguide ul { margin: 0 0 0 0 ;}
#content #single #commentguide li { float:none !important; height:auto !important;}

#content #single #head-commentguide { background: url("images/rexona-2col-header-commentguide.png") no-repeat scroll left bottom transparent; height: 50px; }
#content #single #footer-commentguide { background: url("images/rexona-2col-footer-commentguide.png") no-repeat scroll left bottom transparent; height: 17px; }
#content #single #commentguide  { background: url("images/rexona-2col-commentguide-bg.png") repeat-y scroll left bottom transparent; padding: 20px;}

/* D A CH Faehnchen */
div#nav_flags { position:absolute; top:97px; }
div#women_flags { position: absolute; left: 265px; width: 50px; }
div#girl_flags { position: absolute; left: 405px; width: 50px; }
div#men_flags { position: absolute; left: 510px; width: 50px; }

div#single-post div.dach-flags { float:right !important; margin:0px !important; padding:0px !important; }
div.post.wrap div.dach-flags { float:none !important; display:inline !important; margin:0px !important; padding:0px !important; }
img.flag { margin:0 2px 0 0 !important; padding:0px !important; border:0px !important; }
div#nav_flags img.flag { margin:1px !important; }

/* Comment Error */
p.comment_error { color:#ffffff; display:block; padding:5px; background-color:#ee0000; margin:-10px 0px 10px 0px; font-weight:bold; }