/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	text-align: center;
}
body * {
	text-align: left;
}
body,p,td,th {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}
img {
	border: 0px;
}
h1,h2,h3 {
	font-weight: bold;
	font-size: 11px;
}
h1 {
	font-size: 1.8em;
	color: #007733;
}
h2 {
	font-size: 1.5em;
	color: #333;
}
h3 {
	font-size: 1.2em;
	color: #999;
	font-style: italic;	
}
hr {
	height: 1px;
	color: #ddd;
}
a {
	text-decoration: none;
	color: #007733;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.highlight {
	color: #007733;
	/*font-size: 1.2em;*/
	font-weight: bold;
}
#content {

}
#content a, .left_bar_box a {
	padding-left: 15px;
	background-image: url('http://www.supporthilfe.ch/icone/link.gif');
	background-repeat: no-repeat;
	background-position: 1px 1px
}
.left_bar_box {
	margin-bottom: 1.5em;
}
.left_bar_box a {
	display: block;
	cursor: pointer;
	line-height: 1.7em;
	background-position: left 4px;
}
.direct_links {
	vertical-align: bottom;
	padding: 5px 10px;
	font-size: 12px;
	color: #cacaca;
}
.direct_links a {
	color: #eaeaea;
}
#menu_left {
	text-align: center;
}
#menu_left a {
	width: 165px;
	height: 30px;
	text-align: center;
	font-size: 1.2em;
}
.menu_bar td {
	vertical-align: left;
}
.menu_bar a{
	font-size: 12px;
	display: block;
	color: #606060;
	font-weight: bolder;
	text-decoration: none;
	vertical-align: middle;
	line-height: 30px;
	height: 30px;
	padding-left:10px;
}
.menu_bar a:hover{
	color: #007733;
	text-decoration: none;
}
.menu_bar .active a, .menu_bar .active a:hover {
	color: white;
	cursor: default;
}