/* Start of CMSMS style sheet 'miw_base' */
html, body { height: 100%;}

body
{
	padding: 0;
	margin: 0;
	background-color: #fff;
	background-image:url(themes/default/images/bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}

img
{ 
	border: 0px;
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

h2
{
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}
/* End of 'miw_base' */

/* Start of CMSMS style sheet 'miw_content' */
.content_headline
{
	padding: 0;
	color: #587d53;
	font-size: 14px;
	font-weight: bold;
	left: 167px;
	top: 136px;
	width: 680px;
	position: absolute;
}

h1
{
	padding: 0;
	color: #8595AC;
	font-size: 1.2em;
	font-weight: bold;
             text-align:center;
}
h1.content
{
	padding: 0;
	color: #587d53;
	font-size: 1.2em;
	font-weight: bold;
             text-align:left;            
}

h2
{
	font-style:italic;
	font-size:1.0em;
             color:#587d53;
             line-height: 120%;
}
/* Tabellen für Termine*/

table.content
{
	border:0;
	width:100%;
	border-collapse:collapse;
}

th
{
	text-align:center;
	background-color:#8595AC;
	color:#ffffff;
}


td.content
{
	text-align:left;
	padding:15;
	font-weight:normal;
	width:45%;
}

td
{
	text-align:center;
	font-weight:bold;
	padding:15;
}

.row1
{
	background-color:#F2EFE4;
}
.content_text
{
	padding: 0 10px 20px 10px;
	margin: 0;
	float: left;
	text-align: left;
	line-height: 16px;
	border-left: #ebf2ea 7px solid;
	border-right: #ebf2ea 7px solid;
	left: 152px;
	top: 180px;
	width: 680px;
	position: absolute;
}

.content_text_gray
{
	color: #999999;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
}

.content_text a
{
	color:#4C6C48;
	text-decoration: underline;
}

.content_text a:hover
{
	text-decoration: underline;
}
/* End of 'miw_content' */

/* Start of CMSMS style sheet 'miw_head' */
#head
{
	background-image: url(themes/default/images/headbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 110px;
	left: 0px;
	position: absolute;
}

#head_round
{
	width: 197px;
	height: 30px;
	left: 0px;
	top: 80px;
	position: absolute;
}

#head_sub
{
	background-image: url(themes/default/images/headsub.gif);
	background-repeat: no-repeat;
	width: 648px;
	height: 30px;
	left: 197px;
	top: 80px;
	color: #988D70;
	line-height: 28px;
	position: absolute;
}

#head_logo
{
	width: 579px;
	height: 66px;
	left: 8px;
	top: 6px;
	position: absolute;
}

.head_breadcrumb
{
	color: #988D70;
	font-size: 9px;
	font-weight: bold;
}

.head_breadcrumb a:active, .head_breadcrumb a:link, .head_breadcrumb a:visited
{
	color:#988D70; 
	text-decoration: none;
}
.head_breadcrumb a:hover
{
	color:#587d53; 
	text-decoration: none;
}
/* End of 'miw_head' */

/* Start of CMSMS style sheet 'miw_menue' */
#menue
{	
	background-image: url(themes/default/images/menuebg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 134px;
	left: 0px;
	top: 110px;
	position: absolute;
}

#menue li
{ 
	font-size: 10px;
	color: #988D70;
	font-weight: bold;
	line-height: 18px;
	padding-left: 6px;
}

#menue li a:visited, #menue li a:link { color:#988D70; text-decoration: none;}
#menue li a:active, #menue li a:hover { color:#333333; text-decoration: none;}

#menue li ul li
{ 
	font-size: 10px;
	color: #988D70;
	font-weight: normal;
	line-height: 16px;
	padding-left: 12px;
}

#menue li ul li a:visited, #menue li ul li a:link { color:#988D70; text-decoration: none;}
#menue li ul li a:active, #menue li ul li a:hover { color:#333333; text-decoration: none;}

/* End of 'miw_menue' */

/* Start of CMSMS style sheet 'miw_sidebar' */
#sidebar
{
	background-image: url(themes/default/images/listbg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	left: 880px;
	width: 160px;
	top: 136px;
	padding: 14px 10px 20px 10px;
	position: absolute;
}

.sidebar_head
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #587d53;
	line-height: 20px;
	width: 140px;
	padding: 0px;
	margin: 2px 0 0 0;
}

.sidebar_body
{
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #988D70;
	line-height: 14px;
	width: 140px;
	margin: 4px 0 4px 0;
}

.sidebar_date 
{
	color: #587d53;
	font-weight: bold;
	line-height: 16px;
}

.sidebar_linklist 
{
	color: #988D70;
	padding: 0;
}

.sidebar_linklist, .sidebar_body a:visited, .sidebar_linklist, .sidebar_body a:link { color:#988D70; text-decoration: none;}
.sidebar_linklist, .sidebar_body a:active, .sidebar_linklist, .sidebar_body a:hover { color:#587d53; text-decoration: underline;}

.sidebar_body img
{
	margin: 5px 0px 5px 0px;
}
/* End of 'miw_sidebar' */

