* {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #FFF;
	background-color: #FFF;
}

h1, h2, h3, h4 {
	font-size: 1em;
	margin-bottom:5px;
}
a {
    color: white;
    font-weight:bold;
}
a:link, a:visited {
    color:white;
}
a:hover, a:active {
    color:#528B05;
}


.green {
	color:#528B05;
}
.blue {
	color:#1E53BB;
}
.bwhite {
    border: 1px solid white;
}
.fleft {
    float:left;
}
.fright {
    float:right;
}
.mright {
    margin-right:5px;
}
.previewimg {
    width: 320px;
    height: 240px;
    margin-right:5px;
    float:left;
    background-repeat:no-repeat;
    background-position: center;
}
.s1 {
	font-size: 0.7em;
}
.s2 {
	font-size: 1em;
}
.s3 {
	font-size: 1.3em;
}
.s4 {
	font-size: 1.5em;
}
.s5 {
	font-size: 1.5em;
    font-weight:bold;
}
#main {
	position:absolute;
    width:100%;
    left:0;
    top:80px;
	background-image: url(../images/skin/backblue.jpg);
	background-color: #FFF;
}
#inmain {
    width:100%;
	background-image: url(../images/skin/back.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	background-color: #2C54BE;
}
html>body #inmain {
	min-height:450px;
}
* html #inmain {
	height:450px;
}

#footer {
    font-size:10px;
    position:absolute;
    bottom:3px;
	margin-left:50%;
	left:-380px;
	width: 760px;
	color: #CCC;
}
#logo {
	position:absolute;
	top:0;
	margin-left:50%;
	left:-382px;
}
.wuffi {
	position:absolute;
	right:0;
    bottom:31px;
}
#content {
	padding-top:20px;
	padding-bottom:40px;
	margin:auto;
	width:760px;
	/*border: 1px solid yellow;*/
}
#leftblock {
	/*border:1px solid green;*/
	width: 500px;
	float:left;
}

.bigimage {
	border:1px solid #C3D2FA;
	margin-right:2px;
	padding: 5px;
	width: 220px;
	height: 165px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
}
.overview {
	border:1px solid #C3D2FA;
	margin-right:13px;
	margin-bottom:13px;
	padding: 5px;
	width: 140px;
	float:left;
	font-size:9px;
}

.smallimage {
	padding: 3px;
	width:60px;
	height:45px;
	float:left;
	margin-left:15px;
	margin-bottom:9px;
	border:1px solid #C3D2FA;
	background-position:center;
	background-repeat:no-repeat;
}
.firstimage {
	margin-left:0;
}


#rightblock {
	padding-top:18px;
	width: 250px;
	float:right;
}

.box {
	border:1px solid #C3D2FA;
	margin-bottom:15px;
	width:240px;
	padding: 5px;

}
.inbox {
	color: #000;
	width:230px;
	padding: 5px;
	margin:0;
	background-image: url(../images/skin/greengrad.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	background-color: #E0EAD2;
}


.inbox p {
	margin-bottom:5px;
}
.inbox a:link, .inbox a:visited {
	color: #528B05;
	font-weight:normal;
}
.inbox a:hover, .inbox a:active {
	color: #FFF;
	font-weight:normal;
}
.login {
	width:130px;
	border: 1px solid #528B05;
}

.linkme {
	width:227px;
	border: 1px solid #528B05;
	font-size:9px;
}
.embed {
	width:227px;
	height:50px;
	border: 1px solid #528B05;
	font-size:9px;
	overflow:hidden;
}

.boardform {
	width:250px;
	border: 1px solid #1E53BB;
}


.clear {
	   clear:both;
	   overflow:hidden;
	   height:0;
	   display:block;
}

html>body .clear {
	overflow:visible;
}


#topmenu {
	position:absolute;
	margin-left:50%;
	left: -380px;
	top:57px;
	list-style-type: none;
	height: 23px;
	font-size:11px;
    	width:760px;
}

#topmenu li {
	text-align:center;
	margin-right: 2px;
 	list-style-type: none;
	float:left;
	height: 18px;
    	width:141px;
}
/* Hier verstecken wir den Linktext, */
/* der von Screenreadern nachwievor gelesen */
/* und dargestellt wird */
#topmenu a {
	padding: 5px 0 0 0;
	overflow: hidden;
    	width:141px;
	display: block;
	}
/* mouseover-Zustand */
/* Wir verschieben das Hintergrundbild um 30 Pixel nach oben */
/* Dadurch wird das mittlere Drittel dargestellt */
#topmenu a:hover {
	background-position: 0 -23px;
	color:#fff;
	}

/* mousedown-Zustand */
/* Wir verschieben das Hintergrundbild um 60 Pixel nach oben */
/* Dadurch wird das untere Drittel dargestellt */
#topmenu a:active, #topmenu a.selected {
	background-position: 0 -23px;
	color:#fff;
	}

/* Zustand der Vorauswahl */
/* Hier wird das mittlere Drittel dargestellt */
/* Möchte man einen Button vorauswählen, braucht man lediglich */
/* dem a-Tag ein class="selected" hinzufügen */
#topmenu a.selected, #topmenu a:hover.selected {
	background-position: 0 -23px;
	color:#fff;
	}

/* unser Button */
.topbutton a  {
	font-weight:bold;
	text-decoration:none;
	color: #FFF;
	width: 141px;
	height:18px;
	background: url(../images/skin/menuback.gif) no-repeat 0 0;
}
#submenu {
    list-style-type: none;
    display:inline;
}
#submenu li {
    margin-right:10px;
    list-style-type: none;
    display:inline;
}
#submenu li a {
    font-weight: normal;
}
#submenu li a:link,  #submenu li a:visited {
    color: #999;
}
#submenu li a:hover,  #submenu li a:active {
    color: #000;
}

.news {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #C3D2FA;
}
.small {
    color: #C3D2FA;
}
.tag1 { font-size: 0.7em; }
.tag2 { font-size: 1.0em; }
.tag3 { font-size: 1.3em; }
.tag4 { font-size: 1.8em; }
.tag5 { font-size: 2.0em; }

.catlist {
    border: 1px solid #528B05;
    padding:5px;
    margin-right:17px;
    margin-top:10px;
    margin-bottom:10px;
}

.catlist legend {
    font-weight: bold;
    color: #528B05;
}

.error {
    color:red;
    font-weight:bold;
}
.errorul {
    list-style-type: square;
    margin-left:17px;
}

.success {
    width:460px;
    padding:3px;
    border:1px solid #528B05;
    text-align:center;
    font-weight:bold;
    color:#528B05;
}

.insuccess {
    display:block;
	background-image: url(../images/skin/greengrad.gif);
	background-repeat: repeat-x;
    padding:3px;
}
.selfkill {
    margin-top:5px;
    display:block;
	background-color: #B7CDEA;
    padding:3px;
}


.commentform {
    margin-top:20px;
    margin-bottom:20px;
    width:470px;
    border:1px solid white;
    padding:5px;
    background-color:#B7CDEA;
}

.commentinput {
    margin-top:5px;
    margin-bottom:5px;
    width:460px;
    height:100px;
    padding:3px;
    border:1px solid #1E53BB;
    overflow: auto;
}

.uploadtags, .uploadinfo {
    margin:0;
    height:30px;
    width:330px;
    padding:3px;
    border:1px solid #1E53BB;
    overflow: auto;
}
.uploadinfo {
    height:100px;
}

.uploadinput, .uploaddiv {
    width:330px;
    border:1px solid #1E53BB;
    padding:3px;
}
.uploaddiv {
    width:337px;
}


.comment {
    margin-top:5px;
    margin-bottom:5px;
    width:470px;
    border:1px solid #1E53BB;
    padding:5px;
}
.comment p {
    margin-bottom:5px;
}


.myvideopic {
    margin-top:5px;
    margin-bottom:5px;
    width:470px;
	border:1px solid #C3D2FA;
    padding:5px;
}
.voteform {
    margin-top:25px;
    margin-bottom:5px;
}

.voteform select {
    margin-top:3px;
}
#uploadform {
    margin-top:20px;
    width:470px;
}
#uploadform td {
    padding-bottom:10px;
}

.lidisc {
    list-style-type: square;
    margin-left:17px;
}

.reqboardform {
    visibility:hidden;
/*    position: absolute;
    left:-1000px; */
}

.usermenu {
	line-height:1.5em;
}

.usermenu a:link,  .usermenu a:visited, .usermenu a:hover,  .usermenu a:active {
	font-weight:bold;
}

.bottom15 {
	margin-bottom:15px;
}

.boardrules {
    height:200px;
    overflow: auto;
    margin-bottom:10px;
}

