/**************************/
/* Global Settings        */
/**************************/

body{
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	background-color: #e0d5cd;
	font-family: Comic Sans MS, sans-serif;
	color: #000000;
	font-size: 13px;
}

body, html {
	overflow: hidden;
}

/* Frames */
#framecontentLeft {
  position: absolute; 
  top: 0; 
  left: 0;
  margin-top: 106px; 
  width: 220px; 
  height: 92%;
  font-size: 13px;
  overflow: scroll; 
  background-color: #B09781;
  background: #B09781 url(images/pferdmenue.jpg);
  background-repeat: repeat-y;
}
	div#framecontentLeft a {
		color: #000000;
		text-decoration: underline;
		font-weight: bold;
	}

	div#framecontentLeft a:hover {
		color: #000000;
		text-decoration: underline;
		font-weight: bold;
	}
    
	div#framecontentLeft ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	div#framecontentLeft div.innertube div.mainmenu{
		position: relative;
		float: left;
		padding-bottom: 50px;
	}


#framecontentTop { 
	left: 0; 
	right: 0;
	top: 0;
	width: 100%;
	height: 106px; 
	overflow: hidden; 
	background: #622f04 url(images/top_background.gif) top left;
	color: #ffffff;
	position: absolute;
}
	
	div#framecontentTop div#logo {
		float: left;
		position: relative;
		width: 725px;
		height: 106px;
	}
	
	div#framecontentTop div#subnavigation {
		float: right;
		position: relative;
		width: 420px; 
		height: 106px;
		background: #622f04 url(images/pferdeheader.jpg) top left;
	}
	
	div#framecontentTop div#subnavigation ul {
		float: right;
		list-style: none;
		font-size: 12px;
		margin-top: 89px;
		color: #ffffff;
	}
	
	div#framecontentTop div#subnavigation ul li {
		display: inline;
	}
	
	div#framecontentTop div#subnavigation ul li a {
	  color: #ffffff;
	  text-decoration: underline;
	  font-weight: bold;
	 }
	
	div#framecontentTop div#subnavigation ul li a:hover {
	  color: #ffffff;
	  text-decoration: underline;
	  }


#maincontent{
  left: 225px; 
  top: 106px; 
  right: 0;
  bottom: 0;
  overflow: auto; 
  background: #e0d5cd url(images/hausbg.jpg) bottom right no-repeat;
  position: fixed;
}

*:first-child+html #maincontent {
		background-attachment: fixed;
}

	* html #maincontent { /*IE6 hack*/
		background-attachment: fixed;
		overflow: scroll;
		position: absolute;
		left: 230px;
		top: 106px;
		height: 80%;
		width: 80%;
	}
	
	#maincontent .innertube {
		width: 98%;
	}
	
.innertube{
  margin: 0px; 
  overflow: visible;
  position: absolute;
}


/**************************/

/* RTE Settings           */

/**************************/

.links {
	text-align: left;
	}

.rechts {
	text-align: right;
	}

.zentriert {
	text-align: center;
	}



.fontSize1 {
	font-size: 12px;
	}

.fontSize2 {
	font-size: 14px;
	}

.fontSize3 {
	font-size: 16px;
	}

img {
  border: 0px;
  }

.clear {
  clear: both;
  }
  
body#tinymce {
	overflow: scroll;
	}
