/* style.css */

a {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

a:link {
	color: #516B79;
}

a:link.red {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #516B79;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

div a {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

div a:link {
	color: #6C829A;
}

div a:visited {
	color: #6C829A;
}

div a:hover {
	color: #003399;
}

/* Setzt die Position der Ausklappmenues */
div.ankerliste {
	background-color: #FFFFFF;
	border: 1px solid #D4DDE6;
	left: 33px;
	position: absolute;
	top: 19px;
	visibility: hidden;
	width: 190px;
}



h3 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	margin: 20px;
}



h4 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 20px;
}

h4.nomargin {
	margin: 10pt;
}


img {
	border: 0px;
}

li {
	color: #808080;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
/*	list-style-image: url(../medien/listenpunkt.gif); */
	margin-bottom: 15px;
}

p {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10pt;
}

p a:visited{
	color: #6C829A;
	text-decoration: underline;
}

p a:hover {
	color: #FF0000;
}

p.intro {
	margin: 20px;
}

td {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10pt;
}

td.content p {
	margin: 20px;
}

.klein {
	color: #56677C;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 5px;
}

#start {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	width: 0px;
}

.row1 {
	background-color: #CCD5E2;
}

.row2 {
	background-color: #FCFDFE; /* #EEF2F5 */
}
/* Mitarbeiter Kontakt Detail */
fieldset.kontakt{
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
}
legend.kontakt{
	font-weight: bold;
	padding: 5px;	
}
/* Schriftfarbe grau */
.col_grau{
	color: #516B79;
}

/* Farbe senkrechter Strich im Submenue */
/*  Bereich isgma */ 
#menu220 {
	border-bottom : 1px solid #C0C0C0;
	border-left: 5px solid #6C829A;
	border-right : 1px solid #C0C0C0;
	border-top : 1px solid #D4DDE6;
}
/*  Bereich activities */ 
#menu221 {
	border-bottom : 1px solid #C0C0C0;
	border-left: 5px solid #6C829A;
	border-right : 1px solid #C0C0C0;
	border-top : 1px solid #D4DDE6;
}
/*  Bereich news */ 
#menu222 {
	border-bottom : 1px solid #C0C0C0;
	border-left: 5px solid #6C829A;
	border-right : 1px solid #C0C0C0;
	border-top : 1px solid #D4DDE6;
}
/*  Bereich infos */ 
#menu223 {
	border-bottom : 1px solid #C0C0C0;
	border-left: 5px solid #6C829A;
	border-right : 1px solid #C0C0C0;
	border-top : 1px solid #D4DDE6;
}
/*  Bereich contact */ 
#menu224 {
	border-bottom : 1px solid #C0C0C0;
	border-left: 5px solid #6C829A;
	border-right : 1px solid #C0C0C0;
	border-top : 1px solid #D4DDE6;
}
.width200 {
	width: 200px;
}
.nodecoration{
	text-decoration : none;
}



