body {
	color: #000;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

H1 {
	color: #ed1c24;
	font-size: 16px;
	margin: 0 0 4px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #888;
	width: auto;
}

H2 {
	font-size: 13px;
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
}

TD, P {
	font-size: 11px;	
}

P IMG {
	padding: 0 0 0 0;
	margin: 0 3px 3px 0;
}

.servicemenu {
	font-size: 11px;
}

#mainmenu {
	background: #ed1c24 url(../images/standards/mainmenu_background.gif) repeat-x scroll center bottom;
	float: left;
	width: 722px;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	font-size: 11px;
	line-height: normal;
}

#mainmenu ul {
	margin: 0;
	padding: 4px 4px 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#mainmenu li {
	margin: 0;
	padding: 0 0 0 9px;
	background: transparent url(../images/standards/mainmenu_left.gif) no-repeat scroll left top;
	float: left;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
}

#mainmenu a {
	padding: 5px 15px 4px 6px;
	background: transparent url(../images/standards/mainmenu_right.gif) no-repeat scroll right top;
	float: left;
	display: block;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
 }

#mainmenu a {
	float: none;
}

#mainmenu a:hover {
	text-decoration: underline;
}

#mainmenu #current {
	border-width: 0pt;
	background-image: url(../images/standards/mainmenu_left_on.gif);
}

#mainmenu #current a {
	background-image: url(../images/standards/mainmenu_right_on.gif);
	color: #000;
	padding-bottom: 5px;
}

#submenu {
	width: 178px;
	padding: 0 0 0 0;
	margin: 0 0 7px 0;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #ed1c24;
	color: #fff;
}

#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#submenu li {
	border-top: 1px solid #f79b9f;
	border-bottom: 1px solid #680c10;
	margin: 0;
}
	
#submenu li a {
	display: block;
	padding: 3px 6px 3px 6px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#submenu #current a {
	display: block;
	padding: 3px 6px 3px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	background-color: #ed5f64;
}

html>body #submenu li a {
	width: auto;
}

#submenu li a:hover {
	background-color: #ed5f64;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#submenu li {
	border-top: 1px solid #f79b9f;
	border-bottom: 1px solid #680c10;
	margin: 0;
}
	
#submenu li a {
	display: block;
	padding: 3px 14px 3px 6px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

/* submenu 2 */

#submenu #secondsub {
	background-color: #ed5f64;	
}

#submenu #secondsub ul{
	background-color: #ed5f64;
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
}

#submenu #secondsub li {
	border-top: 1px solid #f79b9f;
	border-bottom: 1px solid #680c10;
/*
	border-top: 1px solid #fff;
	border-bottom: 0px solid #000;
*/
	margin: 0;
}

html>body #submenu #subsecond li a {
	width: auto;
}

#submenu #current #secondsub a:hover, #submenu #subsecond li a:hover {
	background-color: #ed6f74;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#submenu #current #secondsub a {
	display: block;
	padding: 3px 6px 3px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
	background-color: #ed1c24;
}


#submenu #current #secondsub #current a {
	display: block;
	padding: 3px 6px 3px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	background-color: #ed5f64;
}

#mainpart {
	clear: both;
	background-image: url(../images/standards/background.gif);
	width: 722px;
	background-position: top;
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 6px 4px 4px 4px;
	max-width: 722px;
	max-height: 100%;
}

#mainpart #contentleft {
	width: 177px;
	margin: 0px 12px 0px 0px;
/*	background-color: #f88;*/
	float: left;
}

#mainpart #contentmiddle {
	width: 342px;
	margin: 0px 12px 0px 0px;
/*	background-color: #8f8;*/
	float: left;
}

#mainpart #contentright {
	width: 171px;
/*	background-color: #88f;*/
	float: left;
}

#contentmiddle a, a:link, a:active, a:visited {
	color: #ed1c24;
	text-decoration: none;
}

#contentmiddle a:hover {
	text-decoration: underline;	
}

#servicemenu a, a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
}

#servicemenu a:hover {
	text-decoration: underline;	
}

#beitrag {
	width: 100%;
}

#beitrag tr {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

#beitrag th {
	background-color: #ccc;
	font-size: 11px;
	font-weight: bold;
	vertical-align: bottom;
	border-right: 1px solid #000;
}

#beitrag td {
	font-size: 11px;
	font-weight: normal;
	border-right: 1px solid #000;
}

#beitrag #highlite {
	background-color: #eee;
}

#newscat {
	color: #ed1c24;
	font-size: 12px;
	font-weight: bold;
}

#newsdate {
	color: #666;
	text-align: right;
}

#newshead, #newshead a {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#newshead a:hover {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

#newsmore {
	padding: 5px 0px 15px 0;
	text-align: right;
}

/* styles for sk_calendar */
td.month_past_weekday {
	background-color: #eee;
	color: #bbb;
}
td.month_weekday {
	background-color: #e0e0e0;
	color: #000;
}
td.month_holiday {
	background-color: #d0d0d0;
	color: #000;
}
td.week_past_weekday {
	color:#C0C0C0;
}
td.week_weekday {
	color:#000000;
}
td.week_holiday {
	color:#FF0000;
}