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

/* Default font settings. 
   The font-size percentage is of 16px. (0.8125 * 16px = 13px) */
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-size: 81.25%;
	line-height: 1.5em;
	color: #000; 
	background: #900;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #00314F; font-family: Trebuchet MS, Arial, sans-serif; clear: both; }

h1 { font-size: 2.15em; line-height: 1; margin-bottom: 0.5em; color:#E41715; }
h2 { font-size: 1.23em; margin-bottom: 0.25em; color: #EC1607; font-weight: bold; }
h3 { font-size: 1.08em; line-height: 1; margin-bottom: 0.3em; font-weight: bold; color: #F17F0F; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; font-weight: bold; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p							{ margin: 0 0 1.5em; }
span.caption 	{ color: #F17F0F; margin:0 2px; width: 250px; }
div.image span.caption	{ display: block; }
div.image.left,
p img.left		{ float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
div.image.right,
p img.right		{ float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover			{ color: #ec1607; }
a							{ color: #ec1607; text-decoration: underline; }
a.more				{ font-weight: bold; text-decoration: none; color: #F17F0F;  }

blockquote		{ margin: 1.5em; color: #666; font-style: italic; }
strong				{ font-weight: bold; }
em,dfn				{ font-style: italic; }
dfn						{ font-weight: bold; }
sup, sub			{ line-height: 0; }

abbr, 
acronym			{ border-bottom: 1px dotted #666; }
address				{ margin: 0 0 1.5em; font-style: italic; }
del						{ color:#666; }

pre						{ margin: 1.5em 0; white-space: pre; }
pre,code,tt		{ font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol					{ margin:0 1.5em; }
ul, ol				{ margin: 0 1.5em 1.5em 1.5em; }

ul						{ list-style-type: disc; }
ol						{ list-style-type: decimal; }

dl						{ margin: 0 0 1.5em 0; }
dl dt				{ font-weight: bold; }
dd					{ margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table				{ margin-bottom: 1.4em; width:100%; }
#aw_orderlist_form table { margin-bottom:0em; }
th					{ font-weight: bold; }
thead th			{ background: #FEE6C5; }
/*th,td,caption	{ padding: 4px 10px 4px 5px; }*/
tr.even td		{ background: #F7F0E8; }
tfoot				{ font-style: italic; }
caption			{ background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small			{ font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large			{ font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hidden			{ display: none; }

.quiet			{ color: #666; }
.loud				{ color: #000; }
.highlight	{ background:#ff0; }
.added			{ background:#060; color: #fff; }
.removed		{ background:#900; color: #fff; }

.first			{ margin-left:0; padding-left:0; }
.last				{ margin-right:0; padding-right:0; }
.top				{ margin-top:0; padding-top:0; }
.bottom			{ margin-bottom:0; padding-bottom:0; }
.clear			{ clear: both; }










/* -------------------------------------------------------------- 
   LAYOUT   
-------------------------------------------------------------- */
#page{ width: 1000px; margin: 0 auto 30px; position: relative; overflow: hidden; }
#top-nav { height: 38px; text-align: right; }
#header{ height: 174px; background: #f17f0f url( "img/header.jpg" ) no-repeat 0 0; border-bottom: 1px solid #900; }
#col-wrapper { overflow: hidden; }
#main-col{ width: 666px; background: #fff; float: left; padding-bottom: 1000px; margin-bottom: -1000px; }
#main-col-margin { margin: 15px;}
#right-col{ width: 330px; background: #FDAE29; float: right; padding-bottom: 1000px; margin-bottom: -1000px; }
#right-col-margin { margin: 4px; }
#navigation{ width: 1000px; height: 30px; position: absolute; top: 182px; left: 0px; z-index: 10; background: transparent; }
#footer{ height: 78px; padding-left: 320px; background: #FDAE29 url("img/footer-bg.gif") no-repeat 0 0; clear: both; border-top: 1px solid #900; }



/*Anja*/
#col-wrapper {
	background: transparent url("img/bg.gif") repeat-y 0 0; 
}



#top-nav ul { list-style-type: none; padding: 0; margin: 18px 10px 0; float: right; }
#top-nav li { float: left; color: #fff; }
#top-nav a { display: block;color: #fff; text-decoration: none; padding: 0 4px; line-height: 12px; border-right: 1px solid #fff; }
#top-nav li:last-child a, 
#top-nav li.last a { border: none;}


#menu-wrapper { float:left; }
#input-wrapper { width: 330px; float: right; margin: 4px 0; position: relative;}
#newsletter, 
#search { width:  90px; border: none; background: none; position: absolute; }
#search { left: 210px; top: 2px; }
#newsletter { left: 50px; top: 2px; }



.footer-menu { list-style-type: none; border-right: 1px solid white; float: left; padding: 0 10px 0 0; margin: 5px; }
.footer-menu a{ color: #fff; font-weight: bold; }

#social-nav { float: left; width: 180px; list-style-type: none; margin: 24px 5px; padding: 0; }
#social-nav li { float: left; margin: 0 3px; }
#social-nav li a { display: block; width: 30px; height: 30px; line-height: 1000px; overflow: hidden; }
#social-nav li#twitter a { background: transparent url( "img/twitter.gif" ) no-repeat 0 0; }
#social-nav li#facebook a { background: transparent url( "img/facebook.gif" ) no-repeat 0 0; }
#social-nav li#youtube a { background: transparent url( "img/youtube.gif" ) no-repeat 0 0; }
#social-nav li#flickr a { background: transparent url( "img/flickr.gif" ) no-repeat 0 0; }
#social-nav li#vz a { background: transparent url( "img/vz.gif" ) no-repeat 0 0; }
#privacy-link { line-height: 74px; }


#banner-wrapper { margin-bottom: 2em; }
.newslist {
	list-style-type: none;
	background: #fff;
	margin: 0;
	padding: 5px 10px;
}

#tag-cloud {
	width: 322px;
	height: 266px;
	background: transparent url("img/tag-cloud-bg.gif") no-repeat 0 0;
	overflow: hidden;
}
#tag-cloud-inner{
	width: 255px;
	height: 115px;
	margin: 55px 30px;
	text-align: center;
}
#tag-cloud a { color:#fff; text-decoration: none; }
#tag-cloud a:hover { color:#EC1607; }
.w1 { font-size: 1em; }
.w2 { font-size: 1.3em; }
.w3 { font-size: 1.6em; }
.w4 { font-size: 1.9em; }


#content-footer { border-top: 1px solid #ec1607; color: #ec1607; padding: 10px 0;margin-top: 2em; clear: both; }
#content-footer ul { list-style-type: none; text-align: center; padding: 0; margin: 0; }
#content-footer li { display: inline; border-right: 1px solid #ec1607; padding: 0 5px 0; }
#content-footer li.last, 
#content-footer li:last-child { border: none; }
#content-footer a { text-decoration: none; }


#artikel-col { width: 357px; float: right; clear: both; }
#img-col { width: 252px; }
#main-col img { border:  2px solid #fdae29; }
h2.lead { color:#F17F0F; font-weight: bold; }
h1.two-col { margin-left:288px; }


.content_mit_bild {
	padding-left:265px;
}


.content_mit_bild #article{
	width:370px;
}



.content_mit_bild #foto {
	width:252px;
	margin-left:-265px;
	position:absolute;
	padding-top:2.15em;
}

#search-button {
	height:45px;
	margin-left:170px;
	margin-top:-20px;
	width:40px;
	display:block;
	position:absolute;
}
#newsletter-button {
	display:block;
	height:50px;
	margin-left:5px;
	margin-top:-25px;
	width:50px;
	position:absolute;
}
#newsletter-button span,
#search-button span {
	display:none;
}








#aw_orderlist_form .boxtitle a {
	color:#000000;
}








/* Bildformatierung */

.AWimageleft { float:left; }
.AWimageright { float:right; }

.AWimagemarginleft { margin-left:6px; }
.AWimagemarginright { margin-right:6px; }
.AWimagemargincenter { margin:auto; }

div.AWimagebox { background-color: #FFFFCC; margin-top: 0.5em; margin-bottom: 10px;}

img.AWimage { border:0px; }

p.AWimagetext { padding-left: 6px; padding-right: 6px; margin-top:0px; margin-bottom:0px; }

span.AWimagetitle { font-weight:bold;display:block; }



/* Bildformatierungen zum Ueberschreiben */


.AWimageboxOverride { }

AWimageOverride {}

AWimagetextOverride {}

AWimagetitleOverride {}

AWimagedescOverride {}

ul.leiste {
  padding: 0em 0.5em 0em 0.5em;
  margin: 0px;
  
}
ul.leiste li {
  padding-left: 0.5em;
  list-style-type: none;
  display: inline;
}

.clear {
    clear:both;
}

.fehler {
  color: red;
  font-weight: bold;
}

.left {
  float:left;
}

.right {
  float:right;
}


#social_bookmark ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border: 0px;
  border-top: 2px solid #FDAE29
}

#social_bookmark li { 
  padding-right: 0.5em;
  list-style-type: none;
  display: inline;
}

#social_bookmark img {
  margin: 0.25em 0em 0em 0em; 
  border: none;
}