﻿@charset "utf-8";
/* Stylesheet der Stadtwochen website */

body {
	background-color: #36F;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
#wrapper {
	background-color: #006;
	color: #00C;
	padding: 15px;
	margin: 10px auto;
}

.skiplink { 
	position: absolute;
	top: -5000px;
	left: -5000px;
}


#kopfbereich {
	position: relative;
	background-color: #006;
	color: #FF0;
	padding: 20px 0px 0px 0px;
}
	#kopfbereich h1 {
		position: absolute;
		text-align: right;
		top: 1px;
		right: 0px;
		height: 60px;
		width: 531px;
	}
				
#logo {
	position: static;
	top: 0;
	left: 0;
	width: 240px;
	height: 160px;
}
	
#h2 {
	position: static;
	text-align: center;
	color: # FF0;
	font-weight: bold;
}
	
h1 {
	font-size: 150%;
	color: #f8e828;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-right: 20px;
	
	}

h2 { 
	font-size: 110%; 
}



#textbereich {
	background-color: #FFC;
	border-left: 2px solid;
	border-left-color: #f8e828;
	border-bottom: 2px solid;
	border-bottom-color: #f8e828;
	line-height: 1.4;
	padding: 10px 10px 20px 20px;
	margin-left: 180px;
	}

	#liste01 {
		margin-left: 20px;
	}

	
a {
	text-decoration: none;
	color: #006;
}


a:visited {
	color: #0099CC;
}
a:hover, a:focus {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}
a:active {
	background-color: #F00;
	color: #FF0;
}
	
	
#navibereich {
	background-color: #CFF;
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-left: 0px;
}

	#navibereich ul {
		width: 8.7em;
		border-top: 1px solid #f8e828;
	}
	
	#navibereich li {
		list-style-type: none;
		border-left: 1.5px solid #f8e828;
		border-bottom: 1.5px solid #f8e828;
		padding-left: 3px;
		}
	
#fussbereich {
	clear: both;
	background-color: #006;
	color: #FF0;
	text-align: center;
}
	
.webmaster {
	color: #FF0;
	background-color: #006;
	text-align: center;
}


/* das Kontaktformular */

form {
	background-color: #CFF;
	color: black;
	width: 370px;
	padding: 15px;
	border: 2px solid #f8e828;
	margin-top: 10px;
}
label {
	display: block;
	cursor: pointer;
}
input#absender, textarea {
	width: 300px;
	border: 1px solid #f8e828;
	margin-bottom: 1em;
}
textarea { height: 7em; }

input#absender:focus,
textarea:focus {
	background-color: #FFC;
	color: #000;				
}				
				
/* Ende Kontaktformular */			
#rot {
	color: #C00;
	font-weight: bold;
}
