/*** standard ***/

body
{
	font-family: Verdana;
	font-size: 12px;
	background-image:url(../gfx/bg.png);
	background-color: #efefef;
	text-align: center;
}

h1 {font-size:24px;color:#000000;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}
code {font-size:14px;color:#0000ff;}

a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#634142;
  font-size:12px;
}

a:active, a:hover
{
 text-decoration:underline;
}

#title {
background-image:url(../gfx/banner.jpg);
height:125px;
padding:0px;
border-bottom:1px solid #000000;
margin-bottom:15px;
margin-left:0px;
}

#left {
line-height:16px;
text-align:left;
background-color:#efefef;
margin-top:0px;
float:left;
width:170px;
border-right:1px solid #000000;
}

#content {
margin-top:0px;
float:right;
padding: 0 1em;
width:770px;
border:0px solid #000000;
background-color:#efefef;
}



.menutitle
{
color:#004080;
background-color:#C5DAE9;
width:90%;
font-weight:bold;
font-size:12px;
padding:4px;
margin-top:15px;
}

#menu {
display: block;
text-decoration: none;
width: 80%;
text-align: left;
}

#menu a:hover {
text-decoration: none;
}

.li:hover {
text-decoration: none;
width: 100%;
font-weight: bold;
text-align: left;
background-color:#FFFFFF;
}

.unterpunkt {
display: block;
padding: 2px;
text-decoration: none;
border: 1px solid #ccc;
width: 100%;
font-weight: bold;
text-align: left;
margin: 3px 0;
background-color:#E5E5E5;
}

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

#menu li {
list-style: none;
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 70%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul 
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


#news 
{
padding: 10px;
border: 1px solid #ccc;
width: 750px;
}


.calender {
    width:560px;
    border:1px solid black;
}
* html .calender,
* + html .calender {
    width:562px;
}
.calender div.after,
.calender div.before{
    color:silver;
}
.day {
    float:left;
    width:80px;
    height:30px;
    line-height: 30px;
    text-align: center;
}
.day.headline {
	background:#CCC;
    font-weight:bold;
	font-size:14px;
}
.day.current {
    font-weight:bold;
}
.day.current.admin {
    font-weight:bold;
	background-color:#9CF;
}
.clear {
    clear:left;
}
.pagination {
    text-align: center;
    height:20px;
    line-height:20px;
    font-weight: bold;
}
.pagination a {
    width:20px;
    height:20px;
}


