@import url(cms.css);

/* 
	red: #e61825	
	yellow: #fec261
*/

/*--- layout -------------------------------------------------*/

html {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: verdana,arial,helvetica;
	font-size: 9pt;
	font-weight: normal;
	background: url(r_bg.gif) 4px 3px;
}

#main-bar {
	width: 1018px;
	background: white url(r_bg1.gif) repeat-y top right;
	/*border-bottom: 1px solid red;*/
}

#top-bar {
	background: #e61825;
	height: 19px;
	border-bottom: 1px white solid;
	line-height: 1px;
}

#bottom-bar {
	background: #e61825;
	height: 13px;
	border-top: 1px white solid;
	color: white;
	font-size: 10px;
	padding: 3px 6px;
	clear: both;
}

#bottom-bar a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#content-col {
	float: left;
	width: 827px;
	padding: 0;
	padding-left: 1px;
	border-left: 1px solid #fec261;
	margin-left: -1px;
}

#right-column {
    float: right;
    width: 226px;
    height: 200px;
    margin-top: 16px;
    /*border: 1px solid red;*/
}

#content {
	padding: 0;
	margin: 0;
    float: left;
    width: 570px;
	padding-left: 20px;
	background: url() no-repeat top right;
	line-height: 180%;
	min-height: 500px;
}

#img-left {
	float: left;
	background: url();
	width: 163px;
	height: 525px;
}

#title {
	background: url(title1.jpg) no-repeat left top;
	height: 34px;
	margin-bottom: 4px;
}

#content p {
	margin-top: 0;
	margin-bottom: 20px;
}

/*--- left-menu ----------------------------------------------------*/

#menu-left {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 280px;
}

#menu-left li {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-bottom: 2px;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#menu-left a {
	margin-right: 1px;
	padding-left: 24px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: url(menu_mark.gif) 10px 4px no-repeat;
	color: black;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	display: block;
}

#menu-left a.active, #menu-left a:hover {
	background-color: #eee;
}


/*--- top-menu -----------------------------------------------------*/

#top-menu {
	list-style: none;
	background: url(r_top.jpg) no-repeat top right;
	padding: 0;
	padding-right: 10px;
	height: 108px;
	margin: 0;
/*	border: 1px solid black;*/
}

#top-menu ul {
	margin: 0;
	padding: 0;
}

#top-menu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#top-menu a {
	display: block;
	height: 109px;
	background-position: 0 0;
}

#top-menu a:hover, #top-menu a:focus, #top-menu a.active {
	background-position: 0 109px;
}

#top-menu a:focus {
	-moz-outline-style: none;
}

#menu1 {
	background-image: url(menu1.jpg);
	width: 100px;
}
#menu2 {
	background-image: url(menu2.jpg);
	width: 100px;
}
#menu3 {
	background-image: url(menu3.jpg);
	width: 100px;
}
#menu4 {
	background-image: url(menu4.jpg);
	width: 100px;
}
#menu5 {
	background-image: url(menu5.jpg);
	width: 100px;
}
#menu6 {
	background-image: url(menu6.jpg);
	width: 99px;
}
#menu7 {
	background-image: url(menu7.jpg);
	width: 197px;
}

/*--- Sitemap ---------------------------------------------------------------------------------------------------*/

ul.sitemap {

}

.sitemap li {
	list-style-type: none;
	margin-bottom: 1px;
	width: 90%;
}

.sitemap li a {
	display: block;
	background: #f2f5ea;
	color: black;
	text-decoration: none;
	/*border-top: 1px solid #d7e19c;*/
	border-left: 4px solid #d7e19c;
	/* border-right: 2px solid #d7e19c;*/
	padding-left: 4px;
	width: 90%;
}

.sitemap li a:hover {
	background: #d7e19c;	
}

.sitemap a.level0 {
	margin-top: 20px;
	border-top: 1px solid #d7e19c;
	border-color: #006126;
	/* background-color: #50cf8b;*/
	font-weight: bold;
	width: 500px;
}
.sitemap a.level1 {
	border-color: #007146;
	margin-left: 20px;
	width: 480px;
}
.sitemap a.level2 {
	border-color: #008156; 
	margin-left: 40px;
	font-size: 10px;
	line-height: 14px;
	width: 460px;
}
.sitemap a.level3 {
	border-color: #009176; 
	margin-left: 60px;
	font-size: 9px;
	line-height: 12px;
	width: 440px;
}


/*--- Forumlare --------------------------*/

table.app-form {
	border: 1px solid grey;
	margin: 10px;
	padding: 10px;
	background-color: #f0f0f0;
}

.app-form {
	font-size: 8pt;
	font-weight: normal;
}

.f_info {
	font-color: #aaa;
	font-size: 7pt;
}

table.app-form td {
	padding-bottom: 4px;	
}

/*--- styles für Seitenelemente ---------------------------------*/

h1 {
	font-size: 15pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 9pt;
}

.banner {
	border: none;
}


#content ul {
	list-style-image:url(bullet1.gif);
}

#content li {
	padding: 0;
	margin-top: 2px;
	/*border: 1px solid red;*/
	line-height: 150%;
}

span.format2 {
	font-weight: bold;
	font-style: italic;
}

span.format3 {
	color: #f88;
}

table.format4 {
	font-size: 10px;
	border: 1px solid #e44;
	background: #f8f8f8;
}

table.format4 th {
	font-size: 12px;
	padding: 8px;
	background: #e44;
	color: white;
	font-weight: bold;
}

table.format4 td.tab_h1 {
	background: #faa;
	font-weight: bold;
}

table.format4 td {
	padding: 4px;
}

table.format4 .row_even td {
	background: #f0f0f0;
}


table.format5 {
	font-size: 10px;
	border: 1px solid #e44;
	background: #f8f8f8;
}

table.format5 th {
	font-size: 12px;
	padding: 2px;
	background: #e44;
	color: white;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

table.format5 td.tab_h1 {
	background: #faa;
	font-weight: bold;
}

table.format5 td {
	padding: 1px;
	padding-left:6px;
	font-size: 12px;
}

table.format5 .row_even td {
	background: #f0f0f0;
}


table ul {
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

table li {
	padding: 0;
	margin: 0;
	list-style-image:url(bullet2.gif);
}

/*--- diverses ----------------------------------------*/

.alt {
	display: none;
}

.end-marker {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin:0;
	padding:0;
	font-size: 1px;
}


/*--- notdienstkalender ----------------------------------------*/

#calendar {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	line-height: 140%;
}

#calendar table {
	font-size: 12px;
	float: left;
	border: 1px solid #888;
	margin-right: 4px;
}

#calendar .active {
	background: #4af;
	font-weight: bold;
}

#calendar th {
	background: #36a;
	color: white;
	padding: 4px;
}

#calendar td {
	font-familiy: verdana, arial, helvetica;
	background: #eee;
	padding: 1px;
	text-align: right;
}
#calendar .day td {
	background: #9cf;
	font-weight: bold;
	padding: 4px;
}
#calendar a {
	text-decoration: none;
	color: black;
	padding: 2px;
}
#calendar a:hover {
	text-decoration: underline;
	color: blue;
}
#calendar a:focus {
	text-decoration: underline;
	color: blue;
	background: #aef;
}

div#cal-show {
	clear: both;
}

#cal-show p {
	margin-left: 2em;
}

#cal-show h3 {
	margin: 0;
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

#calendar div.info {
	clear: both;
	font-size: 10px;
}


/*--- right-bar -------------------------------------*/

div.right-box {
    border: 3px solid #E61825;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 4px;
    margin-bottom: 14px;
    
}

div.right-box p {
    font-size: 7pt;
}

div.right-box p.important {
    font-size: 9pt;
	font-weight: bold;
}
    
div.right-box p.important strong {
    font-size: 13.5pt;
	line-height: 140%;
}

div.right-box h2 strong {
    display: block;
    text-align: center;
    margin-bottom: 8pt;
    font-size: 22pt;
}

div.right-box h2 {
    font-size: 12pt;
    font-style: italic;
    line-height: 130%;
    margin-top: 4px;
    color: #E61825;
}




