@charset "utf-8";
/* CSS Document */

html {
     overflow: -moz-scrollbars-vertical;
}


body {
	margin-bottom:100px;
	}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:2px 10px 0px 0px;
	text-align:left;
	}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	color:#999999;
	border-right:1px solid #dcdcdc;
	width:150px;
	height:400px;
	text-align:left;
}

.nav img {
	border:0px;
	}
	
.nav img:hover {
	filter:alpha(opacity=40);
	opacity:0.4;
	}

.titel2 {
	font-size:18px;
}

h1 {
	font-size:26px;
	margin:0px 0px 30px 0px;
	line-height:30px;
	color:#e04f00;
	font-weight:normal;
}

h2 {
	font-size:14px;
	margin:0px 0px 12px 0px;
	color:#555555;
}

a {
	color:#14b714;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color:#CCCCCC;
	}
	
.thumbnails img {
	padding:3px;
	border:1px solid #CCCCCC;
	margin:4px;
	}
	
.thumb {
	padding:3px;
	border:1px solid #CCCCCC;
	}
	
ul {
	margin:0px 0px 0px 20px;
	padding:0px;
	}
	
ol {
	margin:0px 0px 16px 20px;
	padding:0px;
	}
	
.small {
	font-size:11px;
	color:#666666;
	margin:8px 0px 0px 0px;
	line-height:12px;
	}
	
	
	
	

