body {
/*	background-color:#006699;*/
	background-color: #726D61;
	width: 800px;
	margin: 0 auto;
}
#page{
	width: 800px;
	-moz-border-radius: 15px;
	padding: 15px;
	margin:5px;
	border: 2px solid #fff;
	background-image: url(../images/site_bg.jpg);
}
#header{
	background-image: url(../images/header_brown.jpg);
	height: 105px;
}
#subMenu,#content,#mainMenu{
	background-image: url(../images/tamelorn_new_bg.jpg);
}
#mainMenu{
	height: 23px;
	width: 800px;
}
.mainMenuItems div{
	display: table;
	width:100%;
	text-align: center;
	vertical-align:middle;
}
.mainMenuItems ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display: table-row;
	margin: 0;
	padding: 0;
}
.mainMenuItems img{
	border:none;
}
.mainMenuItems li{
	display: table-cell;
}
.mainMenuItems a{
	font-size: 13pt;
	font-family: Arial;
	color: #663333;
	display: block;
	font-weight:bold;
	text-decoration: none;
	margin: 0 -1px 0 0;
	padding: 3px 5px 2px 5px;
}
.mainMenuItems a:hover,.subMenu1 a:hover{
	text-decoration:underline;
	color:#000000;
}
/* ie fix */
.mainMenuItems ul{
	width:100%;
}
.mainMenuItems li,.mainMenuItems a{
	display: inline;
}
/* ende ie fix */
#menuLeiste{
	height:9px;
	background-image:url(../images/tamelorn_new_menu_leiste.jpg);	
}
#submenuLeiste{
	height:9px;
	background-image:url(../images/tamelorn_new_submenu_leiste.jpg);	
}
#subMenu{
	width:160px;
	height:100%;
	float:left;
}
.headline1{
	font-weight:bold;
	text-align:center;
}
.subMenu1 a,.subMenu1 ul, .subMenu1 li{
	font-size: 10pt;
	font-family: Arial;
	color: #663333;
	list-style:none;
	text-decoration: none;
	padding:2px;
	margin:1px;
}

#content{
	width:625px;
	height:100%;
	padding:5px;
	float:right;
}
#textContent{
	background-image:url(../images/content_bg.jpg);
	margin:5px;
	padding:5px;
}
.textPart{
	vertical-align:top;
	text-align:justify;
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	text-decoration:none;
}
.textPart a{
	text-decoration:underline;
	color:#006633;	
}
.textPart a:hover{
	color:#000000;
}
#clearSpalte{
	clear:both;
}
.picFloat{
	float:right;
	margin-left:10px;
}
