@charset "UTF-8";

body {
 font-size:100,01%;
line-height:1em;

	font-family:Verdana, Arial, Helvetica, sans-serif;	
	/* Horizontale Scrollbars werden ausgeschaltet*/
	overflow-x: hidden;
	height:100%;
	color:#444; /* alternativ: #336699 */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:top;
	background-color:#fff;
	background-image:url(falken_flagge_bg.jpg);
	}
	
h1 {font-size:200%;}
	
a {text-decoration:underline;
}

a:visited {
	text-decoration: underline;
	color:#39c;
}
a:hover {
	text-decoration: none;
	color:#39c;
}

a:active {
        text-decoration: underline;
        color:#ff0000;
}



/*main structure*/

#container {
	background-image:url(/static/falken_bg.png);
	background-position:left top;
	background-repeat:repeat-y;
	margin: 0 100px;
	padding: 0;
	text-align: left;
	width: 2000px;
	font-size:0.75em;
	line-height:1.45em;
	}
	
.menubar {
	float:left;
	background-color: none;
	width:181px;
	margin:0;
	margin-right:5px;
	padding:0;
	}


.infobar {
	float:left;
	background-color: none;
	width:181px;
	margin:0;
	margin-right:5px;
	padding:0;
	}
	
.logo {
	height:175px;
	margin-left:8px;
	}

.mainbar {
	float:left;
	background-color: none;
	width:517px;
	margin:0;
	padding:0;
	}

#register {
	float:left;
	width:30px;
	margin-top:185px;
	padding:0;
	}

.clear {
	clear:both;
	}
	
#footer {
	background-image:url(/static/falken_do_footer1.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin: 0 100px;
	padding: 0;
	text-align: left;
	width: 900px;
	height:105px;
	color:#999;
	font-size:90%;
	line-height:90%;
	text-align: right;
	}
	
/* color */

h1, h2 {color:#ff0000;}
a, h3, h4 {color:#069;}
h2, h3, h4, #header, #footer, {border-color:#ff0000;}

/*menu structure*/

.menu {
background-color:none;
margin:5px 0 0 0;
padding:5px 15px;
width:150px;
}


.menu a {
	color:#069;
}

.menu a:hover {
	color:#39c;
}

.menu ul {
}

.menu ul li {
list-style-type:none;
margin:0 0 5px 0;
margin-left:-40px;
}

.menu ul li a:link {
display:block;
width:150px;
color:#069;
background-image:url(rollover.jpg);
background-position:top left no-repeat;
}

.menu li a:hover {
color:#39c;
width:150px;
background-position:-20px 0px;
}

.menu li.active a {
        text-decoration: underline;
        color:#ff0000;
}

h4 {
	border-top:1px dotted #ff0000;
	margin:0px;
	margin-top:15px;
	padding-top:10px;
	line-height:90%;
	font-size:100%;
	}
	
/*info structure*/

.info {
	background-color:none;
	margin:5px 0 0 0;
	padding:5px 15px;
	}

.info a {
	color:#069;
}

.info a:hover {
	color:#39c;
}

#active  {
        text-decoration: underline;
        color:#ff0000;
}
	
h3 {
	border-top:1px dotted #ff0000;
	margin:0px;
	margin-top:15px;
	padding-top:10px;
	line-height:90%;
	font-size:100%;
	}
	
.info ul {
}

.info ul li {
list-style-type:none;
margin:0 0 5px 0;
margin-left:-40px;
}
	
/*Inhalt des mainbar*/

#header {
	background-color:none;
	height: 150px;
	padding: 0px;
	margin-left:7px;
	}

#content {
	background-color: none;
	margin: 5px 0px 0px 0px;
	padding: 16px;
	text-align: left;
	width: 485px;
	}

/*post structure*/

.post {
	background-color:none;
	margin:0 0 0 0;
	padding:5px 0px;
	}

h2 {
	margin:0px;
	margin-bottom:5px;
	padding-bottom:5px;
	line-height:90%;
	font-size:160%;
	font-weight:normal;
	}
	
.postinfo {
	margin-top:10px;
	padding-top:5px;
	margin-bottom:10px;
	padding-bottom:5px;
	color:#999;
	font-size:90%;
	line-height:140%;
	border-bottom:1px dotted #ff0000;
	border-top:1px dotted #ff0000;
	}

.postinfo a {
	color:#666;
}

.postinfo a:hover {
	color:#069;
}

.postinfo ul {
	margin-left:-40px;
	height:10px;
}

.postinfo ul li {
	float:left;
	margin:0 10px 0 0;
	padding: 0 10px 0 0;
	list-style-type:none;
	}
	
.post p {	
	margin-bottom:5px;
	padding-bottom:5px;
	}
	
/*Register*/

#register ul {
}
#register ul li {
height:100px;
width:30px;
padding:0px;
margin-top:15px;
list-style-type:none;
margin-left:-40px;
}
	
/*Footer*/

hr {
        border:none;
        height:1px;
        color:#39c;
        background-color:#39c;
}


/*Pageselector*/

#pageselector {
        margin-top:5px;
        padding-top:5px;
        margin-bottom:10px;
        padding-bottom:5px;
        color:#999;
        font-size:90%;
        line-height:90%;
        }

#pageselector a {
        color:#666;
}

#pageselector a:hover {
        color:#069;
}

#pageselector ul {
        margin-left:-40px;
        height:10px;
}

#pageselector ul li {
        float:left;
        margin:0 10px 0 0;
        padding: 0 10px 0 0;
        list-style-type:none;
        }

