/* General page style. */
body {
	margin: 20px;
	background-color: #E5E5E5;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { text-decoration: none; color : #cc0033; }
a:hover		{ text-decoration: none; color : #000000; }

hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* AK-Hauptmenulinks */
a.akmenu:link,a.akmenu:active,a.akmenu:visited { font-size : 11px;  font-weight:bold; text-decoration: none; color : #cc0033 }
a.akmenu:hover		{ font-size : 11px;  font-weight:bold; text-decoration: none; color : #000000; }

/* AK-Hauptmenulinks */
a.akmenuaktiv:link,a.akmenuaktiv:active,a.akmenuaktiv:visited { font-size : 11px;  font-weight:bold; text-decoration: none; color : #000000 }
a.akmenuaktiv:hover		{ font-size : 11px;  font-weight:bold; text-decoration: none; color : #cc0033; }

/* AK-Submenulinks */
a.aksubmenu:link,a.aksubmenu:active,a.aksubmenu:visited { font-size : 11px;  text-decoration: none; color : #cc0033 }
a.aksubmenu:hover		{ font-size : 11px;  text-decoration: none; color : #000000; }

/* AK-Submenulinks */
a.aksubmenuaktiv:link,a.aksubmenuaktiv:active,a.aksubmenuaktiv:visited { font-size : 11px;  text-decoration: none; color : #000000 }
a.aksubmenuaktiv:hover		{ font-size : 11px;  text-decoration: none; color : #cc0033; }

/* AK-Submenu Endeabstand */
.submenu	{ margin-bottom:5px }

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #999999 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #cc0033 solid; }

/*Pfadangabe*/
.pfadangabe	{font-size:13px; font-weight:bold; }
/* Main table cell colours and backgrounds */
.row1	{ background-color: #EFEFEF; }
.row2	{ background-color: #DEE3E7; }
.row3	{ background-color: #D1D7DC; }

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}


