html {
	min-height: 100.05%;
}

body{
	margin: 0;
	padding: 0
	text-align: left;		
	font-family: Arial;
	background-color: #cccccc;
	font-size: 14px;
	color: #666666;	
}
h1{
	font-family: Arial;
	color: #3366cc;
	text-align: left;	
	font-weight: bold;
	font-size: 18px;
}

h2{
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
	
}

h3{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	
}
h4{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-left: -2px;
	color: #000000;
	margin-bottom: -1px;
	
}

a:link, a:visited {
	text-decoration: underline;
	color: #3366cc;
}

a:hover {
text-decoration: underline;

}


ul{
	margin: 0;
	padding: 0px 0px 10px 5px;
	list-style: none;
}
li{
	padding-left: 5px;
}

ol{
	margin: 0;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
}


/* fsom IDs */
#site, #border, #boxes {
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#div_bfree {
	display: none;
}

#border {
	width: 930px;
	background-color: #FFFFFF;
}

#boxes {
	width: 900px;
	background-color: #FFFFFF;
}

#header {
	width: 900px;
	height: 140px;
}

#logo {
    padding-top: 20px;
	padding-left: 20px;
	float: left;
	text-align:left;
}

#user3 {
	width: 738px;
	float: right;
	text-align:right;
	margin-top: 20px;
	margin-right: 10px;
	
}
#user3.li{
	margin: 0;
	padding-left: 5px;
	list-style: none;
}


#break {
    background-color: #3366cc;	
	width: 900px;
	height: 26px;
	text-align: left;
	line-height: 26px;
}

#user5 {
	float: left;
	width: 700px;
	text-align: left;
}

#search {
	float: right;
	width: 385px;
	text-align: right;
}
#mod_search_searchword{
	overflow: hidden;
	width: 175px;
	border: 1px solid #FFFFFF;
	background: transparent;
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 3px;
}
#pathway {
	line-height:25px;	
	font-size: 14px;
	color: #CCCCCC;
}
a.pathway:link, a.pathway:visited, a.pathway:hover {
	color: #666666;
}

a.pathway:hover {
	text-decoration: underline;
}


#footer {
	height: 60px;
	border-top: 1px solid #CCCCCC;
	clear:both;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}


#story {
	width: 460px;
	text-align:left;
	float: left;
	padding-bottom: 100px;
	margin-right: 10px;
	margin-left: 10px;
}

#storyleft {
	float: rleft;
	width: 700px;
}

#left {
	float: left;
	width: 219px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 14px;
	border-right-style: dotted;
}

#right {
	float: right;
	width: 200px;
	margin-bottom: 20px;
	font-size: 14px;
}

/* Joomla IDs */
/*----------------------------------------------------------------------------*/
/* Navigation*/
div.moduletable{
	width: 180px;
	margin-left: 10px;
	
}

div.moduletable table{
	width: 180px;
	padding-left: 5px;
}

table.moduletable th, div.moduletable h3 {
	width: 170px;
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #666666;
}

table.moduletable td {
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*Mainlevel*/
a.mainlevel:link, a.mainlevel:visited {
	display: block;;
	padding-left: 3px;
}


a.mainlevel#active_menu {

}

a.mainlevel#active_menu:hover {

}
ul#mainlevel li
{
	height: 16px;
	margin-left: -5px;
	font-size: 12px;
}

/*submenu*/
a.sublevel:link, a.sublevel:visited {
	padding-left: 10px;
	height: 22px;
	color: #3366cc;
	background-image: url(../images/pfeil.gif);
	
}

/* -nav (TOP Menu)*/
#mainlevel-nav {
	float: right;
	font-size: 11px;
	color: #999999;
	
	
}
#mainlevel-nav li {
	display: inline;
	background: none;
	color: #999999;

}

