/* Invertiert */




/* Anfang content.css */

body { 
	background:url(/navpic/bginv.gif) #000;
	color: #fff;
	background-repeat: repeat-y;
}


#cont img { border: solid 1px #FDFD95;
}


.bildlinks { border: solid 1px #FDFD95;
}



#cont {
	background-color:#000; 
	color:#fff; 
}
#cont a, #cont a:link, #cont a:visited {
color:#FDFD95; 
}

#cont a:focus , #cont a:hover, #cont a:link.active, #cont a:visited.active {
		   color:#000;
			background-color: #FDFD95;
}
/* Ende content.css */



/* Anfang header.css */

#logo {  
	border-bottom: 1px solid #fff;
}

#headline {margin-top:15px; margin-left: 22px; width:28em; background-color: #000; color: #fff; height: 3em;
padding-top: 4px; text-align:right; white-space: nowrap; 
}
#address { 
background-image: url(/navpic/logo_swinv.gif);
}
#head2 {
color:#fff;
}
#head2 a, #head2 a:link, #head2 a:visited {
color:#fff; 
}
#head2 a:focus , #head2 a:hover,#head2 a:link.active, #head2 a:visited.active {
		   color:#fff;
}


#search {
color: #000;
}

#search input[type=submit]{
color: #fff;
}
#search input[type=submit]:hover{
color:#fff;
}

#search input{
background-color: #000;
border: #fff;
color: #fff;
}

.button { 
color: #fff;
}



/* Ende header.css */

/* Anfang footer css */

#foot {
        color: #FDFD95;
	border-top: 1px dotted #FDFD95;
}

#foot a {
	color: #fff;
}



#foot a, #foot a:link, #foot a:visited {
color:#FDFD95; 
}

#foot a:focus , #foot a:hover, #foot a:link.active, #foot a:visited.active {
		   color:#02026A;
			background-color: #FDFD95;
}

/* Ende footer css */


/********************
MENU
*********************/


/* first level links */
div#menu_vert a, div#menu_vert a:link, div#menu_vert a:visited  {
   color: #000; /* this will be link color for all levels */
}

/* first level links hover*/
div#menu_vert a:focus , div#menu_vert a:hover, div#menu_vert a:link.active, div#menu_vert a:visited.active  {

		background-image: url(/navpic/navbg1inv.gif);
}


/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert ul li a.activeparent {
background-image:  url(/navpic/navbg1inv.gif);
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   color: #000;          
		background-image: url(/navpic/navbg1inv.gif);
}
/* 
next level current pages
*/
div#menu_vert ul ul h3  {
   color: #000; /* this will be link color for all levels */
}

 
#logo2 {
	background-image: url(../navpic/logoinv.gif);
}





/* Anfang anfahrt.css */

.anf0 {
background-image: url(uploads/images/anfahrt/anfahrt0inv.gif);
border-color: #FDFD95;
	
}
.anfdr {
background-image: url(uploads/images/anfahrt/dreieckinv.gif);
}

.anfkr {
background-image: url(uploads/images/anfahrt/kreisinv.gif);
}

.anfqu {
background-image: url(uploads/images/anfahrt/quadratinv.gif);}

/* Ende anfahrt.css */


/* Anfang imagecapzions.css */


p.captiontext {
color: #fff;
}



