body,html {
	margin:10px;
	padding:0;
	font-family:Georgia;
	font-size:12px;
	color:#333366;
	text-align:left;
	background: #ffffff url('/media/94/bg.jpg');
	
	}

a {
	color:#66676A;
	text-decoration: none;
	border:none;
}

/*img {border: 0;padding-right:10px;}*/

#masterhead{
	width: 879px;
	margin: 0 auto;
}

#links{
	height:416px;
	float:left;
	}

#rechts{
	height:416px;
	}

#top_left {
	width: 311px;
	height:246px;
	float:left;
	border-right:5px #ffffff solid;
	background-image:url('/media/661/logoneu.jpg');

}

#menue_links {
	width: 281px;
	height:140px;
	clear: both;
	float:left;
	background-color:#f9f352;
	border-right:5px #ffffff solid;
	font-size:1.5em;
	padding-left:30px;
	padding-top:30px;
	}


#blauer_balken {
	border-top:5px #ffffff solid;
	width: 859px;
	height:25px;
	background-color:#3279e5;
	font-size:1.2em;
	padding:10px;
	border-bottom:5px #ffffff solid;


}

#container {
	width: 879px;
	margin:0px 0px 0px 0px;
}



#page_content {
	float:left;
	width:640px;
	height:550px;
	overflow: auto;
	background-color:#dedddd;
	padding:10px;
	border-right:5px #ffffff solid;	
	font-size:16px;
}
#content_rechts{
	height:550px;
	
}
#ueberschrift{
	background-color:#3279e5;
	color:white;
	padding:10px;
}

#gadget_cal{
	background-color:#dedddd;
	border-bottom:5px #ffffff solid;
	border-top:5px #ffffff solid;
	height:220px;




}
#gadget{
	background-color:#dedddd;
	padding:10px;
	border-top:5px #ffffff solid;
	height:245px;


}

#footer {
	border-top:5px #ffffff solid;
	padding-right:10px;
	margin-top:20px;
	clear: both;
	width:869px;
	height:30px;
	background-color:#3279e5;
	text-align:right;
	color:white;

	
}


#breadcrum {
    list-style:none;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

#breadcrum li {
    float:left;
    margin: 0 3px 3px 0;  
    padding: 0;
	
}
#breadcrum li a{
    
    margin: 0 3px 3px 0;  
    padding: 0;
    color:#ffffff;
	
}


/* -------------------------------------------------------------- 
   =EVENTS
-------------------------------------------------------------- */

div.event_main {
    float: left;
    width: 495px;
    padding-right: 15px;
}

div.event_main h2 {
    font-size: 22px;
}

div.event_nav {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    font-size: 11px;
    padding: 3px 0;
    position: relative;
    float: left;
    width: 100%;
}


div.event_nav p {
    font-size: 11px;
    float: left;
    margin: 0;
}

div.event_nav a.next_month {
    position: absolute;
    right: 0px;
    top: 4px;
}

div.event_nav a.previous_month {
    position: absolute;
    right: 65px;
    top: 4px;
}

div.event_sidebar {
    width: 200px;
    float: left;
}

div.event_sidebar h5 {
    padding: 2px 0 2px 0;
    border-bottom: 1px solid #ccc;
}

h5 a.previous_month span, 
h5  a.next_month span {
    display:none;
}

h5 a.previous_month,
h5 a.next_month  {
    width: 9px;
    display: block;
    float: left;
    height: 13px;
    margin-right: 4px;
    background-position: top left;
    background-repeat: no-repeat;
}

h5 a.previous_month {
    background-image: url(/media/999/arrow_left.gif);
}

h5 a.next_month {
    background-image: url(/media/994/arrow_right.gif);
}

table.sm_calendar {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 200px;
    font-size: 11px;
}

table.sm_calendar th,
table.sm_calendar td {
    padding: 2px;
    border: 1px solid #e7e7e7;
    text-align: center;
    
}

table.sm_calendar td.eventDay {
    background-color: #c6364a;
    color: white;
    font-weight: bold;
    position: relative !important;
    
}

div.events_today {
    position: absolute;
    background: #fff;
    color: #000;
    border: 1px solid #444;
    z-index: 99999;
    width: 200px;
    text-align: left;
    padding: 10px;
    display: none;
}

div.events_today h6 {
    margin: 0 0 5px 0;
    font-size: 14px;
    background: url(/pic/calendar-day.png) left center no-repeat;
    padding:1px 0 1px 18px;
}

table.sm_calendar th {
    font-weight: bold;
}

p.ical_export {
    padding: 10px 0;
    font-size: 12px;
}

p.ical_export a {
    background: url(/pic/calendar-day.png) left center no-repeat;
    padding:1px 0 1px 18px;
}

ul.events_list {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.events_list li {
    clear: both;
    margin: 0;
    padding: 15px 0 0 0;
    float: left;
    width: 100%;
}

ul.events_list li p.event_date_cal {
    width: 40px;
    margin: 0 15px 0 0;
    text-align: center;
    border: 1px solid #999;
    float: left;

    -moz-box-shadow: 0px 0px 3px #c1c1c1;
}

span.event_date_cal_day {
    display: block;
    background: #ccc;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #999;'
}

span.event_date_cal_month {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.events_list li h3 {
    margin: 0;
    font-size: 18px;
}

ul.events_list li p {
    font-size: 12px;
}






































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.bigger {
font: 22px "Georgia";
}

.smaller {
font: 12px "Gothic"; 
}

.normal {
font: 12px "Georgia"; 
}

