/* Template GRUEN */
BODY {
	background-color: #cfddcd;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;

}

li {
    list-style: inside url(../images/pfeil_gruen.gif) 3px;
    list-style-image: url(../images/pfeil_gruen.gif);
}

.personalBar {
	color: #666666;
	padding-right: 10px;
	padding-bottom: 3px;	
	text-align: right;
	font-size: 10px;

}

.pathBar {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-left: 8px;
	font-size: 11px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	width: 100%;
}
.pathBar a {
	font-size: 11px;
}
.pathBar a:hover {
	font-size: 11px;
	color: #333333;
}

.searchBox {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #FFFFFF;
	color: #666666;
	float: right;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;

}

.menuBar {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding-left: 2em;
    padding-right: 2em;

}

/* Links */
a:link, a:visited {
    color: #666666;
    text-decoration: none;
    font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:hover {
    color: #333333;
    text-decoration: none;
    /*border-bottom: solid 1px #333333;*/
}
a:link img, a:visited img {
    text-decoration: none;
}

a:hover img {
    text-decoration: none;
}


a.mainmenu:link, a.mainmenu:visited,{
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 6px;
	line-height: 30px;
}

a.mainmenu:hover, a.mainlevel:hover {
	color: #333333;
	font-weight: bold;    /*border-bottom: solid 1px #333333;*/
}

.contentheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-align:left;
	border-bottom: 1px dashed #DEDEDE;
	}

.contentpagetitle {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
     color: #333333;
    text-align:left;
}
.footer {
	background: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	clear: both;
	float: none;
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 16px;
	vertical-align: bottom;
	padding-top: 3px;
}