/*
Theme Name: Fashionlounge
Version: 1.0
Author: Jan Metzmacher
Author URI: http://www.thereaction.de
*/

body
{
	margin: 0px;
	padding: 0px;
  background-image: url(img/back_body.jpg);
	background-repeat: repeat-x;
	background-color: #cadcea;
}

#wrapper
{
	position: relative;
	margin: 0px auto 0px auto;
  width: 1140px;
  background-image: url(img/back_wrapper.gif);
	background-repeat: repeat-y;
}

#wrapper_top
{
	position: absolute;
  left: 0px;
  top: 0px;
  width: 1140px;
  height: 400px;
  background-image: url(img/back_top.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

#head
{
	position: absolute;
	margin: 0px;
	width: 960px;
	height: 190px;
	top: 0px;
	left: 90px;
	z-index: 2;
}

#head #rss
{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 118px;
	right: 10px;
	background-image: url(img/rss.gif);
}

#logo
{
	position: absolute;
	width: 240px;
	height: 43px;
	top: 40px;
	left: 20px;
}

#logo img
{
	border: none;
}

#navigation
{
  position: absolute;
  top: 110px;
  width: 900px;
  height: 38px;
  overflow: hidden;
}

#navigation .menubutton
{
  float: left;
  height: 38px;
  background-image: url(img/menu_seperator.gif);
  background-position: right;
  background-repeat: no-repeat;
}

#navigation .menubutton .menulink
{
  float: left;
  height: 38px;
  padding-left: 10px;
  padding-right: 12px;
  padding-top: 9px;
  font-size: 11pt;
  font-family: arial;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

#navigation .menubutton .menulink:hover
{
  background-image: url(img/menu_active_back.gif);
}

#navigation .menubutton .menulink_active
{
  background-image: url(img/menu_active_back.gif);
}

#subnavigation
{
  position: absolute;
  top: 148px;
  width: 960px;
  height: 30px;
}

#subnavigation .left
{
  float: left;
  width: 610px;
  height: 20px;
  font-size: 8pt;
  font-family: arial;
  font-weight: bold;
  color: #444444;
  padding-left: 10px;
  padding-top: 9px;
}

#subnavigation .left a,
#subnavigation .left a:visited
{
  color: #333333;
}

#subnavigation .left a:hover
{
  color: #ff0000;
}

#subnavigation .right
{
  float: right;
  width: 330px;
  height: 29px;
}

#subnavigation .search .txt
{
  position: absolute;
  top: 5px;
  right: 62px;
  border-left: 1px #c7c5c5 solid;
  border-top: 1px #c7c5c5 solid;
  border-bottom: 1px #c7c5c5 solid;
  width: 261px;
  height: 18px;
  color: #444444;
  padding-top: 2px;
  padding-left: 3px;
}

#subnavigation .search .search-submit
{
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  height: 23px;
  width: 59px;
  background-image: url(img/button_suchen.gif);
  cursor: hand;
}

#content_wrapper
{
  position: relative;
  left: 90px;
  top: 180px;
  width: 960px;
  z-index: 2;
  margin-bottom: 180px;
  background-image: url(img/back_content.jpg);
	background-repeat: repeat-y;
	border: 1px transparent solid;
}

#content
{
  float: left;
  width: 580px;
  font-family: arial;
  font-size: 10pt;
  line-height: 1.5;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#content a,
#content a:visited
{
  color: #333333;
}

#content a:hover
{
  color: #ff0000;
}

#content img
{
  float: left;
  border: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

#content h1
{
  font-size: 16pt;
  line-height: 1.5;
  color: #d00a2c;
}

#content h1 a,
#content h1 a:visited
{
  color: #d00a2c;
  text-decoration: none;
}

#content h1 a:hover
{
  text-decoration: underline;
}

#content h2
{
  font-size: 14pt;
  line-height: 1.5;
  color: #d00a2c;
}

#content h2 a,
#content h2 a:visited
{
  color: #d00a2c;
  text-decoration: none;
}

#content h2 a:hover
{
  color: #d00a2c;
  text-decoration: underline;
}

#content h3
{
  font-size: 12pt;
  line-height: 1.5;
  color: #d00a2c;
}

#content .trenner
{
  width: 100%;
  height: 1px;
  background-image: url(img/e2e2e2.gif);
}

#content #comments input
{
  margin-bottom: 5px;
}

#content #comments textarea
{
  margin-bottom: 5px;
}

#content #comments h3
{
  font-size: 12pt;
  line-height: 1.5;
  color: #d00a2c;
  border-bottom: 1px #e2e2e2 solid;
}

#content #comments p
{
  margin: 0px;
  padding: 0px;
}

#content #comments .comment_details
{
  font-size: 8pt;
  padding-bottom: 3px;
  font-style: italic;
}

#content #comments .comment_text
{
  padding-bottom: 15px;
}

#content #wp_related_posts
{
  padding-bottom: 15px;
  line-height: 1.5;
}

#content #wp_related_posts h3
{
  font-size: 12pt;
  color: #d00a2c;
  border-bottom: 1px #e2e2e2 solid;
}

#content #wp_related_posts ul
{
  margin: 0px;
  padding: 0px;
}

#content #wp_related_posts li
{
  list-style-type: none;
}

#sidebar
{
  float: right;
  width: 300px;
  font-family: arial;
  font-size: 10pt;
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#sidebar #highlights
{
  padding-top: 20px;
}

#sidebar #highlights h3
{
  font-size: 12pt;
  color: #d00a2c;
  border-bottom: 1px #e2e2e2 solid;
  font-style: italic;
  margin: 0px;
  padding: 0px;
}

#sidebar #highlights p.head
{
  border: none;
  margin: 0px;
  padding: 0px;
  padding-top: 4px;
  display: block;
}

#sidebar #highlights p
{
  margin: 0px;
  padding: 0px;
  padding-bottom: 4px;
  display: block;
}

#sidebar #highlights .body
{
  display: block;
  border-bottom: 1px #e2e2e2 solid;
}

#sidebar #highlights p a,
#sidebar #highlights p a:visited
{
  color: #d00a2c;
  text-decoration: none;
}

#sidebar #highlights p a:hover
{
  color: #d00a2c;
  text-decoration: underline;
}

#sidebar #highlights img
{
  float: left;
  border: 1px #c7c5c5 solid;
  margin-right: 5px;
  margin-bottom: 5px;
}

#footer
{
  position: relative;
  height: 78px;
  background-image: url(img/back_footer.jpg);
}

#footer #footer_content
{
  position: relative;
  top: 5px;
  left: 115px;
  width: 580px;
  height: 25px;
  font-family: arial;
  font-size: 8pt;
  color: #333333;
}

#footer #footer_content a,
#footer #footer_content a:visited
{
  color: #333333;
  cursor: hand;
}

#footer #footer_content a:hover
{
  color: #ff0000;
  cursor: hand;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.cat
{
  float: left;
  display: block;
  width: 590px;
}

.arrow_red
{
  color: #ff0000;
  margin-left: 5px;
  margin-right: 5px;
}

.ad_300x250
{
  width: 300px;
  height: 250px;
  color: #c0c0c0;
  text-align: center;
  font-size: 8pt;
  font-weight: bold;
}




div#nlbox {
	background-image:url(img/newsbutton.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 100px;
	margin: 0 auto;
	margin-top: 28px;
	cursor:pointer;
}

div#nlbox div {
	color:#D00A2C;
	font-size:12pt;
	font-weight:bold;
	padding-top:2px;
	padding-left: 5px;
}

.catbox
{
  width: 283px;
  height: 182px;
  border: 1px #bbbbbb solid;
  display: block;
  margin-top: 20px;
  padding: 0px;
  margin-bottom: 20px;
}

.catbox .head
{
  width: 263px;
  height: 22px;
  border-bottom: 1px #bbbbbb solid;
  background-image: url(img/back_catbox.jpg);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  font-weight: bold;
  font-size: 9pt;
  margin: 0px;
}

.catbox .head .arrow_red
{
  color: #ff0000;
  margin: 0px;
  padding: 0px;
}

.catbox .head p
{
  padding: 0px;
  margin: 0px;
}

.catbox .catbody
{
  width: 283px;
  height: 154px;
  margin: 0px;
  border: none;
}

.catbox .catbody a
{
  padding-top: 10px;
  position: relative;
  text-decoration: none;
  width: 283px;
  height: 144px;
  display: block;
}

.catbox .catbody .linkback
{
  padding: 5px;
  color: #ffffff;
  background-color: #d00a2c;
}

.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	margin-top: 10px;
	background: #fff;
	text-decoration: none;
	font-family: arial; 
	font-size: 8pt;
	text-align: center;
}

.pagebar a,.pageList .this-page {
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: none;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #7d1a37;
	padding: 0.2em 0.5em;
	background: #ffffff;
	color: #000000;
}

.pagebar a:hover {
	border-color: #000000;
}

.pagebar .inactive
{
   border: 1px solid #ffffff;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

