@font-face {
    font-family: 'WrexhamScriptLight';
    src: url('../fonts/wrexhalt-webfont.eot');
    src: url('../fonts/wrexhalt-webfont.eot?#iefix') format('eot'),
         url('../fonts/wrexhalt-webfont.woff') format('woff'),
         url('../fonts/wrexhalt-webfont.ttf') format('truetype'),
         url('../fonts/wrexhalt-webfont.svg#webfontlKEEWB1e') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1.csc-firstHeader {
	font-family: 'WrexhamScriptLight';
	font-size: 25px;
	margin-left: 0px;
	padding-bottom: 15px;
	/*border-bottom: 1px dotted #00567D;*/
}

html {
	height: 101%; 			/* scrollbalken immer sichtbar */	
	margin: 0;  			/* kein Abstand zum Browserrahmen */
	padding: 0; 			/* kein Abstand im Layout */
}
body {
	font-family: Helvetica, Verdana, sans-serif; 	/* zentrale Schriftart */
	font-size: 12px; 					/* zentrale Schriftgroesse - hier pixel, ansonsten als em */
	margin: 0;							/* kein Abstand zum Browserrahmen */
	padding: 0; 						/* kein Abstand im Layout */
	background: #fff url(../img/bgHead.png) repeat-x;
	overflow-x: hidden;
}
img, a img {
	border: none; 			/* keine Linkrahmen um Bilder im Firefox */
	margin: 0;				/* keine Abstände um Bilder/Links */
	padding: 0;				/* keine Abstände in Bildern/Links */
}
a {
	outline:0; 				/* 	keine Rahmen um Links beim klicken*/
	-moz-outline:0;			/*	keine Rahmen im Firefox */
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.hidden {
	display: none;
}
#pageMargins {
	width: 900px;
	margin: 0 auto;
}
#inArbeit ul {
	position: absolute;
	right: 190px;

}
#inArbeit li {
	display: inline;
}
#inArbeit {
	font-size: 9px;
}
#inArbeit img{
	position: absolute;
	right: 0;
	top: 0;
	width: 186px;
	height: 189px;
}
#content {
	padding-top:5px;
	line-height: 1.5em;
}
#col1 {
	padding-bottom: 80px;
	width: 150px;
	margin-left: 20px;
}
#col1 h1.csc-firstHeader {
	width: 200px;
}
#col0 {
	margin-left: 20px;
	width: 510px;
	padding-bottom: 90px;
}
#footer {
	font-size: 10px;
	/* position: fixed;
	bottom: 0px; */
	padding-left: 20px;
	height: 80px;
	width: 100%;
	background:  url(../img/bgFooter.png) no-repeat bottom left;
	z-index: 2000;
}
#footerMargins {
	width: 900px;
	margin: 0 auto;
	margin-top: 10px;
}
#socialLinks {
	margin-top: -33px;
}


i {
	color: #555;
}

#facebook {
	position: absolute;
	top: 260px;
	right: -10px;
	overflow: hidden;
}
#facebookButton {
	cursor: pointer;
	background: url(../img/bgShare.png);
	width: 39px;
	height: 130px;
}
#facebookContent {
	display: none;
	margin-right: 30px;
}
