/*
Theme Name: Auto-Magazin.com
Version: 1.0
Author: Jan Metzmacher
Author URI: http://www.thereaction.de
*/

*
{
  font-family: arial;
}

body
{
	background-color: #383838;
}


#wrapper
{ 
  -position: absolute;
  width: 990px;
  top: 0px;
  -left: 50%;
  -margin-left: -490px;

  
  position: relative;
  margin: 0 auto;
}


#head
{
	position: absolute;
	margin: 0px;
	width: 990px;
	height: 156px;
	left: 0px;
	top: 0px;
	background-image: url(img/back_head.jpg);
  background-position: center;
-background-repeat: no-repeat;
background-size: 990px;
  
  top: -156px;
}

#logo
{
	position: absolute;
	width: 291px;
	height: 65px;
	top: 20px;
	left: 0px;
}

#logo img
{
	border: none;
	margin-left: 17px;
}

#navigation
{
  position: absolute;
  top: 100px;
  left: 16px;
  width: 930px;
  height: 31px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  background-image: url(img/back_menu.png);
  background-position: center;
  background-repeat: no-repeat;
}


#navigation .menupunkt
{
  float: left;
  height: 23px;
  padding-left: 13px;
  padding-right: 13px;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 10pt;
  font-weight: bold;

  padding-top: 6px;   
  overflow: hidden;
}

#navigation .menupunkt-last
{
  float: left;
  height: 23px;
  padding-left: 13px;
  padding-right: 13px;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 10pt;
  font-weight: bold;
  padding-top: 6px;
  overflow: hidden;
}

#navigation .menupunkt:hover,
#navigation .menupunkt-last:hover
{
  color: #43748f;
}

#suche
{
  position: absolute;
  top: 20px;
  right: 15px;
  width: 248px;
  height: 31px;
  overflow: hidden;
  margin: 0px;
  background-image: url(img/back_suche.jpg);
  background-repeat: no-repeat;
  background-position: left;
}

#suche .txt
{
  position: relative;
  left: 0px;
  top: -9px;
  * top: 0px;
  width: 220px;
  height: 31px;
  padding-top: 7px;
  padding-left: 37px;
  font-size: 8pt;
  color: #000000;
  overflow: hidden;
  border: none;
  background-color: transparent;
  margin: 0px;
}

#suche .search-submit
{ 
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  height: 31px;
  width: 28px;
  background-image: url(img/button_suche.jpg);
  background-repeat: no-repeat;
  background-position: left;
  cursor: hand;
  margin: 0px;
}


#socialmedia
{
  position: absolute;
  top: 55px;
  right: 15px;
  width: 205px;
  height: 26px;
}

#socialmedia a
{
  float: right;
}

#socialmedia img
{
  border: none;
  margin-left: 10px;
}

#inline_wrapper
{
  position: relative;
  left: 0px;
  top: 156px;
  width: 990px;
  background-color: #ffffff;
}

#top-content
{
  width: 940px;
	height: 350px;
	margin: 0px;
	padding: 0px;
  display: block;
  margin-left: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
}

#top-gallery
{
  display: block;
  float: left;
  width: 940px;
  height: 345px;
  margin: 0px;
  overflow: hidden;
}

#startseite-teaser
{
  float: right;
  width: 300px;
	height: 345px;
	margin: 0px;
	padding: 0px;
  display: block;
  overflow: hidden;
}

#content_wrapper
{
  width: 960px;
  margin: 0px;
}

#content
{
  float: left;
  width: 630px;
	min-height: 500px;
	font-size: 10pt;
	padding: 0px;
	margin-top: -7px;
	margin-left: 24px;
	margin-bottom: 24px;
}

#content .contentbox_header
{
  width: 599px;
  height: 28px;
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
	padding-top: 13px;
	padding-left: 15px;
	background-image: url(img/contentbox_head.jpg);
  background-repeat: no-repeat;
  background-position: left;
  margin: 0px;
}

#content .contentbox
{
  width: 567px;
	padding: 15px;
	background-color: #f4f4f5;
	border: 1px #cccccc solid;
	margin-top: 0px;
	margin-bottom: 15px;
}

.contentbox_header h1,
.contentbox_header h2,
.contentbox_header h3
{
  font-size: 9pt;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#content .post
{
  margin: 0px;
  padding: 0px;
}

#content a,
#content a:visited
{
  color: #000000;
}

#content a:hover
{
  color: #887d65;
}

#content img
{
  float: left;
  border: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

#content .teaser
{
  margin: 0px;
  padding: 0px;
}

#content .teaser_img
{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  border: 1px #616162 solid;
}

#content .teaser_img a,
#content .teaser_img img
{
  margin: 0px;
  padding: 0px;
  width: 234px !important;
}

#content .teaser_body h2,
#content .teaser_body h2 a,
#content .teaser_body h2 a:visited,
#content .contentbox h2,
#content .contentbox h2 a,
#content .contentbox h2 a:visited
{
  font-size: 12pt;
  color: #477893;
  font-weight: lighter;
  font-family: arial;
  text-decoration: none;
  float: right;
  display: block;
  padding: 0px;
  margin: 0px;
  width: 300px;
}

#content .teaser_body h2 a:hover,
#content .contentbox h2 a:hover
{
  text-decoration: underline;
}
  
#content .teaser_body
{
  margin-top: -5px;
  float: right;
  display: block;
  padding-top: 0px;
  width: 300px;
}

#content .teaser_body .weiterlesen
{
  position: relative;
  right: 15px;
  bottom: 0px;
  text-align: right;
}

#content .teaser_body .weiterlesen a
{
  color: #477893;
  font-weight: bold;
  font-size: 8pt;
  margin-right: 10px;
  text-decoration: none;
}

#content .teaser_body .weiterlesen a:hover
{
  text-decoration: underline;
}

#content .teaser_body .weiterlesen .pfeil_rechts
{
  position: relative;
  float: right;
  top: 4px;
  width: 13px;
  height: 11px;
  background-image: url(img/pfeil_rechts.png);
  background-repeat: no-repeat;
  margin-right: -13px;
  padding: 0px;
}

#content .teaser_kategorie
{
  float: right;
  padding: 0px;
  margin: 0px;
  display: block;
  font-size: 9pt;
  color: #000000;
  font-weight: bold;
  font-family: arial;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #cccccc solid;
  width: 300px;
}

#content .teaser_kategorie a
{
  color: #000000;
  text-decoration: none;
}

#content .teaser_kategorie a:hover
{
  text-decoration: underline;
}

#content .teaser_kategorie .pfeil_rechts
{
  position: relative;
  float: left;
  left: -20px;
  top: 2px;
  width: 13px;
  height: 11px;
  background-image: url(img/pfeil_rechts.png);
  background-repeat: no-repeat;
  margin-right: -13px;
  padding: 0px;
}

#content #comments input
{
  margin-bottom: 5px;
}

#comments #respond h3
{
  font-size: 12pt;
  color: #477893;
  font-weight: lighter;
  font-family: arial;
  border-bottom: 1px #cccccc solid;  
}

#content #comments textarea
{
  margin-bottom: 5px;
}

#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 ul
{
  margin: 0px;
  padding: 0px;
}

#content .wp_related_posts li
{
  list-style-type: none;
}

#sidebar
{
  float: right;
  width: 300px;
  -margin-right: 24px;
	margin-bottom: 24px;
}

#sidebar .sidebarbox_header
{
  width: 300px;
  height: 28px;
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
	-padding-top: 13px;
	-padding-left: 15px;
	background-image: url(img/contentbox_head.jpg);
  background-repeat: no-repeat;
  background-position: left;
  margin: 0px;
}
#sidebar .sidebarbox_header span {
	padding-top: 6px;
	padding-left: 15px;
	display: block;
}

#sidebar .sidebarbox
{
  width: 288px;
	padding: 5px;
	background-color: #f4f4f5;
	border: 1px #d5d4d4 solid;
	margin-top: 5px;
}

#sidebar #highlights p.head,
#sidebar #highlights p.head a,
#sidebar #highlights p.head a:visited
{
  font-size: 11pt;
  font-weight: lighter;
  font-family: arial;
  color: #477893;
  border: none;
  margin: 0px;
  padding: 0px;
  display: block;
  padding-bottom: 5px;
  text-decoration: none;
}

#sidebar #highlights p
{
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
  padding-bottom: 4px;
  display: block;
}

#sidebar #highlights .body
{
  display: block;
  padding: 10px;
  padding-top: 15px;
  margin: 0px;
  border-top: 1px #d5d4d4 solid; 
}

#sidebar #highlights .body-first
{
  padding: 10px;
  display: block;
  margin: 0px;
}

#sidebar #highlights p a,
#sidebar #highlights p a:visited
{
  color: #000000;  
  font-weight: bold;
  font-family: arial;
  text-decoration: none;
}

#sidebar #highlights p a:hover
{
  text-decoration: underline;
}

#sidebar #highlights img
{
  float: left;
  border: 1px #c7c5c5 solid;
  margin-right: 5px;
  margin-bottom: 5px;
}


.ad_300x250
{
  width: 300px;
  height: 250px;
  color: #c0c0c0;
  text-align: center;
  font-size: 8pt;
  font-weight: bold;
  margin-bottom: 15px;
}

#footer
{
  display: block;
  width: 990px;
  height: 61px;
  overflow: hidden;
  background-image: url(img/back_footer.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 990px;
}

#footer #navigation
{
  position: relative;
  left: 312px;
  top: 29px;
  width: 600px;
  height: 20px;
  background: transparent;
  padding: 0px;
  margin: 0px;
}

#footer #navigation .menupunkt
{
  float: left;
  color: #333333;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  border: none;
}

#footer #navigation .menupunkt:hover
{
  color: #43748f;
}

.catbox
{
  float: left;
  width: 300px;
  height: 171px;
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}

.catbox-last
{
  float: left;
  width: 300px;
  height: 171px;
  display: block;
  margin: 0px;
  padding: 0px;
}

.catbox .catbody,
.catbox-last .catbody
{
  width: 300px;
  height: 171px;
  margin: 0px;
  border: none;
}

.catbox .catbody a,
.catbox-last .catbody a
{
  padding-top: 120px;
  position: relative;
  text-decoration: none;
  width: 300px;
  height: 171px;
  display: block;
}

.catbox .catbody .linkback,
.catbox-last .catbody .linkback
{ 
  float: left;
  width: 300px;
  color: #ffffff;
  font-size: 11pt;
  font-family: arial;
  background-image: url(img/black_trans_70.png);
  margin: 0px;
  padding-left: 5px;
  padding-top: 10px;
  height: 30px;
}

.space15
{
  margin-top: 16px;
}

.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 #000000;
	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;
}

.comment-submit
{ 
  border: none;
  display: block;
  height: 22px;
  width: 133px;
  background-image: url(img/button_kommentarsenden.gif);
  cursor: hand;
}

#newsletter 
{
	margin-top: 18px;
}

#newsletter img
{
	border: none;
}

.breadcrumb
{
  font-size: 8pt;
  margin-bottom: 10px;
  color: #000000;
}        

.breadcrumb a,
.breadcrumb a:visited
{
  color: #000000;
}

.breadcrumb a:hover
{
  color: #43748f;
}

.breadcrumb .arrow_red
{
 margin-left: 5px;
 margin-right: 5px;
 color:: #43748f;
}








/* ads */
#glamlogo {
	position: relative;
	top: 102px;
	left: 780px;
	width: 160px;
	height: 24px;
}

#ads728 {
	width: 728px; 
	border: 0px solid #f00; 
	text-align: center;
	margin: 0 auto;
}

#ads300 {
	width: 300px; 
	text-align: center; 
	-border: 1px solid #f00;
	margin-bottom: 15px;
}

#ads970 {
width: 970px;
margin: 0 auto;
}

#ads160600 {
	position: absolute; 
	top: 156px; 
	left: 989px; 
	width: 160px; 
	min-width: 160px; 
	max-width: 300px; 
	height: 600px; 
	border: 0px solid #f00;
}

#glam_video_box {
	margin-bottom: 5px;
}
h2.western{
	display: block!important;
	width: 100%!important;
	}



article.articlecontent {
}

article.articlecontent h2 {
	margin-top: 8px !important;
	display: block !important;
	float: initial !important;
	width: auto !important;
}

