@charset "utf-8";
/* CSS Document */

/* LINK */


a:link {color:#647651; text-decoration:none}
a:visited {color:#647651; text-decoration:none}
a:active {color:#647651; text-decoration:none}
a:hover {color:#cd1517; text-decoration:none}


.sonst:link {color:#647651; text-decoration:none}
.sonst:visited {color:#647651; text-decoration:none}
.sonst:active {color:#647651; text-decoration:none}
.sonst:hover {color:#cd1517; text-decoration:none}

/* STYLE STARTSEITE */

.inhalt {

	padding-left: 10px;
	padding-right: 20px;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}


/* NAVIGATION */

#navlist
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	color: #647651;
	margin-left: 5px;
}


/* Überschriften*/

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

/* #active:hover li { display: block; } */
#active li { display: none; }

#navcontainer
{
	width: 220px;
}

#navcontainer a
{
	color: #647651;
	width: 120px;
	display: block;
}

#navcontainer a:visited
{
	color: #647651;
}

#navcontainer a:active
{
	color: #cd1517;
}

#navcontainer a:hover
{
	color: #cd1517;
}
