/* allgemeine styles ****************************** */

body {
	font-family: Courier New;
	font-size: 16px;
	line-height: 22px;
	color: #626161;
}

input {
	font-family: Courier New;
	font-size: 13px;
	color: #626161;
	font-weight: normal;
}

strong {
	font-weight: bold;
}


input.submit {
	font-weight: bold;
	color: white;
}

/* content ****************************** */

#menue {
	font-weight: bold;
	color: #DF181E;
	font-size: 16px;
}

#menue a {
	text-decoration: none;
	color: #DF181E;
}

#menue a:hover {
	text-decoration: none;
	color: black;
}

#menue a:active {
	text-decoration: none;
	color: black;
}

ul#submenue	{
	padding: 5px 0 10px 0;
	border-bottom: 1px dashed #adacac;
	margin: 0;
	width: auto;
	width: 920px;
}
	
ul#submenue li {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	color: #adacac;
 	background: none;	
}

ul#submenue li a {
	text-decoration: none;
	color: #adacac;
}

ul#submenue li a:hover {
	text-decoration: none;
	color: black;
}

ul#submenue li a:active {
	text-decoration: none;
	color: black;
}

ul#submenue li.current_page_item a,
ul#submenue li.current_page_item a:link,
ul#submenue li.current_page_ancestor a,
ul#submenue li.current_page_ancestor a:link	{
	color: #DF181E;
	text-decoration: none;
}


ul#textmenu	{
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #adacac;
	margin: 0 0 10px 0;
	width: 100%;
}
	
ul#textmenu li {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
	color: #adacac;
 	background: none;	
}

ul#textmenu li a {
	text-decoration: none;
	color: #adacac;
}

ul#textmenu li a:hover {
	text-decoration: none;
	color: black;
}

ul#textmenu li a:active {
	text-decoration: none;
	color: black;
}

ul#textmenu li.current_page_item a,
ul#textmenu li.current_page_item a:link,
ul#textmenu li.current_page_ancestor a,
ul#textmenu li.current_page_ancestor a:link	{
	color: #DF181E;
	text-decoration: none;
}

#content p {
	font-family: arial, sans-serif;
	margin: 0 0 10px 0;
}

#content a {
	text-decoration: none;
	color: #DF181E;
}

#content a:hover {
	text-decoration: none;
	color: black;
}

#content a:active {
	text-decoration: none;
	color: black;
}


#content h1 {
	font-family: Courier New;
	font-size: 26px;
	font-weight: bold;
	color: #DF181E;
	margin: 3px 0 20px 0;
	clear: both;
}

#content h2 {
	font-family: Courier New;
	font-size: 20px;
	font-weight: bold;
	color: #DF181E;
	margin: 16px 0 12px 0;
	clear: both;
}

#content ul	{
	padding: 0;
	margin: 0 0 10px 0;
}
	
#content li {
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../../images/list.gif) no-repeat left 6px;
}

#image {
	font-family: Courier New;
	font-size: 14px;
	color: #626161;
}

#bottom,
#sekundaermenu {
	font-family: Courier New;
	font-size: 14px;
	color: #626161;
}

#bottom a,
#sekundaermenu a {
	text-decoration: none;
	color: #626161;
}

#bottom a:hover,
#sekundaermenu a:hover {
	text-decoration: underline;
	color: black;
}

#bottom a:active,
#sekundaermenu a:active {
	text-decoration: none;
	color: black;
}

#content p.kommentartext	{	
	line-height: 120%;
	font-weight: bold;
	margin: 35px 0 35px 0;
	padding: 0;
}

#kommentar label	{
	line-height: 120%;
	margin: 0 0 5px 0;
	padding: 0;
}

#kommentar label.nofloat	{
	float: none;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

#content #kommentar p.textklein	{
	font-size: 87.5%;
	margin: 0 0 15px 0;
	padding: 0;
}


/* info ****************************** */
