/* CSS für BW-Sport */

/************************************************

*			Fixes, Workarounds, etc.			*

************************************************/

* {
	margin: 0;
	padding: 0;
	}



/* Clearfix fuer das Float-clearing */

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.clearfix {display: inline-block;}  /* IE 7 */



/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

/* End hide from IE-mac */



/************************************************

*				Grundlayout						*

************************************************/

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	}

body {
	text-align: center;
	font-size: 0.69em;
	line-height: 1.2em;
	height: 100%;
	background: #000;
	}
#wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;

	}
#header {
	width: 960px;
	height: 100px;
	}
.logo {
	float: right;
	margin-top: 20px;
	
	}
#left {
	float: left;
	width: 221px;
	background:#cad4dc;
	border: solid 1px #cad4dc;
	}

#emotion {
	float: left;
	width: 958px;
	height: 202px;
	/*text-align:  center;*/
	background: #000 url('../images/bg.gif') no-repeat;
	overflow: hidden;
	}
#emotion #myContent{
 	margin: 1px 0 1px 238px;
 	float: left;
 	}
#emotion .adresse {
 	padding: 10px 10px;

 	}
.adresse h1, .adresse h2, .adresse h3, .adresse p  {
 	color: #000 !important;
 	}
#main {
	width: 960px;
	}

#content {
	position: relative;
	float: left;
	width: 670px;
	min-height: 200px;
	height: auto !important;
	height: 300px;
	padding: 10px 15px 45px 15px;
	}

#footer {
	clear: both;
	text-align: left;
	width: 960px;
	margin: 0 auto;
	height: 200px;
	background: #000 url('../images/bwsport_bg.jpg') bottom no-repeat;
	}
a, a:link, .a:visited {
	color: red;
	/*color: #892b81;*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}
/* Stufe 1 */
#hnav {
	float: left;
	}

#hnav li a, #hnav li a:link, #hnav li a:visited  {

	font-weight: bold;
	display: block;
	color: #000;
	line-height: 1.9em;
	height: 21px;
	width: 215px;
	padding: 0 0 0 7px;
	border-bottom: 1px solid #fff;
	background: #cad4dc;
	}
#hnav li a:hover, #hnav li a:active, #hnav li a:focus,
#hnav li a.active, #hnav li a.active:link, #hnav li a.active:visited {
	background: #66818f;
	color: #fff;
	}	

/* Stufe 2 */
#hnav ul li a, #hnav ul li a:link, #hnav ul li a:visited {
	font-weight: normal;
	color: #fff;
	line-height: 1.9em;
	height: 21px;
	border-bottom: 1px solid #abafb1;
	background: none !important;
	}
#hnav ul li a:hover, #hnav ul li a:active, #hnav ul li a:focus,
#hnav ul li a.active, #hnav ul li a.active:link, #hnav ul li a.active:visited {
	color: #66818f;
	}

/* Stufe 3 */
#hnav ul ul li a, #hnav ul ul li a:link, #hnav ul ul li a:visited {
	padding: 0 0 0 20px;
	font-weight: normal;
	text-transform: none;
	color: #000;
	width: 166px;
	height: auto;
	line-height: 1.4em;
	background: none;	
	}
#hnav ul ul li a:hover, #hnav ul ul li a:active, #hnav ul ul li a:focus
#hnav ul ul li.active a, #snav ul ul li.active a:link, #hnav ul ul li.active a:visited {
	color: #d5e6ed;
	}


/* Ueberschriften */

h1, h2, h3, h4, h5 {
	color: #fff;
	font-weight: bold;
	}

h1 {font-size: 1.2em;
    padding-bottom: 5px;
    }

h2 {font-size: 1.1em;
    line-height: 1.2em;
    padding: 5px 0;
    }

h3 {font-size: 1em;
    line-height: 1.2em;
    padding: 5px 0;
    }



/* Paragraph */

p {	
	color: white;
	line-height: 1.4em;
	} 

/* Listen */

#content ul {
	list-style-type: none;
	margin: 5px 0 5px 0;
	}

#content ul li {
	padding: 2px 0 2px 15px;
	background: url('../1/images/list_item.gif') 5px 7px no-repeat;
	}

#content ol {
	list-style-type: decimal;
	margin: 5px 0 5px 10px;
	}

#content ol li {
	padding: 2px 0 2px 0;
	margin-left: 10px;
	}
/* Lightbox		*/

.thumbs {
	padding: 4px;
	}
/* Footer */
#footer {
	text-align: center;
	}

/* Tabellen */

table {
	}

table td,

table th {
	text-align: left;
	padding-right: 10px;
	}

table th {
	font-weight: bold;
	}

table td {
	}
.col-1-1 {

	float: left;
	width: 48%;
	}
.col-1-1 img{
	padding: 0 50px 20px 0;
	}
