/************* FARBEN *******************

#ff7800		orange
#2255a4		blau
#a5a6a4		grau

#000000		schwarz
#FFFFFF		weiß
*/


/*************** TAGS ********************/

* {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 1.5em;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
}

p {
	margin-top: 0px; 
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

h1 {
	font-family: "Garamond ITC Book BT", "times new roman", arial;
	font-size: 28px;
	font-weight: normal;
	color: #2255a4;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2255a4;
}

h3 {
	font-weight: bold;
}

h4 {
	font-weight: bold;
	margin-bottom: 0px;
}

ul {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
}




/*********************** LINKS ***********************/


a:link, a:visited {
	color: #ff7800;
}

a:hover,a:active,a:focus {
	color: #ff7800;
}


/*********************** MENU ***********************/

/* 1. level - Hauptmenue*/

a.topnav:link,a.topnav:visited,a.topnav:hover,a.topnav:active,a.topnavactive:link,a.topnavactive:visited,
a.topnavactive:hover,a.topnavactive:active {
	font-family: "Arial narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}


a.topnavactive:link,a.topnavactive:visited,a.topnavactive:hover,a.topnavactive:active {
	color: #ffffff;
}


/* 2. level - Untermenue 1*/

a.subnav1:link,a.subnav1:visited,a.subnav1:hover,a.subnav1:active,a.subnav1active:link,a.subnav1active:visited,
a.subnav1active:hover,a.subnav1active:active {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	font-size: 15px;
	font-family: "arial narrow", Arial, sans-serif;
}

a.subnav1:hover {
	color: #2255a4;
}

ul.untermenue1 {
	list-style-type: disc;
	padding: 0; margin-left:35px; margin-right:0; margin-top:0px; margin-bottom:0;
}

ul.untermenue1 li {
	color: #666666;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
}

ul.untermenue1 li:hover {
	color: #2255a4;
}

/*ul.untermenue1 li a.subnav1 {
	color: #2255a4;
}*/

ul.untermenue1 li a.subnav1:hover {
	color: #2255a4;
}

a.subnav1active:link,a.subnav1active:visited,a.subnav1active:hover,a.subnav1active:active {
	color: #2255a4;
	font-weight: bold;
}


ul.untermenue1 li a.subnav1active {
	list-style-image: url('aufz_blau.jpg');
	color: #2255a4;
	font-weight: bold;
}

ul.untermenue1 li a.subnav1active:hover {
	color: #2255a4;
}



/* 3. level - Untermenue 2 */

a.subnav2:link,a.subnav2:visited,a.subnav2:hover,a.subnav2:active,a.subnav2active:link,a.subnav2active:visited,
a.subnav2active:hover,a.subnav2active:active {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	font-family: "arial narrow", Arial, sans-serif;
}

a.subnav2:hover {
	color: #2255a4;
}

ul.untermenue2 {
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
}

ul.untermenue2 li {
	color: #2255a4;
}

ul.untermenue2 li:hover {
	color: #2255a4;
}

/*ul.untermenue2 li a.subnav2 {
	color: #2255a4;
}*/

ul.untermenue2 li a.subnav2:hover {
	color: #2255a4;
}

a.subnav2active:link,a.subnav2active:visited,a.subnav2active:hover,a.subnav2active:active {
	color: #2255a4;
	font-weight: bold;
}

ul.untermenue2 li a.subnav2active {
	color: #2255a4;
	font-weight: bold;
}

ul.untermenue2 li a.subnav2active:hover {
	color: #2255a4;
	font-weight: bold;	
}




/*********************** CLASSES ***********************/

.artikel_ueberschrift {
	font-size: 14px;
	font-weight: bold;
	color: #2255a4;
}

.lagebeschreibung1 {
	font-family: "arial narrow", Arial, sans serif;
	font-size: 11px;
	line-height: 1.2em;
}
		
.lagebeschreibung2 {
	font-family: "arial narrow", Arial, sans serif;
	font-size: 13px;
	line-height: 1.1em;
}

.lagelink {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff7800;
}
		
.lageli {
	list-style-image: url(_media/dot_orange.jpg); 
	margin-top: 1px; 
	margin-left: 0px; 
	margin-right: 2px;
}




/*********************** CSS ARTICLE STYLES (STILE)***********************/

.grosseUeberschrift {
	font-family: "Garamond ITC Book BT", "times new roman", arial;
	font-size: 28px;
	font-weight: normal;
	color: #2255a4;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.fett{
	font-weight: bold;
}

.Ueberschrift{
	font-size: 14px;
	font-weight: bold;
	color: #2255a4; 
}
