/*<![CDATA[*/ 

/* STYLESHEETS für das Redaktionssystem STARTSEITE */

body {
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	
	margin: 0px;
	padding: 0px;
}

/* Links */

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

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

h1 {
	font-size: 140%;
	color: #78788C;
	margin: 0px;
	margin-bottom: -3px;
}

h2 {
	font-size: 120%;
	color: #78788C;
	margin: 0px;
}

h3 {
	font-size: 100%;
	color: #78788C;
	margin: 0px;
}

hr {
	color: #9999AA;
	background-color: #9999AA;
	height: 1px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	border-width: 1px 0 0 0;
	border-color: #9999AA;
}

form, ul {
	margin: 0px;
	padding: 0px;
}


/* Startseite */
#startseite {
	width: 450px;
	margin: 40px auto 0px auto;
}
#startseite #logo {
	float: left;
	width: 450px;
	margin: 0 0 20px 0;
	text-align: center;
}

#startseite #login-box {
	float: left;
	width: 450px;
	height: 210px;
	background: url(images/bg_loginbox.jpg) bottom left repeat-x;
}

#startseite #login-box h1 {
	text-align: center;
	margin: 40px 0 30px 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
}

#startseite #login-box .tabelle {
	padding: 0px 0 0 0;
}

#startseite #kontakt-box {
	float: left;
	width: 400px;
	height: 140px;
	padding: 10px 25px;
	margin: 2px 0 0 0;
	background: url(images/bg_kontaktbox.jpg) top left repeat-x;
}

#startseite #kontakt-box td {
	font-size: 0.95em;
}


/* Inputs */

.input
{
	background-color: #FFFFFF; 
	border: 1px solid #999999; 
	color: black; 
	padding-left: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

/*]]>*/ 