/* standards
 ----------------------------------------------- */

h1 {
    font-weight: normal;
    margin: 0;
}

h2 {
    border-left: 3px solid #003050;
    border-bottom: 1px solid #003050;
    color: #003050;
    font-size: 110%;
    font-weight: bold;
    padding: 0 0 .2em .4em;
    margin: 0 0 1em 0;
}

h3 {
    font-size: 101%;
}



/* layout
 ----------------------------------------------- */

#wrapper {
	background: url(../img/wrapper_bg.gif) repeat-y 50% 0;
}

#main {
    line-height: 120%;
	background: url(../img/breadcrumb_bg.gif) no-repeat;
}

#leftcol {
    margin-top: 26px;
}

#contentcol {
	float: left;
	position: relative;
	width: 760px;
	margin: 26px 10px 0 0;
}



/* leftcol
 ----------------------------------------------- */

#leftcolcontent {
    line-height: 120%;
    font-size: 89%;
    margin-top: 2.8em;
}

#leftcolcontent ul {
    position: relative;
    font-size: 89%;
	list-style: none;
	margin: 0 0 .7em 0;
	padding: 0;
	}	

#leftcolcontent ul li {
	padding: 0 0 4px 11px;
	line-height: 1.4em;
	background: url(../img/listpunkt_rightcol.gif) 0 3px no-repeat;
	}




/* contentcol
 ----------------------------------------------- */

#content-intro {
    margin-bottom: 2em;
}

#content-left {
    float: left;
    width: 445px;
    margin-right: 40px;
    padding-bottom: 10px;
}


#content-right {
    float: left;
    width: 270px;   
}

#content-right img {
    border: 1px solid #cbcbcb;
}


/* teaser infoboxen
 ----------------------------------------------- */

.teaser1 {
    border: 0 none;
	background-color: #dae2e8;
	padding: 10px 10px 5px 10px;
	margin: 3px 0 15px 0;
}

#leftcolcontent .teaser1 h3 {
	margin: 0;
	padding: .3em 0 0 0;
	font-size: 110%;
}



/* news
 ----------------------------------------------- */

.news-list-item p {
    margin: .3em 0 .8em 0;
    padding: 0;
}

/* misc
 ----------------------------------------------- */
 
div.csc-textpic-above { margin-top: 0px; }

