/** STARTSEITE ONLY **/
#content_start {
	background: url(../img/bg_site.gif) right top repeat-y;
}

#start_left {
	width: 740px;
	float:left;
	margin-right: 38px;
	padding-top: 15px;
	font-size: .7em;
	line-height: 1.5em;
}

	#start_left p.breadcrumbs {
		padding-left: 10px;
    }


	#start_left h1{
		border-bottom: 1px solid #E1E1E1;
		padding-bottom:5px;
		margin-bottom:10px;
		margin-left: 10px;
	}


#start_right {
	float: left;
	width: 202px;
	background-color: #F7F7F8;
	margin: 0 0 15px 0;
	border-top: 1px solid #fff;
	padding: 45px 10px 15px 10px;
	font-size: .65em;
	line-height: 1.5em;
}


	#start_right h2{
		font-size:1em;
		background:#FFF;
		text-transform:uppercase;
		margin:0 0 5px 0;
		padding:3px 0 3px 5px;
	}


	#start_right p {
		margin-bottom:5px;
		padding: 0 3px;
	}

	#start_right p.eventbox {
		border: 1px solid #ccc;
		padding: 5px 10px;
		text-align: center;
		background: #fff;
    }

	#start_right p.dl_box {
    	padding-left: 20px;
		background:url(../img/download.gif) 0 2px no-repeat;
	}


		#start_right p a {
			color:#4B81C0;
		}

		#start_right p a:hover {
			text-decoration: underline;
		}


