@charset "UTF-8";
/* CSS Document */

/*****************
Debugging 
*****************/
/*div { border: 1px red dashed; }*/

/*****************
Allgemein
*****************/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.2em;
	color: #fff;
	background: #000 url(images/back.gif) left top;
} 

/*****************
Struktur
*****************/
#wrapall { }

#wrap {
	width: 82em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10em;
}

#main {
	float: left;
	color: #fff;
	width: 82em;
}

	#nav {
		float: left;
		width: 55em;
		background: #000;
		padding: 1em 2em 0;
	}

	#content {
		float: left;
		width: 55em;
		background: #000;
		padding: 2em;
	}

	#news {
		float: left;
		background: #000;
		color: #fff;
		width: 20em;
		padding: 0 2em 2em 1em;
		position: relative;
		top: -5em;
	}

/*************************
Newsletter Subscription
*************************/
#main form {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #fff;
	margin-bottom: 1em;
}
#main .nl_copy {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
#main h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.25em;
}
#main a {
	color: #fff;
	font-size: 1.1em;
}
#main a:hover {
	text-decoration: underline;
}
#newsletter h2, #main h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;
}
#newsletter input {
	border: none;
	padding: 2px;
	background: #CDBDB5;
}
#newsletter input:focus {
	background: #fff;
}
#newsletter input.nl_button {
	background: #A7755C;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 4px;
}

/*****************
News
*****************/
#news .news-latest-container {
/*	padding-left: 0.5em;*/
}
#news .news-latest-item {
	margin-top: 1em;
	margin-bottom: 2em;
}
#news .news-latest-item h1 {
	color: #A7755C;
	font-size: 1.2em;
}
#news .news-latest-item p {
	font-size: 1.1em;
	line-height: 1.4em;
}

.news-list-item {
	margin: 0 0 1em 0;
	padding: 0 0 1em;
	border-bottom: 1px dotted #A7755C;
}

/*****************
Content
*****************/
#content .csc-header h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #A7755C;
	margin-bottom: 1.2em;
}
#content .rgmediaimages-media {
	float: left;
	width: 270px;
}
#content .rgmediaimages-caption {
	font-size: 1.2em;
}

/*****************
Navigation
*****************/
#nav ul.navigation {
	margin: 0;
	padding: 0;
}
#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 2em;
}
















