/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 20px 0; padding: 0;
	font: normal .72em/1.5em Verdana, sans-serif;
	color: #444;
	background: #dedfe3;
	text-align: center;	
	height: 100%;	
}

/* links */
a { background: inherit; color: #1ea7cb; text-decoration: none; }
a:hover { background: inherit; color: #1ea7cb; text-decoration: none; }

/* headers */
h1, h2, h3 {
	font: 1em Verdana, Tahoma, Sans-serif;
	color: #333;
}
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; text-transform: uppercase;}
h3 { font-size: 1.0em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */

img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 770px;
	margin: 0 auto;
	background: #FFF url(wrap-bg.jpg) repeat-y;
}

/* header */
#header {
	position: relative;
	height: 176px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}
#header .headerphoto {
	position: absolute;
	background: url(../images/haus.jpg);

	right: 15px ; top: 15px;
	width: 280px;
	height: 156px;
		
}
#header #logo-box {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 455px;
	height: 156px;
	
	background-color: #f5f5f5;
}

#logo_gif {
	position: absolute;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 0px;
	left: 57px;
}
#logo-box h1#logo {
	position: absolute;
	font: bold 16px Verdana, Sans-serif;
	letter-spacing: 1px;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 80px;
	left: 25px;
	visibility: hidden;
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #666666;
}
#logo-box #slogan {
	position: absolute;
	font: bold 12px Verdana, Sans-serif;
	letter-spacing: 0.3px;
	text-transform: none;
	color: #0099cc;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 88px;
	left: 25px;
	visibility: hidden;
}

/* header menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 770px;		
	background: #FFF url(wrap-bg.jpg) repeat-y;
	float: left;
}
#menu ul {
	font: bolder 12px Verdana, sans-serif;
	width: 740px;
	color: #FFF;
	background-color: #1ea7cb;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
}
#menu li a:hover {
	background: #cccccc;
	color: #FFF;
}
#menu li a#current  {
	background: #cccccc;
	color: #FFF;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF url(content.jpg) repeat-y;
}
#content {
	width: 740px;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}



/* sidebar */
#sidebar {
	float: left;
	width: 27%;
	margin: -5px 0 10px 0; padding: 0;	
}	

.sidebox {
	margin-bottom: 10px;	
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 5px 15px -10px;
	padding: 0;		
}
#sidebar ul.sidemenu li {
	padding: 0px 10px ;
}
#sidebar ul.sidemenu a {
	display:block;
	font: bolder 11px;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 11px;
	line-height: 1.5em;
	border-bottom: 1px solid #D5D5D5;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px solid #D5D5D5;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 6px;
	border-left: 5px solid  #1ea7cb;
	color: #1ea7cb;		
}
#sidebar ul.sidemenu a#current{
	padding: .3em 0 .3em 6px;
	border-left: 5px solid  #1ea7cb;
	color: #1ea7cb;		
}

/* main */
#main {
	float: left;
	width: 71%;	
	margin: 0 0 10px 12px; padding: 0;	
	overflow: auto;
}
#main h1 {
	padding: 10px 0 5px 0px;
	margin: 0 0 0 14px;
	border-bottom: 1px solid #D5D5D5; 	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

#main_gf {
	float: left;
	width: 70%;	
	margin: 0 0 10px 20px; padding: 0;	
}
#main_gf h1 {
	padding: 10px 0 5px 0px;
	margin: 0 0 0 14px;
	border-bottom: 1px solid #D5D5D5; 	
}
#main_gf ul li {
	list-style-image: url(bullet.gif);
}

#main_home {
	float: left;
	width: 70%;	
	margin: 0 0 10px 105px; padding: 0;	
}
#main_home h1 {
	padding: 10px 0 5px 0px;
	margin: 0 0 0 14px;
	border-bottom: 1px solid #D5D5D5; 	
}
#main_home ul li {
	list-style-image: url(bullet.gif);
}


/* footer */
#footer {
	clear: both;
	margin-left: 50px; padding: 12px 0 0 0;
	font: normal .92em/1.5em Verdana, Tahoma, Arial, sans-serif;
	height: 45px;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: none;
	color: #1ea7cb;
}

#footer_st {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em Verdana, Tahoma, Arial, sans-serif;
	height: 45px;
	color: #666666;
	text-align: center;
}
#footer_st p {
	margin: 0; padding: 0;
}
#footer_st a {
	text-decoration: none;
	color: #777;	
}
#footer_st a:hover {
	text-decoration: none;
	color: #1ea7cb;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
