/* © 2007 Christine Kirchmeier // sightdesign.de */

/*===== general stuff =====*/
* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #f8f8f8 url(../img/bg.gif) repeat-x;
	text-align: center;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-y: scroll;
}

p { margin: 0 0 20px 0; }

p.first { margin: 0 0 10px 0; }

p.last { margin: 0 0 0 0; }

div.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;	
}

div.separator {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;	
	background: #043b6f;
	margin: 4px -9px 5px 0;
}

a, a:link, a:visited, a:hover, a:active {
	color: #6C8000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.left {
	float: left; 
	margin: 3px 12px 10px 0;
}

img.right {
	float: right; 
	margin: 3px 0 10px 12px;
}

img.middle {
	margin: 0 auto;
	text-align: center;
}

p.middle {
	text-align: center;
}

cite {
	display: block;
	clear: both;
	margin: 5px 0 10px 0;
	padding: 8px 10px;
	color: #777;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid #e4e2e3;
	border-bottom: 1px solid #e4e2e3;
	background: url(../img/bg-menu.jpg) no-repeat -20px -25px;
}

cite span {	
	font-size: 12px;
	font-weight: normal;
}

input, textarea {
	border: 1px solid #2b2f3e;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size: 12px;
}

input.button {
	color: #fff;
	background: #2b2f3e;
	width: 100px;
	text-align: center;
	margin: 0 0 0 120px;
}

legend {
	color: #043b6f;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	text-indent: 0;
}

label {
	width: 120px;
	vertical-align: top;
	display: block;
	float: left;
}

form p {
	margin: 0 0 10px 0;
}

p.error, h3 {
	color: #a20000;
}

table {}

th {	
	padding: 3px 10px;
	border-top: 7px solid #fff;
	border-bottom: 1px solid #ccc;
	color: #002e82;
	background: #eee;
	font-weight: bold;
}

td {
	background: #fff;
	padding: 3px 10px;
	vertical-align: top;
}

td.thead {
	color: #888;
	font-weight: normal;
	font-style: italic;
}

/*======================*/


/*===== ids & classes in order of appearance =====*/
#wrapper {
	margin: 0 auto;
	width: 758px;
	text-align: left;
}

#pic {
	background: url(../img/head.jpg) no-repeat 0 0;
	float: left;
	padding: 0;
	width: 527px;
	height: 192px;	
}

img#logo { 
	display: block;
	width: 230px;
	margin: 28px 0 0 0;
}

#mainmenu {		
	float: left;
	width: 230px;
	padding: 0;
	margin: 0;
}

#mainmenu ul {
	display: block;
	list-style-type: none;
	white-space: nowrap;
	margin: 55px 0 0 0;
	padding: 0;	
}

#mainmenu ul li {
	display: block;
	padding: 0;
	margin: 0;
}

#mainmenu ul li a {
	display: block;
	background: url(../img/dot.gif) repeat-x left bottom;
	color: #fff;
	text-decoration: none;	
	padding: 6px 19px 3px 19px;
	margin: 0 10px 0 0;	
	font-weight: bold;
	font-size: 12px;
}

#mainmenu ul li a:hover {
	color: #002e82;
	background: url(../img/dot-blue.gif) repeat-x left bottom;
}

#mainmenu ul li a.active {	
	
}

#copyright {
	padding: 38px 0 0 0;
	color: #4c4c4c;
	font-size: 10px;
}
/*======================*/

#contact {
	width: 200px;
	height: 200px;
	background: url(../img/kontakt.jpg) no-repeat 0 0;
	margin: 20px 0 0 20px;	
	text-indent: -3000px;
}

a#linkme:link, a#linkme:visited, a#linkme:hover, a#linkme:active {
	display: block;
	width: 150px;
	height: 20px;
	margin: 120px 0 0 10px;
}

/*====== content ======*/
#content {	
	background: url(../img/content-2.jpg);
	float: left;
	width: 528px;
	color: #2b2f3e;
	line-height: 17px;
}

#content1 {	
	position: relative;
	z-index: 2;
	background: url(../img/content-1.jpg) no-repeat 0 0;
	height: 319px;
}

#content2 {	
	position: relative;
	z-index: 3;
	top: -319px;
	padding: 0 25px 25px 25px;
	min-height: 380px;
}

#content3 {
	position: relative;
	z-index: 2;
	background: url(../img/content-3.jpg) no-repeat 0 2px;
	height: 180px;
	top: -449px;
	margin: 0 0 -449px 0;
}

h1 {
	color: #6C8000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

h1.pagetitle {
	color: #6C8000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 22px 0;
}

h2 {
	color: #6C8000;
	font-size: 11px;
}

form h1 {	
	margin: 0 0 15px 0;
}

#content ul {
	list-style-type: none;
	margin: 0 0 0 20px;
}

#content ul li {
	background: url(../img/bullet.gif) no-repeat 0 6px;
	padding: 0 0 0 13px;
	margin: 10px 0;
}


/*======================*/

/*====== footer ======*/

#footer {	
	position: relative;
	z-index: 3;
	top: -32px;
	height: 20px;
	margin: 0 10px 0 0;
	text-align: right;
	clear: both;
}

#footer a {
	display: block;
	margin: 0;
	font-size: 9px;
	text-decoration: none;
	color: #a7a7a7;
}

/*======================*/

.kundenstimme {
	background: #f3f3f3 url(../img/bg-comments.jpg) repeat-x;
	padding: 10px 10px;
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
	color: #666;
	font-family: Georgia, Times, serif;
	font-style: italic;
}

.kundenstimme p {	
	margin: 0 0 10px 0;
}

.kunde, p.kunde {
	margin: -10px -10px -10px -10px;
	padding: 20px 10px 4px 10px;
	background: #ddd url(../img/bg-commentator.jpg) repeat-x;
	color: #043b6f;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, sans-serif;
	border-bottom: 1px solid #fff;
	text-align: right;
}
