/* @override http://www.kulturraum03.ch/style.css */

@charset "ISO-8859-1";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	color: black;
	font: 12px Arial, Verdana, Geneva, sans-serif;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a.pdf {
	font-weight: normal;
	font-style: normal;
	background: url(images/i_pdf.gif) no-repeat;
	padding-left: 19px;
	text-decoration: none;
	line-height: 1;
	padding-bottom: 2px;
	border-bottom-style: none;
	padding-top: 2px;
}

a.pdf:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #444;
}

h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

p {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: justify;
}

.zitat {
	color: gray;
	font-size: 12px;
	clear: none;
	font-style: italic;
	margin-right: 0;
	margin-left: 0;
}

#wrapper {
	width: 980px;
	position:absolute;
	margin-left:-490px;
	left:50%;
}

#logo {
	width: 60px;
	height: 200px;
	background-image: url(images/ilpennello_logov.gif);
	position: absolute;
	top: 3px;
	right: 29px;
}

#main {
	width: 978px;
	border-right: 2px solid #ccc;
	background: url(images/bkgd_gray.gif) repeat-y;
}

.left {
	float: left;
	width: 400px;
	padding-right: 30px;
}

.imgleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.right2 {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.right {
	float: left;
	border-left: 10px solid silver;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#kopf {
	width: 100%;
	height: 150px;
	background-image: url(images/kopf_rosa.jpg);
	margin-top: 20px;
	margin-bottom: 0;
}

#nav {
	width: 190px;
	float: left;
	margin: 0;
	padding: 15px;
}

ul#mainnav li {
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
}

ul#mainnav li a {
	text-decoration: none;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

ul#mainnav li a:hover {
	color: white;
	border-bottom: 1px solid white;
}

#inhalt {
	width: 710px;
	float: left;
	clear: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}

#inhalt ul{
	list-style-position: outside;
	margin-left: 20px;
	line-height: 1.4;
	list-style-type: square;
}

.formlabel {
	padding-bottom: 10px;
}

input, select {
	width: 200px;
	color: black;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 2px;
}

textarea {
	width: 400px;
	height: 100px;
	color: black;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 2px;
}

input.button {
	margin-top: 0;
}

.formfeld {
	float: left;
}

#fuss {
	width: 738px;
	padding-top: 5px;
	margin-left: 0;
	background-color: #e5e5e5;
	padding-bottom: 5px;
	padding-left: 240px;
	font-size: 12px;
	border-right: 2px solid #ccc;
}

.galerie {
	width: 230px;
	float: left;
	text-align: center;
	height: 140px;
}

.clear {
	clear: both;
}