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

/*========================================
2. Generell
==========================================*/

body {
	background:url(Background_tile.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

h1 {
	font-size:300%;
	color:#FFFFFF;
}
h2 {font-size:200%;}
h3 {font-size:120%;}

address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	font-style:normal;
	letter-spacing:2px;
}

a {
	text-decoration:none;
	color:#CC3300;
}

a hover,
a focus {
	outline:none;
}

a:visited {
	color:#CC6600;
	outline:none;
}

a:active {
	outline:none;
}

/*========================================
2. Spezifische divs
==========================================*/

#kopfbereich {
	background:url(Kopfbereich_bg.png);
	width:750px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#wrapper {
	position:relative;
	width:750px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#navibereich {
	background-color:#FFCC33;
	padding:0 0 0 10px;
}

#textkasten {
	margin-right:300px;
	height:330px;
}

#textkasten h2 span {
	font-size:small;
	color:#CC6600;
}

#links {
	line-height:1.5;
}

#linkBlog a {
	background:url(blogger_icon_gray.png) no-repeat;
	display:block;
	width:142px;
	padding:0 0 0 20px;
}

#linkBlog a:hover,
#linkBlog a:focus {
	background:url(blogger_icon_hover.png) no-repeat;
	width:142px;
}

#pdfSkizze a,
#pdfBisher a,
#pdfFlyer a {
	background:url(pdf_fileicon_gray.png) no-repeat;
	display:block;
	width:142px;
	padding:0 0 0 20px;
}

#pdfSkizze a:hover,
#pdfSkizze a:focus,
#pdfBisher a:hover,
#pdfBisher a:focus,
#pdfFlyer a:focus,
#pdfFlyer a:hover {
	background:url(pdf_fileicon_hover.png) no-repeat;
	width:142px;
}

#linkSpende a {
	background:url(donate_icon_gray.png) no-repeat;
	display:block;
	width:142px;
	padding:0 0 0 20px;
}

#linkSpende a:hover,
#linkSpende a:focus {
	background:url(donate_icon_hover.png) no-repeat;
	width:142px;
}

#linkKapriole a {
	background:url(link_icon_gray.png) no-repeat;
	display:block;
	width:142px;
	padding:0 0 0 20px;
}

#linkKapriole a:hover,
#linkKapriole a:focus {
	background:url(link_icon_hover.png) no-repeat;
	width:142px;
}

#sidebar {
	background-color:#FFCC33;
	position:absolute;
	top: 27px;
	right:40px;
	width:250px;
}

#kontakt {
	padding:10px;
}

#fussbereich {
	text-align:center;
	background:#FFCC33;
	padding:10px;
	margin-top:20px;
}

/*========================================
3. Klassen
==========================================*/

.haupttext {
	padding:10px;
	background-color:#FFCC33;
}