/* Stylesheet für SGM GmbH - farbliche Gestaltung
	Erstellt am 10.08.2009
	Name sgm-farben.css
	Stand 07.09.2009 */

blockquote {border-color: #777;}

h1 { 
	background: transparent; /* war transparent */
  	color: #00016D;
}

body {
	background: #000067 url(../images/sgm-pattern.png) repeat-x;
}

#main {background: #F5F6F0;}

#header { 
	background: #000067;
	background-image: url(../images/sgm-logozeile.jpg);
	color: #eeeeee;
  	border-top-color: #6167ad; /* hellblau */
  	border-bottom-color: #000067; /* dunkelblau */
}

#logo, #logo h1 { 
	background: transparent;
  	color: #777;
}

#laufzeile {
	color: white;
}

#menu { 
	background: #000067 url(../images/menu.png);
  	color: #F5F6F0;
  	border-color: #6167ad;
}

#menu li a { 
	background: transparent;
  	color: #F5F6F0;
  	border-color: #6167ad;
}

#menu li a:hover, 
#menu li a#selected, 
#menu li a#selected:hover { 
	background: #000067 url(../images/menu_hover.png);
  	color: #FE0000;
  	border-color: #6167ad;
}

#left_sidebar, 
#right_sidebar { 
	background: #000067; 
  	color: white; 
}

#content p {
	color: #777;
} 

#content a:hover { 
	background: #000067; 
  	color: #FE0000;
}

#content {
	background: #F5F6F0; /* Farbe Mittelteil - Hauptinhaltsbereich */
}

#content a { 
	background: transparent; /* war transparent */
  	color: #FE0000;
}

#content li {
		list-style-type: none; 
		background: url(../images/link_bullet.gif);
		background-repeat:no-repeat;
   	background-position:0 5px;
    	padding-left:18px;
    	margin-bottom:5px;
	}

.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5B66B5; /* hellblau */
	font-weight: bold;
	font-size: 11.5px;
}

h1 .blue {
	font-family: arial, sans-serif;
  	margin: 2px 0px 12px 0px; 
  	font-size: 120%;  
	color: #5B66B5; /* hellblau */
	font-weight: bold;
}

.sidebaritem { /* Farbe Seitenteile */
	background: #000067; 
  	color: white; /* war #555 */
} 

.sidebaritem h1 { 
	background: #000067; /* Farbe Seitenteile  Überschrift*/
  	color: white; /* war #555 */
} 

.sbilinks li a, 
.sidebaritem a { 
	background: transparent url(../images/arrow.png) no-repeat left center;
  	color: red; /* war #555 */
} 

.sbilinks li a:hover, 
.sidebaritem a:hover { 
	background: transparent url(../images/arrow_select.png) no-repeat left center;
  	color: #fafad2;
} 

#footer { 
	background: #515151 url(../images/footer.png) repeat-x;
  	color: #dad5d5;
  	border-color: #6167ad;
}

#address, 
#footer a, 
#footer a:hover { 
	background: transparent;
  	color: #7d7d7d;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom {background: #F5F6F0;} /* Farbe Seitenhintergrund */
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4 {background: #000067;}
