/* Holzbau Ehmke
   
	 Layout Bildschirm
	 
	 copyright 2010 by Dalliclick Internetservice */
*{
	margin:0;
	padding:0;
}

#window {
  border-bottom: 5px solid #666666;
  border-right: 5px solid #666666;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 986px;
}

#header{
}

#acc_1{
	position:absolute;
	right:0;
	top:-76px;
}

#acc_2{
	position:absolute;
	right:120px;
	top:-76px;
}

#header a img{
	border:none;
}

#acc_3{
	position:absolute;
	right:240px;
	top:-81px;
}

#title *{
	display:inline;
	margin-left:1em;
}

#title *:first-child{
	margin-left:0;
}

#content_frame{
	min-height:480px;
	position:relative;
	padding-bottom:0.2em;
/*	padding:0 0.6em;
*/	/*border: 1px solid white;				/* Hack for FF, otherwise h1.margin-top has no effect */
}

#content{
/*	padding:0 0.5em 2em 30px;
*/	margin-bottom:1em;
	margin-left:19%;
	margin-right:5em;
	padding-top:1.5em;
}

#content_height{
	min-height:400px;
}

#title{
	border-bottom:2px solid #9A6601;
	padding:0.1em;
	margin-bottom:1.5em;
}

#footer{
	clear: both;
	text-align:center;
	width:100%;
	margin-top:1.5em;
	border-top:2px solid #9A6601;
	font-size:9pt;
}

#footer > *{
	margin-top:0.3em;
}

#aim-msg{
	position:absolute;
	top:7px;
	left:-180px;
	width:160px;
	height:50px;
	background:url(../grafik/aim_hgr.gif);
	background-repeat:no-repeat;
	font-size:80%;
	padding-left:50px;
	padding-top:9px;
}

.aim-status{
	text-align:center;
	width:95px;
}

.online{
  background-color:#dfd;
  color:#0a0;
  border:1px solid #0a0;	
}

.offline{
  background-color:#fdd;
  color:#f00;
  border:1px solid #f00;	
}

/* * html body #navheight_horiz_vert { height: 153px;} *//* IE 6 / 5.5 Hack */

/*#navheight_horiz_vert ul.nav1st { padding:0px 20px; }
*/

#main-nav {
	position:absolute;
	margin-left:0.5em;
	margin-top:70px;
	width:14.5%;
}

#main-nav li:first-child{
	margin-top:0;
}

#main-nav li {
	list-style-type:none;
	background:url(../grafik/nav_hgr.gif);
	width:100%;
	margin: 0.7em 0;
	font-size:12pt;
	font-weight:bold;
	color:#FFE87F;
	padding:0.2em 0.5em;
}

#main-nav a, 
#main-nav a:link {
	color:#FFE87F;
	text-decoration:none;
}

#main-nav ul ul a, 
#main-nav ul ul a:link {
	color:#9A6601;
	text-decoration:none;
}


#main-nav ul a:hover{
	background:#FFE87F;
	color:#9A6601;
}

#main-nav ul li:first-child{
	margin-top:0;
}

#main-nav ul ul li{
	width:100%;
	margin: 0em 0;
	font-size:10pt;
	font-weight:bold;
	color:#9A6601;
	padding:0.1em 0.1em 0.3em 1em;
	background:none;
}

#main-nav ul ul a, 
#main-nav ul ul a:link {
	text-decoration:none;
}

#main-nav ul ul a.current,
#main-nav ul ul a:hover{
	background:#9A6601;
	color:#FFE87F;
}


/* ### Sub Navigation ##################################################### */

/*#navheight_horiz_vert {
	min-height: 210px;
	margin:0;
	padding-bottom:1em;	*/									/* kann bei MSIE 7 eigentlich wegfallen */
/*}*/

/* * html body #navheight_horiz_vert { height: 153px;} *//* IE 6 / 5.5 Hack */

/*#navheight_horiz_vert ul.nav1st { padding:0px 20px; }
*/
/*
#sub-nav {
	margin:0 20px;
	margin-bottom:1em;
	border-bottom-width:3px;
	border-bottom-style: none;
	background-color:white;
	text-align:center;
}

#sub-nav ul{
}

#sub-nav li {
	display:inline;
	font-size:130%;
	line-height:140%;
}

#sub-nav li:before {
content:" :: ";
}
#sub-nav li:first-child:before {
content:"";
}

#sub-nav a, 
#sub-nav a:link {
	padding:0.2em 0.4em;
}
*/