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

/* __________________________________________________________________________________________________________________ */

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relativ;
	display:block;
	height:25px;
	font-size:12px;
	/*font-weight:bold;*/
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Arial;
	/*border-bottom:1px solid #000000;*/
	/*border-top:1px solid #000000;*/
}

ul#menu li
{
	display:table-row;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:none;
	color:#333333;
	text-decoration:none;
	/*font-weight:bold;*/
	padding:7px 9px 0px 8px;
}
	
ul#menu li a:hover
{	
	color:#993333;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -34px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -34px no-repeat;	
	float:left;
	margin:0;
}

/* __________________________________________________________________________________________________________________ */

.buttonscontainer {width: 150px;}

.buttons a {color: #333333;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #FFFFFF;
font: 12px Arial, sans-serif;
/*font-weight: bold;*/
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid #993333;
text-decoration: none;
color: #333333;}



/* __________________________________________________________________________________________________________________ */

/* Schriftfarbe */
 Body {background: #FFFFCC;}

/* Schriftfamilie und Größe */
 Body {
	font-family: Arial;
	font-size: 12px;
	color:#333333;
	text-decoration: none
}


.Kursiv {
	color: #FFFFFF;
	font-style: italic;
}


.weiss {
	color: #FFFFFF;
}


.Ueberschrift {
	color: #333333;
	font-style: bold;
}


.Angebote {
	color: #333333;
}

/* __________________________________________________________________________________________________________________ */


/* HORIZONTAL     Hyperlink Farbe - Schriftgröße und Schriftfamilie */


a.links_hori {text-decoration: none; font-family: Arial; font-size: 12px; color:#333333}

a:links_hori,  a.links_hori:visited {color:#333333}

a.links_hori:hover {color:#999999}

u {color: #333333; text-decoration: none}



/* __________________________________________________________________________________________________________________ */


/* VERTIKAL     Hyperlink Farbe - Schriftgröße und Schriftfamilie */
 

a.links {text-decoration: none; font-family: Arial; font-size: 12px; color:#FFFFFF}

a:links,  a.links:visited {color:#FFFFFF}

a.links:hover {color:#333333}

u {color: #FFFFFF; text-decoration: none}



/* __________________________________________________________________________________________________________________ */


/* MATTHIAS    Hyperlink Farbe - Schriftgröße und Schriftfamilie */


a.matthias {text-decoration: none; font-family: Arial; font-size: 12px; color:#333333}

a:matthias,  a.matthias:visited {color:#333333}

a.matthias:hover {color:#666666}

u {color: #333333; text-decoration: none}


/* __________________________________________________________________________________________________________________ */

