body {
	margin:0px;
	background-image:url('bilder/bg.gif');
	background-repeat:repeat-y;
}


* { font-family:Arial,Helvetica,Verdana,sans-serife;
    font-size:10pt;
}


a {font-size:inherit;}


hr {
	border: 0px;
	height: 4px;
	margin: 5px -20px 5px -20px;
	background-image:url('bilder/dot.gif');
	background-repeat:repeat-x;
}


a:link { text-decoration:none; color:#0000ff;}
a:visited { text-decoration:none; color:#0000ff;}
a:hover { text-decoration:none; color:#0099ff;}
a:active { text-decoration:none; color:#ff0000;}









/*
 * -------------------------------------------------------------------------
 * >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>MENU<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 * -------------------------------------------------------------------------
 */
 


#menu {
	padding: 0px;
	width: 196px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#menu li {
	position: relative;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}

#menu li a, #menu li a:visited {
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 5px 25px 5px 5px;
	background-color: #8CA6CE;
	color: #ffffff;                   
	text-decoration: none;
	text-align: right;

}

#menu li:hover > a {
	background-color: #DA203D; /* #FF9F0F;*/
	color: #ffffff;
}
    
         
   
#menu ul ul {
	display: none;
	position: absolute; 
	left: 196px;
	top: -5px;
	filter: alpha(opacity=95);
	opacity: 0.95; 
	-moz-opacity: 0.95;
	border-left: #C6D2E6 2px solid;
} 

#menu ul li:hover ul {
	width: 150px;
	display: block;
	background-color: #C6D2E6;
}

 
#menu li.selected > a {
	font-weight: bold;
	color: #000000;
}












div.page{
	position: absolute;
	left: 200px;
	top: 200px;
	width: 460px; /* Gesamt 510*/
	padding: 10px 40px 20px 40px;
}


div.page p {
	text-align: justify;
}

img.border {
	padding: 2px;
	border: #8CA6CE 1px solid;
}



div.news {
	position: absolute;
	left: 715px;
	top: 217px;
	width: 228px;
	height: 253px;
	background-image:url('bilder/news.jpg');
	background-repeat:no-repeat;
}





a.info {
	display:inline-block;
	margin-left:auto;
	width: 16px;
	height: 16px;
	background: url(images/info.gif);
}

a.bearbeiten {
	display:inline-block;
	
	width: 16px;
	height: 16px;
	background: url(images/edit.png);
}
a.loeschen {
	display:inline-block;
	
	width: 16px;
	height: 16px;
	background: url(images/delete.png);
}
a.freischalten {
	display:inline-block;
	
	width: 16px;
	height: 16px;
	background: url(images/key.png);
}
a.extern {
	display:inline-block;
	
	width: 10px;
	height: 10px;
	background: url(images/externerlink.gif);
}
a.email {
	display:inline-block;
	
	margin: 0px 5px 0px 5px;
	width: 14px;
	height: 11px;
	background: url(images/email.gif) center center;
}
a.homepage {
	display:inline-block;
	
	margin: 0px 5px 0px 5px;
	width: 14px;
	height: 14px;
	background: url(images/home.gif) center center;
}









table.veranstaltungen {
	border-collapse: collapse;
}
table.veranstaltungen th {
	color: #8CA6CE;
	text-align: left;
	padding: 2px 5px 2px 5px;
	border-top: #8CA6CE 1px solid;
	border-bottom: #8CA6CE 1px solid;
}
table.veranstaltungen td {
	text-align: left;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}
table.veranstaltungen tr.even {

}
table.veranstaltungen tr.odd {
	background-color: #C6D2E6;
}
