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

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

html, body {
margin: 0;
padding: 0;
widht: 100%;
height: 100%;
background: #f6f6f6 url(img/bg-top.jpg) repeat-x;
background-position:top center;
}



#header {
	position:relative;
	width: 940px;
	margin: 0 auto;
	background-image: url(img/gottfried-weihe_top.jpg);
	height: 320px;
}



/* ------------ Inhalt --------------- */

#wrapper {
	width: 940px;
	margin: 0px auto;
	background-image: url(img/gottfried-weihe_main.jpg);
}

#navigation-top {
	position:absolute;
	top: 220px;
	left: 40px;
	width: 860px;
}

#column1 {
	float: left;
	width: 550px;
	display: inline;
	margin-left: 50px;
	margin-top: 10px;
}

#column2 {	
	float: left;
	width: 250px;
	display: inline;
	margin-left: 30px;
}



/* --------------- footer ---------*/


.alles {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -175px; /* margin bottom muss die gleich höhe wie der Footer haben */
	width:940px;
	background: url(img/gottfried-weihe_main.jpg) repeat-y;
}
.footer, .push {
	height: 175px; /* .push muss die gleiche höhe wie der .footer haben */
	
}

.footer {
	position: relative;
	width: 100%;
	height: 175px;
	margin: 0 auto;
	background: url(img/bg-bottom.jpg);
	background-position: top center;
}

#footer-innen {
	width: 940px;
	margin: 0 auto;
	background-image: url(img/gottfried-weihe_bottom.jpg);
	height:175px;
	text-align:center;
}

#footer-innen-text {
	font-size: 0.9em;
	padding-top:110px;
	color: #fff;
}



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

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: small;
}

.csc-firstHeader, h1 {
	font-size:2.2em;
	font-weight:bold;
	color: #060;
	padding-top: 0;
	margin-top: 0;
}
	
h1 {
	font-size:1.6em;
	color:#933;
	font-weight:normal;
}

h2 {
	font-size: 1.3em;
	color: #060;
}

#column1, #column2 {
	font-size: 1.1em;
	color:#030;
}

.csc-textpic-caption {
	font-size: 0.8em;
	padding-left: 10px;
}


/* -------------------------------------- Links -------------------- */


#column1 a:link, #column2 a:link {
	color:#666;
}
#column1 a:visited, #column2 a:visited {
	color:#666;
}
#column1 a:hover, #column2 a:hover {
	color: #009;
}
#column1 a:active, #column2 a:active {
	color: #009;
}


/* ---- footer --- */

#footer-innen-text a:link {
	color:#fff;
	text-decoration:none;
}
#footer-innen-text a:visited {
	color:#fff;
	text-decoration:none;
}
#footer-innen-text a:hover {
	color: #fff;
	text-decoration:underline;
}
#footer-innen-text a:active {
	color: #fff;
	text-decoration:underline;
}

