/*  body und schrift deffinitionen */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #CCC;
  font-size: 12px;
  font-family: Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#333;  
  line-height: 120%;
  text-align:center;
	margin:0px;
	padding:0px;
}

p,pre, ul {
  font-size: 12px;
/*  margin: 20px 10px 10px 10px; */
  line-height: 140%;
}

.indent  {
  font-size: 12px;
  margin: 20px 10px 10px 10px;
  line-height: 140%;
}

.tx-eeblog {
  }

h1,h2,h3 {
  margin: 0px 10px 10px 10px;
  line-height: 100%;
  }

h1 {
  margin: 00px 10px 10px 0px;
  line-height: 120%;
  color: #FF6600;
  font-size: 18px;
  font-weight: bold;
  }

h2 {
  margin: 5px 10px 10px 00px;
  line-height: 120%;
  font-size: 18px;
  }

h3 {
  margin: 0px 10px 10px 0px;
  line-height: 120%;
  font-size: 18px;
  font-weight: bold;
  }


.title {
font-size:12px;
padding-top:10px;
color: #333;
font-weight: bold;
background-color: transparent;
	}


.box {

line-height: 140%;
	display: block;
	background: transparent;
	width: auto;
	margin-bottom: 10px;
	padding: 7px;
	border: 1px dotted #CCC;}

.small {
  font-size:10px;
  }


a { 
color: #006699;
background-color:transparent;
font-weight: bold;
}
 

/*  positioning-layers statisch und absolut */

#bigbox {
width:750px;
margin: 0px auto;
padding:0px;
text-align:left;
background-color: #FFF;
}

#left {
width:174px;
padding:0px;
float:left;
background-color:#FFF;
}

#content {
width:400px;
padding:0px;
float:left;
background-color:#fff;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
overflow: auto;
}


#content img {
  padding-left: 10px;
  float: left;
  }

#right {

width:174px;
padding:0px;
float:left;
background-color:#FFF;

}


#head {
background-color: #FF6600;
font-size: 20px;
color: #FFF;

padding:25px 10px;
margin:0px
}


#path {
font-size: 11px;
color: #564b47;
background-color: #EEE;
border-bottom: 1px solid #CCC;
padding:5px 10px;
margin:0px

}


#footer {
padding: 5px;
background-color: #EFEFEF;
border-top: 1px solid #CCC;
}


.navigation {
	display: block;
	width: auto;
	margin: 0px 0px 0px 0px;}

.navigation a {
	display: block;
	color: #003;
	background: #EEE;
	font: normal 10px/12px Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px 0px 4px 15px;
	border-bottom: 1px solid #FFF;}

.navigation a:hover {
	color: #47A;
	background: #F6F6F6 url(http://www.frankfurt-aktiv.de/fileadmin/img/back_sub_navig_hi.gif) no-repeat 0px 0px;
	text-decoration: none;}

.navtitle {
	display: block;
	color: #F60;
	background: #EEE url(http://www.frankfurt-aktiv.de/fileadmin/img/back_rubrik_left.gif) no-repeat 0px 0px;
	font: normal 10px/12px Verdana, Tahoma, Helvetica, sans-serif;
	width: auto;
	height: auto;
	padding: 3px 0px 4px 15px;
	border-bottom: 1px solid #FFF;}


#buchbox {
  padding: 10px; 
  margin: 5px;
  width: 250px; 
  float: right; 
  background-color: #EFEFEF; 
  font-size: 11px;
  }

#buchbox img {
  float: left;
  }

#buchbox .buchlink {
  padding-top: 5px;
  }
