body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body a {
	color: #FF0033;
	text-decoration: underline;
}

body a:hover {
	color: ##FF0000;
}

body a:visited {
	color: ##666666;
}


#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content ul {
	list-style-type: none;
	margin: 20px;
	padding: 0;
}

.attention {
	font-weight: bold;
	color: ##FF0000;
}

.bar1 {
	background-image: url(/images/tpl/tpl_content_left.jpg);
	background-repeat: repeat-y;
}

.bar2 {
	/* background-image: url(/images/tpl/tpl_content_right.jpg); */
	background-repeat: repeat-y;
}

.bar3 {
	background-image: url(/images/tpl/tpl_contact_right.jpg);
	background-repeat: repeat-y;
}

.navigation_bg {
	background-image: url(/images/tpl/tpl_navigation.jpg);
}

.flashtitle {
	font-size: 12px;
	font-weight: bold;
	color: ##FF0033;
	text-transform: uppercase;
	text-align: left;
	text-indent: 5px;
}

.subtitle {
	font-size: 12px;
	font-weight: bold;
}

#title td {
	font-size: 14px;
	font-weight: bold;
	color: ##FF0033;
	text-transform: uppercase;
	text-align: left;
	text-indent: 5px;
}

#title a{
	color: #FF0000;
	text-decoration: none;
}

#flash {
	font-size: 9px;
}

ul#links {
	list-style-type: disc;
}

ul#nav {
	margin: 0; 
	padding: 0;
    text-align: left;
}

ul#nav li {

    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
	display: block;
	padding: 2px 14px 2px 2px;
}
  
* html ul#nav li {  /* Korrektur fuer den IE */
    margin-bottom: -0.4em;
}

ul#nav a {
	display: block;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	text-transform: uppercase;
}
  
* html ul#nav a{
   /*width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
   /*w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
}

ul#nav a:hover{
	color: #FF0033;

}
.selected{
	color: #ff0033;
	background-color: #ff0033;
	display: block;
}

.formerror {
	background-color: #FFCCFF;
}

#people_portrait_td {
	border-bottom: 1px dotted #999999;

}