a
{
    color: #3366de;
    text-decoration: none;
}

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

body
{
	margin-top: 20;
	margin-left: 20;
	background: #fff;
	color: #000000;
	font-family: Arial;
	font-style: normal;
	font-size: 13px;
}
td
{
	color: #000000;
	font-family: Arial;
	font-style: normal;
	font-size: 13px;
}

/* Frame der menuframe und contentframe fasst: */
div#mainframe
{
	width: 750;
	background: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	padding: 0px;
}

/* Frame mit dem Menue: */
div#menuframe
{
	background-image: url(http://www.mathiasbader.de/grafik/bg.gif);
	background-repeat: repeat-x;
	padding: 8px;
	text-align: left;
}

/* Browserhack fuer den IE */
* html div#menuframe    {width: 750;}
* html div#contentframe {width: 750;}

/* Frame um Informationen zu einem Tag: */
div#contentframe
{
	background: #ffffff;
	padding: 8px;
	text-align: left;
}

/* Da ein gewisser suboptimal programmierter Webbrowser nicht in der Lage ist
   die Schriftgroesse wie vom W3C-Konsortium vorgegeben anzuzeigen, muss diese
   hier festgelegt werden, um einen Zeilenumbruch in der Ueberschrift zu vermeiden */
h1
{
	font-size: 24px;
}
h3
{
	margin-bottom: 4px;
}


.menu_link
{
	margin-left:  16px;
	margin-right: 16px;
	color: #fff;
}

.menu_link:hover
{
    color: #fff;
    text-decoration: underline;
}

div.error_form
{
	border: 1px solid red;
	background: #faa;
	padding: 8px;
}

div.user_post
{
	border: 1px solid green;
	background: #afa;
	padding: 8px;
}

textarea.form_textarea
{
	border: 1px solid #000;
	margin-bottom: 4px;
	padding-left: 2px;
}

input.form_submit
{
	border: 1px solid #000;
}




