/* Beginn neuer Header in css. */
body, html {
background-color: #E5E5E5;
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
text-align: center;
}
#container {
background-color: #FCFCFC;
position : relative;
top:0px;
width: 950px;
height: auto;
margin: auto;
padding: 0px;
text-align: left;
}
.forumregel {
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
padding: 0px;
border: 2px solid #C0C0C0;
width: 98%;
height: 250px;
overflow: auto;
text-align: left;
font-size: 12px;
font-weight: normal;
font-family: Arial;
color: #000000;
}
.forumregel p {
position: relative;
top: 0px;
left: 0px;
background-color: #FCFCFC;
border: 1px solid #C0C0C0;
font-size: 12px;
font-weight: normal;
color: #2A2A2A;
font-family: Arial;
padding: 5px;
margin: 0px 5px 0px 5px;
}
.forumregel p a {
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #003871;
font-family: Arial;
padding: 1px;
}
.forumregel p a:hover {
color: #CE0000;
}
h2 {
width: auto;
height: auto;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #535353;
font-family: Arial;
padding: 0px 0px 0px 10px;
margin: 0px;
text-align: left;
}
.forumregel h3 {
width: auto;
height: auto;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #535353;
font-family: Arial;
padding: 0px 0px 0px 5px;
margin: 0px;
text-align: left;
}
.header {
background-image : url(images/hg-header.png);
background-repeat : repeat-x;
position : relative;
top:0px;
left: 0px;
width: 950px;
height: 225px;
margin-top: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding: 0px;
text-align: left;
}
.header h1 {
position : relative;
top: 10px;
right: 3px;
width: auto;
font-size: 15px;
font-weight: bold;
text-decoration: none;
color: #535353;
font-family: Arial;
padding: 0px 0px 0px 4px;
margin: 0px;
text-align: right;
}
.header-logo {
position : absolute;
top: 2px;
left: 16px;
width: 181px;
height: 128px;
margin: 0px;
padding: 0px;
text-align: left;
}
.header-logo img {
width: 181px;
height: 128px;
margin: 0px;
padding: 0px;
}
.header-info {
position : absolute;
bottom: 3px;
left: 1px;
width: auto;
height: 15px;
margin: 0px;
padding: 0px;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #363636;
font-family: Arial;
text-align: left;
}
.header-slogan {
position : absolute;
top: 70px;
right: 5px;
width: auto;
height: 15px;
margin: 0px;
padding: 0px;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #363636;
font-family: Arial;
text-align: left;
}
.header-text {
position : absolute;
top: 90px;
left: 210px;
width: 740px;
height: auto;
margin: 0px;
padding: 0px;
font-size: 14px;
font-weight: normal;
text-decoration: none;
color: #363636;
font-family: Arial;
text-align: left;
}
.header-text p {
position: absolute;
top: 10px;
right: 5px;
font-size: 12px;
}
.header-text a {
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #FF0000;
font-family: Arial;
}
.header-text a:hover {
color: #CE0000;
}
span {
font-weight: bold;
}
.header-menue {
position : absolute;
top: 35px;
right: 10px;
width: auto;
height: 25px;
margin: 0px;
padding: 0px;
text-align: left;
}
.header-anzeige {
position : absolute;
bottom: 23px;
left: 0px;
width: 100%;
height: 60px;
margin: 0px;
padding: 0px;
text-align: center;
}
.header-bookmark {
position : absolute;
top: 38px;
left: 210px;
width: auto;
height: 20px;
margin: 0px;
padding: 0px;
text-align: left;
}



/* Ende neuer Header in css. */

/* Normal, standard links. */
a:link, a:visited
{
	color: #0062C4;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #DF0000;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, sans-serif;
	background-color: #afc6db;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
	background-color: #afc6db;
}

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #dee7ef;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #afc6db;
}
.windowbg a {
	color: #DF0000;
}
.windowbg a:hover {
	color: #0062C4;
}
.windowbg2
{
	font-size: 10px;
	color: #000000;
	background-color: #f8f8f8;
}
.windowbg3
{
	font-size: 10px;
	color: #000000;
	background-color: #f8f8f8;
}
.windowbg3 a {
	font-size: 12px;
	color: #0062C4;
}
.windowbg3 a:hover {
	color: #DF0000;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #6e94b7;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	background-color: #afc6db;
	background-image: url(images/catbg.gif);
	color: #000000;
}

/* The borders around things. */
.bordercolor
{
	background-color: #6394bd;
}
.tborder
{
	border: 1px solid #6394bd;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}