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

@import url(style-camerata-navi.css);


html, body {
margin: 0;
padding: 0;
widht: 100%;
background: #186c71 url(img/ec-top-bg.jpg) repeat-x;
text-align:center;
}


#wrapper {
	width: 960px;
	margin: 0px auto;
	background-image:url(img/ec-main.jpg);
	text-align:left;
}

/* ------------ HEAD --------------- */


#head {
	float:left;
	display:inline;
	width:960px;
	height:400px;
	background-image:url(img/ec-top.jpg);
}

#bild {
	float: left;
	width: 900px;
	height: 281px;
	display: inline;
	margin:114px 30px 0 30px;
	overflow:hidden;
}	
	

#column-navi {	
	float: left;
	width: 195px;
	padding-left:45px;
	margin-top: 25px;
	display: inline;
	background-image:url(img/erfurter-camerata_05.jpg);
	overflow:hidden;
}

#column_contents {
	width:500px;
	float: left;
	display: inline;
	overflow:hidden;
	margin-top:25px;
}

#column_rechts {
	width: 180px;
	float:left;
	display:inline;
	overflow: hidden;
	margin-top:25px;
}


#column_end {
	clear:both;
	background:url(img/ec-bottom.jpg) no-repeat;
	width:950px;
	height:132px;
	text-align:center;
	overflow:hidden;
}

/* -------------------------------------------- Schrift --------- */

body, html {
	font-family:Arial, Helvetica, sans-serif;
	color:#ead951;
	
}
.bodytext, .csc-uploads-fileName {
	font-size:0.8em;
	}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.6em;
	color:#ead951;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}

.csc-textpic-caption {
	font-size:0.7em;
	}
/* -------------------------------------- Links NORMAL -------------------- */



a:link {
	color:#ead951;
}
a:visited {
	color:#ead951;
}
a:hover {
	color:#fff;
}
a:active {
	color:#fff;
}


/* -------------------------------------- Links #column_end -------------------- */

#column_end {
	font-size:0.6em;
}

#column_end a:link {
	color:#ead951;
}
#column_end a:visited {
	color:#ead951;
}
#column_end a:hover {
	color:#fff;
}
#column_end a:active {
	color:#fff;
}

#ids {
	text-decoration:none;
	color:#0099CC;
	font-size:0.5em;
	}
