@charset "UTF-8";
/*==============================================================================
Project:       bernd-ziegler.com
Media:         screen (all W3C compatible Browsers)
CSS-Version:   2.00
last modified: 2010-10-12
==============================================================================*/
/*============================================================================*/
/*general tags definition*/
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #828281;
	background-color: #F7F3ED;
	direction: ltr;
}
img {
	border: none;
}
a {
	color: #4E6FAD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3 {
	margin: 20px 0 8px 0;
	color: #4E6FAD;
}
p, address {
	line-height: 18px;
	margin: 0 0 20px 0;
}
address {
	font-style: normal;
}
abbr {
	border-bottom: 1px dotted;
}
ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	list-style: square;
}
li { margin-top: 4px; }
li:first-child { margin-top: 0; }

/* gallery */
div.gallery {
	clear: both;
}
div.gal-item {
	float: left;
	width: 23.2%;
	height: 105px;
	background-color: #E5D8C9;/*#D1E4E7, #FBF9F6*/
	text-align: center;
	padding: 10px 0;
	margin: 0 0 20px 2%;
}
div.gal-item:first-child { margin-left: 0; }
div.gal-item:hover { background-color: #D2BBA3; } /*#9ECEDE, #D7D3CE*/
/*============================================================================*/
/* general classes */
span.author {
	font-size: 12px;
	font-variant: small-caps;
}
p.zitat {
	font-size: 15px;
	background: url(../media/kreise.png) right bottom no-repeat;
	padding-bottom: 110px;
}
div.subcol {
	float: right;
	width: 64%;
}
/*============================================================================*/
/* Website Structure */
div#main {
	min-width: 934px;
	max-width: 1400px;
	width: 80%
}
div#top { height: 153px; }
img#notizzettel {
	float: right;
	margin-right: 30%;
}
a#logo {
	margin: 40px 0 0 8%;
	width: 177px;
	height: 91px;
	display: block;
	float: left;
	background: url(../media/logo-bernd-ziegler.png) no-repeat;
}
div#lcol {
	float: left;
	width: 8%;
	height: 30px;
	background-color: #4E6FAD;
	border-radius-topright: 4px;
	border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
div#mcol {
	width: 58%;
	float: left;
	padding: 0;
	margin-left: 2%;
}
ul#hnav {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	height: 30px;
	width: 100%;
}
ul#hnav li {
	float: left;
	width: 19.2%;
	margin: 0 0 0 1%;
}
ul#hnav li:first-child { margin-left: 0; }
ul#hnav li a {
	color: #AFDAEB;
	background-color: #4E6FAD;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 8px 0 0 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 22px;
}
ul#hnav li a:hover, a#act {
	color: #F7F3ED !important;
	background-color: #37A2CC !important;
}
div#rcol {
	float: right;
	width: 30%;
}
div#mcol h3:first-child, div#rcol h3:first-child { margin-top: 0; }
div#rcol-top {
	height: 30px;
	margin-bottom: 40px;
	background-color: #4E6FAD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div#footer {
	clear: both;
	padding-left: 10%;
	font-variant: small-caps;
	font-size: 12px;
}
div.right-column-image {
	overflow: hidden;
	text-align: center;
}
div.right-column-image p {
	text-align: left;
}