/* Importieren der Hacks für IE/WIN */
@import "hack_ie_win_clearing.css";
@import "hack_ie5_win_textsize.css";

/* Importieren der Detail CSS-Files */
@import "linkTabelle.css";
@import "login.css";
@import "kontakt.css";
@import "backendForm.css";
@import "backendFilter.css";
@import "shopBoote.css";
@import "shopElement.css";
@import "werwirsind.css";
@import "kurse.css";
@import "news.css";
@import "tipps.css";
@import "lightbox/gallery.css";


body{
margin: 0;
padding: 0;
font-family: Verdana,sans-serif,Geneva,Arial,Helvetica;
font-size: small;
background-color: #EEEEEE;
color: #000;
}

body{
margin-left:auto;
margin-top:50px;
}

/*#wrap,#wrap*{text-align:left;}*/
#wrap{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	
}

#wrapHeader{
	float: left;
	width: 100%;
	background: #FFFF00;
}

#headerSpace{
	float: left;
	width: 30%;
	background: #FFFF00;
}

#header{
	float: right;
	width: 70%;
	background: #FFFF00;
}

#navTopWrap{
	clear: both;
}

#navTop{
	float: left;
	width: 70%;
	margin: 0 0 0 0;
	padding: 10px 0px 10px 30%;
	list-style: none;
	border-top: 10px solid #FFFF00;
	border-bottom: 10px solid #FFFF00;
	background: url(../images/balken_nav_top.gif) repeat top left;
}

#navTop li{
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 100%;
	background: url(../images/balken_nav_top.gif) repeat top left;
}

#navTop a{
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}
#navTop a:hover{color: #FFFF00;}


#wrapContent{
	width: 100%;
	background: url(../images/content_background.gif) repeat top left;
}

#navLeft{
	float: left;
	width: 30%;
	background: #CCCCCC;
}

#navLeft .gutter{
	padding: 15px;
}

#navLeft li.navTitel{
  list-style: none;
	font-family: "Lucida Grande", sans-serif;
	letter-spacing: 1px;
	font-size: 120%;
	color: #800000;
}

#navLeft li{
	list-style: none;
	font-family: "Lucida Grande", sans-serif;
	font-size: 120%;
}

/*Untertitel 1. Ebene in der linken Navigation*/
#navLeft .subtitle1 {
	list-style: none;
	font-family: "Lucida Grande", sans-serif;
	font-size: 110%;
}
#navLeft .subtitle1 a{
	font-size: 100%;
	margin: 0px 0px 0px 15px;
	color: #000000;
}

#navLeft a{
	color: #000000;
	text-decoration: none;
}
#navLeft a:hover{color: #EEEEEE;}

#home {padding-bottom: 10px;}
#anbieter {padding-bottom: 10px;}
#comm {padding-top: 10px;}

#content{
	float: right;
	width: 70%;
	background: #CCCCCC;
}

#content .gutter{
	padding: 10px 10px 10px 10px;
}


#wrapBox{   /*nur Startseite*/
  clear: both;
	width: 100%;
}

#boxLinks{  /*nur Startseite - Begrüssungstext*/
width:380px;
float: left;
/* border:1px solid #FFFFFF; */
}

#boxRechts{  /*nur Startseite - News Box*/
width:260px;
float: right;
background: #EEEEEE;
/* border:1px solid #FFFFFF; */
}


#content img{
	padding: 0px 0px 0px 60px;
}

#content h1{
	font-size:120%;
  color: #800000;
  background-color: transparent;
}

#content div a{     /*Link im Content*/
	margin: 0;
	padding: 0;
	color: #4F7BFF;
	text-decoration: none;
	text-align: left;
	vertical-align:top;
}
#content div a:hover{color: #990000;}


#content div.allg{ /*Text im Content, alle Seiten ausser Startseite*/
	font-size:100%;
 	margin: 0px 150px 20px 0px;
}

#content div.allg p.fett{
  margin: 30px 0px 30px 0px;
	font-size: 120%;
	line-height: 130%;
 	font-weight: bold;
 	text-align: center;
}

#footer{
	clear: both;
	width: 100%;
	background: #CCCCCC;
}

#footer .gutter{
	padding: 20px 10px 10px 20px;
}

