body { 
    margin:0;
    padding:0; 
    font-size: 10px; 
    font-family: Verdana, sans-serif;
    background-image: url("../images/background.png");
    background-repeat: repeat-y;
}

img.noborder {
	border: 0px;
}

/******** divs */

#nav {
	width: 150px;
	background-color: #ffffff;
	position:absolute;
}

#main {
	height: 100%;
    position:absolute;
    left: 153px;
    width: 1000px;
    padding: 0px 30px 0px 30px;
}

/******** nav */

#nav ul {
	padding-left: 20px;
    list-style: none;
    margin-top: 200px;
}   

#nav li {
    margin-bottom: 5px;
}

#nav a {
	color:#123456; 
	text-decoration:none;
}

#nav a:hover, #nav a.active {
    color:#502d2e; text-decoration:underline;
}

/******** main */

#main {
	color:#002030;
}

#main p.head {
	margin-top: 30px;
    font-weight: bold;
    font-size: 12px;
}

#main h3 {
    font-weight: bold;
}

#main h4 {
    margin: 5px;
}

#main p.text {
    color:#151515;
    line-height:14px;
}

#main p.smalltext {
    color:#151515;
    font-size: 9px;
}

#main p.sub {
	font-size: 9px;
    color:#151515;
}

#main p.small {
    font-size: 8px;
    color:#151515;
}

#main a {
    color:#502d2e; 
}

#main a:hover, #main a.active {
    color:#502d2e; text-decoration:none;
}

/******** arbeiten */

#thumbs div.thumb{
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 85px;
    height: 80px;
}

#thumbs div.sub{
	width: 100%;
	float:left;
}

#thumbs a {
    display: block;
}

#thumbs a:hover{
    opacity:0.5;
}

#thumbs img {
	 /* width: 150px; */ 
	border: 2px solid #cccccc;
}

.description {
    font-size: 9px;
    margin: 1px;
    font-weight: normal;
}

/******** neues ******/

.news {
	margin: 20px;
}

