/* StyleSheets for hannen-online.de */
/* created by Nils Rochholl, 12/2004 */
/* (c) be-welcome ideenschmiede */


@charset "iso-8859-1";




/* ---------------------------------------------------------------------------------------------------------- */
/* body */
	body {
		margin: 0px;

		font-family: Verdana, Arial, Sans Serif;
		font-size: 10px;
		font-weight: none;
		text-align: justify;
		line-height: 15px;
		color: #000000;

		scrollbar-track-color : #FFFFFF;
	    	scrollbar-darkshadow-color : #FFFFFF;
	    	scrollbar-background-color : #EFF5FD;
		scrollbar-face-color : #EFF5FD;
		scrollbar-highlight-color : #C5D7EA;
		scrollbar-shadow-color : #C5D7EA;
		scrollbar-arrow-color : #0D59AB;
		
		/* scrollbar-track-color : #FFFFFF;
	    	scrollbar-darkshadow-color : #702121;
	    	scrollbar-background-color : #F8F2CA;
		scrollbar-face-color : #FEFFEF;
		scrollbar-highlight-color : #702121;
		scrollbar-shadow-color : #702121;
		scrollbar-arrow-color : #702121; */
		
		
		/* background: #FFFFFF url(http://nils.omena.de/graphix/broetchen.gif) repeat top; */
		}



/* ---------------------------------------------------------------------------------------------------------- */
/* tables */
	td
		{
		font-size: 11px;
		color: #ffffff;
		}	



/* ---------------------------------------------------------------------------------------------------------- */
/* header */
	.header {
		background: url(http://nils.omena.de/graphix/header.jpg) no-repeat top;
		}



/* ---------------------------------------------------------------------------------------------------------- */
/* menue */
	.menue {
		background-color: #BC0F10 ! important;
		font-size: 12px;
		font-weight: bold;
		}



/* menue: Links */		
	a.menue {
		color: #FFFFFF;
		text-decoration: none;
		}

	a.menue:hover {
		color: #FEFFEF;
		text-decoration: underline;
		}



/* ---------------------------------------------------------------------------------------------------------- */
/* main */
	.main	{
		color: #000000;
		}
		
	.main_header {
		background: url(http://nils.omena.de/graphix/head.gif) no-repeat left;
		
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		
		color: #702121;
		}
		
	.main_header_text {
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		
		color: #702121;
		}
		
	.main_bg {
		background: url(http://nils.omena.de/graphix/background.gif) repeat top left;
		}
		
	.main_text {
		font-size: 10px;
		text-align: justify;
		line-height: 15px;		
		}
		
	.aktuell,.willkommen {
		text-align: justify;
		line-height: 15px;
		color: #000000;
		}
		
		
/* main: Aktuelles, Termine, Wichtige Infos */
	.main_aktuelles {
		background: url(http://nils.omena.de/graphix/startseite/aktuelles.gif) no-repeat top left;
		
		font-size: 14px;
		font-weight: bold;
		color: #702121;
		}
		
	.main_termine {
		background: url(http://nils.omena.de/graphix/startseite/termine.gif) no-repeat top left;
		
		font-size: 14px;
		font-weight: bold;		
		color: #702121;
		}
		
	.main_wichtige_info {
		background: url(http://nils.omena.de/graphix/startseite/wichtige_info.gif) no-repeat top left;
		
		font-size: 14px;
		font-weight: bold;		
		color: #702121;
		}



/* ---------------------------------------------------------------------------------------------------------- */
/* footer */
	.footer {
		background: #702121;
		
		font-size: 9px;
		color: #FEFFEF;
		}

	.footer1_bg_left {
		background: #702121 url(http://nils.omena.de/graphix/background_footer.gif) repeat top left);
		}

	.footer1_bg_right {
		background: #702121 url(http://nils.omena.de/graphix/background_footer.gif) repeat top right);
		}

	.footer2_bg {
		background: url(http://nils.omena.de/graphix/broetchen_unten.gif) repeat top left);
		}
		

/* footer: link */
	a.footer {
		color: #FEFFEF;
		text-decoration: none;
		}

	a.footer:hover {
		color: #FEFFEF;
		text-decoration: underline;
		}



/* ---------------------------------------------------------------------------------------------------------- */
/* link */
	a {
		color: #682828;
		text-decoration: underline;
		}

	a:hover {
		color: #682828;
		text-decoration: none;
		}



/* ---------------------------------------------------------------------------------------------------------- */
/* boxes right */
	.box_header {
		background-color: #338AC4;

		border-color: #FFFFFF;
		border-style: solid;
		border-width: 1px;
		}

	.box_content {
		background-color: #71ADD6;

		border-color: #FFFFFF;
		border-left-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-width: 1px;
		}



/* ---------------------------------------------------------------------------------------------------------- */
/* form */
	input {
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 10px;
		color: #682828;

		border-style: solid;
		border-width: 1px;
		border-color: #682828;
		}

	input.text {
		width: 150px;
		}
		
	input.plz {
		width: 45px;
		}
		
	input.ort {
		width: 101px;
		}

	input.submit {
		font-size: 10px;
		color: #682828;
		font-family: Verdana, Arial, Sans-Serif;
		text-align: center;

		border-style: solid;
		border-width: 1px;
		border-color: #682828;
		width: 60px;
		}

	select {
		font-size: 10px;
		color: #682828;
		font-family: Verdana, Arial, Sans-Serif;

		background-color: white;
		border-style: solid;
		border-width: 1px;
		border-color: #682828;

		width: 150px;
		}

	textarea {
		FONT-FAMILY: Verdana, Arial, Sans Serif;
		FONT-SIZE: 10px;
		WIDTH: 150px;
		HEIGHT: 100px;

		COLOR: #0057A6;

		BORDER-STYLE: solid;
		border-width: 1px;
		border-color: #0057A6;
		}



/* ---------------------------------------------------------------------------------------------------------- */
/* Sonstiges */
	hr {
		color: #0057A6;
		width: 100%;
		size: 1px;
		}



/* ---------------------------------------------------------------------------------------------------------- */
/* be-welcome: link */

	a.bewelcome {
		color: #CCCCCC;
		text-decoration: none;
		}

	a.bewelcome:hover {
		color: #CCCCCC;
		text-decoration: underline;
		}