/* Selektoren für Element a */

a:link, a:active, a:visited {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #BB0000;
	text-decoration: underline;
}

/* Elemente */

body {
	margin-top: 10px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	background: #000000;
}

em {
	font-style: italic;
}

h1 {
	font-weight: bold;
	font-size: 13px;
	color: #BB0000;
	margin: 0;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #BB0000;
	background: #550000;
	border-top: 1px solid #BB0000;
}	

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
	margin: 18px 2px 0 2px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	font-weight: normal;
}

img {
	border: none;
}

label {
	font-weight: bold;
	color: #FF0000;
}

p {
	margin: 0px;
}

strong {
	font-weight: bold;
	color: #FF0000;
}

/* IDs */

#rightbox {
	position: absolute;
	left: 20px; 
	top: 40px;
	padding: 0px;
	margin: 0px;
	width: 180px; 
}

html > body #rightbox {
	position: fixed;
}

#navbox {
	background: #000000;
	font-size: 13px;
	font-weight: bold;	
	text-align: left;
	margin: 0px;
}

#navbox a.button {
	display: block;
}

#navbox a.button:link, #navbox a.button:active, #navbox a.button:visited {
	text-decoration: none;
}
	
#mainbox {
	position: absolute;
	left: 210px;
	top: 40px;
	width: 608px;
	border: none;
	padding: 4px;
	background: #000000;
}

/* Klassen */

.author {
	font-size: 10px; 
	color: #3E6B94;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	
.blogbox {
	font-size: 12px;
}

.bloghead {
	padding: 2px;
}

.blogtext {
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.cal:link, a.cal:active, a.cal:visited {
	color: #000000;
	text-decoration: underline;
}

a.cal:hover {
	color: #3E6B94;
	text-decoration: none;
	font-weight: bold;
}

.caltab {
	font-size: 11px;
	border-color: #000000;
	border-left-style: solid;
	border-top-style: solid;
	border-width: 1px;
	margin-left: 89px;
}	

.caltabtd1 {
	background-color: #E7F4FF
}

.caltabtd2 {
	background-color: #A7C7E3;
}

.commentlink {
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	padding: 2px;
}

.commentbox {
	font-size: 12px;
	border-bottom: 1px solid #000000;
	padding: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.copyright {
	font-size: 10px;
	text-align: center;
	color: #808080;
}

.list {
	float: left;
	margin: 10px;
}

.mlisttable {
	width: 580px;
	border: none;
	margin-left: 20px;
	border-bottom: 1px solid #550000;
}

.mlisttable tr td {
	border-right: 1px solid #550000;
	padding-left: 2px;
}

.mlistheader {
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding-bottom: 2px;
	padding-left: 2px;
	
}	

.newsheader {
	width: 592px;
	color: #000000;
	background-image:url(img/uppercorner.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #990000;
	padding-left: 16px;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	font-size: 11px;
	text-align: right;
	padding-right: 2px;
	margin-top: 20px;
}

.newsheadline {
	float: left;
}

.newscontent {
	width: 600px;
	padding: 4px;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
}

.newsfooter {
	width: 594px;
	color: #000000;
	background-image:url(img/lowercorner.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #990000;
	padding-left: 16px;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	font-size: 11px;
}

.gbcomment {
	background-color: #222222;
	width: 600px;
	padding: 4px;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	font-size: 11px;
}

.gboptions {
	width: 600px;
	text-align: right;
	padding: 4px;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	border-top: 1px solid #990000;
}

.rules {
	padding-left: 20px;
}


.ullist li {
	display: list-item;
	margin-top: 10px;
	margin-left: 10px;
}

.statsbar {
	height: 15px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.sites_table {
	font-size: 11px;
	margin: 0 0 10px auto;
	height: 10px;
}

.sites_firstcell, .sites_cell {
	text-align: center;
}

.sites_cell a:link, .sites_cell a:active, .sites_cell a:visited {
	border: none;

}

.sites_cell_marked {
	width: 10px;
	font-weight: bold;
	text-align: center;
}

.text {
	font-size: 12px;
}

.underlined {
	text-decoration: underline;
}

/* Formulare */

.form {  
	border: 1px solid #FF0000;
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	padding: 1px;
	background-color: #000000;
}

.formbutton { 
	border: 1px solid #FF0000;
	cursor: pointer;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	background-color: #000000;
}
