/* DIV-based site CSS, based on Macromedia recommendations */
/* Basic Version: Banner, Menu (left) , Content, Footer    */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	
	background-color: #e0e0e0;
	color: #333333;

}

#wrapper {
	width: 980px;
	max-width: 980px;
	min-width: 980px;
	min-height: 550px;
	
/*	overflow:hidden;  */

	margin:10px auto;
	text-align:left;
	text-align: justify;

	border: 1px solid #999999;
	border-bottom-color:#888888;
	border-right-color:#888888;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;

	background-color:#FFFFFF;
	padding-bottom:70px; 
	margin-bottom:20px;
	
/*	background:#fff url(../images/bg_blfy.png) 20px bottom no-repeat;*/
	background:#fff url(../images/tiles/mountain2.jpg) left bottom no-repeat;
	
}

#banner {
	height: 80px;
/*	background-color:#FFFFFF; */

	/* Banner-Grafiken */
	background:url(../images/tiles/simple_line.gif) repeat-x top;
	text-align:center;
}

#banner h1 { font-size:2em; display:none; }

#banner img { margin-top:15px; }

#content{ /* add margin-left for menu */
	margin-left: 220px;
	/* no width (IE) */
	padding:10px 20px;

	font-size:1.2em;
	
}

#content p {
	line-height:1.6em;
	margin-bottom:6px;
	margin-right:20px;
}

#content ul { list-style:none; margin:4px 5px 15px; }
#content ul li {
	line-height:1.4em;
	margin-bottom:2px;
	margin-right:20px;
	margin-left:14px;
	font-weight:bold;
}
#content ul li ul li { font-weight:normal; }
#content hr { height:1px; border-bottom:1px dotted #AAAAAA; margin-bottom:5px; }

#content p.right{
	float: right;
}

#content h1{
	font-size:1.3em;
	color: #002200;
	margin-bottom:16px;
}

#content h2{
	font-size:1.1em;
	padding: 0;
	margin:14px 20px 5px 0;
	color: #111111;
}

/* basic design for links - more externally available */
#content a { color: #000000; text-decoration:none; border-bottom:1px dotted #bbb; padding-bottom:2px; }
#content a:hover { border-bottom:1px dotted #333333;}
#content a:visited { border-bottom:1px dotted #ddd;}

.clearit{
clear: both;
}


#footer{
	border-top: 0px solid #AAAAAA;
	color: #999999;
	clear: both;
}

#footer p {
	font-size:1.2em;
	padding: 3px;
}
#footer p.small {
	font-size:0.8em;
	font-style:italic;
}
#footer p img {
	margin-top:12px;
}


