@charset "utf-8";

	/*
	
		Gemeinde Schorfheide
		Startseite
		----------------------------------------------------------------------
	
	*/
	
	
	/*
		Breadcrumbs
		----------------------------------------------------------------------
	*/

	div#breadcrumbs div {
		display: none;
	}

	/*
		Content links
		----------------------------------------------------------------------
	*/
	
	div#content-left h1.csc-firstHeader {
		font-size: 1.8em;
		line-height: 1.4;
		margin: 0.5em 0;
		padding: 0 10px;
		/*
		color: #b1ae9b;
		*/
		color: #a5a39a;
		background-color: #fff;
	}
	
	div#content-left div.v-wrapper {
		position: relative;
		float: left;
		display: inline;
		width: 153px;
		margin: 0 5px 15px 5px;
		color: #000;
		background: #fff url(bg_kalender-bottom.png) 0 100% no-repeat;
	}

	div#content-left div.v-wrapper dl {
/*
		position: relative;
		float: left;
		display: inline;
		width: 143px;
		height: 93px;
*/
	}
	
	div#content-left div.v-wrapper dt {
		position: absolute;
		top: 0;
		left: 0;
		width: 153px;
		height: 108px;
		background: url(bg_kalender-top.png) 0 0 no-repeat;
	}
	
	div#content-left div.v-wrapper dt a {
		display: block;
		position: absolute;
		left: 10px;
		bottom: 0;
		width: 133px;
		font-size: 1.6em;
		font-weight: bold;
		text-shadow: #000 1px 1px 1px;
		color: #fff;
		background-color: transparent;
		text-decoration: none;
	}
	
	div#content-left div.v-wrapper dd {
		float: left;
		left: 0;
		top: 0;
		width: 100%;
		min-height: 45px;
	}
	
	div#content-left div.v-wrapper dd p {
		margin: 0 10px;
		padding: 3px 0 0 0;
		font-size: 1.2em;
		line-height: 1.4;
		font-weight: normal;
		color: #000;
		background-color: #dfdccb;
	}
	
	div#content-left div.v-wrapper dd p a {
		color: #000;
		background-color: #dfdccb;
		text-decoration: none;
	}
	
	
	
	
	