/*///////////////////////////////////////////////////////////////////
// 2008-11   | motorpresse                                         //
// Project   | RW Coach                                            //
// Author    | Karsten Meyer                                       //                                                   
// Package   | print                                               //
///////////////////////////////////////////////////////////////////*/


/* # general ########## */
* {
  padding:0;
  margin:0;
  line-height:1.5em;
}

HTML {
	margin:0;
	padding:0;
}
BODY {
	text-align: center;
	color: #000;
  text-align:justify;
  background-color:#fff;
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
	padding:0;
}

A:link,
A:visited,
A:hover,
A:active,
A:focus{
	color: #000;
	text-decoration:underline;
}

IMG, A IMG {
	border:0;
}

P {
 line-height:1.4em;
 margin:0;
 padding-bottom:20px;
}

h1, h2, h3, h4, h5, caption, legend {
  text-align:left;
  page-break-after:avoid;
}
H1, H2, H3, H4, H5, H6 {
 margin:0;
 padding:0;
}

H1 {
 font-size: 18px;
 padding-bottom:10px;
 margin-bottom:7px;
 background: url(http://womensrunwien.at/css/i/coach/bg/h1.gif) left bottom repeat-x;
}

H2 {
 font-size:12px;
 margin-bottom:6px;
}

H3, H4, H5, H6 {
 font-size:12px;
}

UL {
  margin-bottom:0;
  padding-bottom:0;
}


TABLE {
	border-collapse:collapse;
	padding:0;
	border:0;
	margin:0;
}
TABLE, TR, TD {
	font-family: Verdana, Arial, sans-serif;
	vertical-align:top;
	font-size: 11px;
}

FORM {
  margin:0;
  padding:0;
}

.clearer {
  clear: both;
  line-height: 0px;
  font-size:0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}

 /* Clearing mit overflow */
.floatbox { overflow: hidden; }

.bo {border:1px solid #000;} /* nur zum testen*/

/* # Styles für banner ######### */


/* # page settings ########## */
#container {
  width:auto;
  margin:0;
  background:transparent !important;
  overflow:visible !important; 
}

#content {
 padding:0 79px 0 78px;
 line-height:1.5em;
}

/* header */
#meta,
#teaser,
#navigation-area,
#categories,
#link-footer {
	display:none;
}

#header {
 position:relative;
 padding:25px 0 45px 78px;
}


/* ### content ########*/
#catarrow {
	position:absolute;
	left:18px;
	top:226px;
	width: 31px;
	height: 22px;	
	background: url(http://womensrunwien.at/css/i/coach/bg/arrows.png) no-repeat;
}

.picRight {
 float:right;
 margin:3px -29px 5px 25px;
}
.picLeft {
 float:left;
 margin:3px 25px 5px 0px;
}
.picRight IMG,
.picLeft IMG {
 padding:2px;
 border:2px solid #e4e4e4;
}

.bu {
 padding:17px 0 0 10px;
 font-style:italic;
 line-height:1.3em;
}

P.shortdesc {
	font-weight:700;
}


/* footer area */

#copyright {
 padding:0 79px 0 78px;
 height:20px;
 text-align:right;
 border-top:1px solid #000;
 font-weight:400;
}
/* END */