/* © 2007 Christine Kirchmeier // sightdesign.de */

/*===== general stuff =====*/
* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #ebebeb url(../img/bg2.jpg) repeat-x;
	text-align: center;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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: #bd2826;
	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 #043b6f;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size: 12px;
}

input.button {
	color: #fff;
	background: #043b6f;
	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;
}

/*======================*/


/*===== ids & classes in order of appearance =====*/
#wrapper {
	margin: 0 auto;
	width: 776px;
	background: #fff url(../img/bg.jpg) repeat-y;
}

#header {
	background: url(../img/bg-header.gif) repeat-x -1px 0;
	padding: 0;
	text-align: left;
}

img#logo { 
	float: left;
	margin: 0 80px 0 0;
}

img#logo2 { 
	float: left;
	margin: 89px 0 0 0;	
}

div#static {
	float: left;
	background: url(../img/corner-top-right.jpg) no-repeat top right;
	height: 194px;
	width: 209px;
	margin: 0 0 -34px -209px;
	padding: 31px 36px 0 0;
	text-align: right;
}

div#static a {
	font-size: 11px;
	text-decoration: none;
	color: #043b6f;
}

div#static a:hover {
	text-decoration: underline;
	color: #bd2826;
}

#mainmenu {		
	clear: both;
	padding: 0 0 66px 22px;
	margin: 0 0 0 13px;
	background: url(../img/bg-menu.jpg) no-repeat;
}

#mainmenu ul {
	display: block;
	list-style-type: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;	
}

#mainmenu ul li {
	display: block;
	float: left;	
	padding: 0;
	margin: 0;
}

#mainmenu ul li a {
	display: block;
	background: #e9e9ea url(../img/bg-menu-inactive.jpg) repeat-x;
	color: #043b6f;
	text-decoration: none;	
	padding: 4px 19px 4px 19px;
	margin: 0 10px 0 0;
	border-top: 1px solid #e9e8e9;
	border-right: 1px solid #e0dfdf;
	border-bottom: 1px solid #dbdadb;
	border-left: 1px solid #e0dfdf;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#mainmenu ul li.last a {
	padding: 4px 21px 4px 19px;
}

#mainmenu ul li a:hover {
	background: #fff;	
}

#mainmenu ul li a.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #d72423;
}
/*======================*/

#contentWrapper {
	background: url(../img/bg-submenu.jpg) no-repeat 0 28px;
	margin: -12px 0 0 13px;
}

/*====== submenu ======*/
#submenu {	
	width: 122px;
	height: 513px;
	margin: 54px 45px 0 32px;
	float: left;
	text-align: left;
	padding: 0 0 0 0;
	overflow: hidden;
}

#submenu ul {
	list-style-type: none;
}

#submenu ul li {
	margin: 0;
	padding: 0;
}

#submenu ul a, #submenu ul a:link, #submenu ul a:visited, #submenu ul a:hover, #submenu ul a:active {
	margin: 7px 0 0 0;
	padding: 3px 9px 3px 0;
	text-decoration: none;
	display: block;
	color: #043b6f;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #043b6f;
}

#submenu ul a:hover {
	color: #d72423;
	border-bottom: 1px solid #000;
}

#submenu ul a.active, #submenu ul a.active:link, #submenu ul a.active:hover, #submenu ul a.active:visited {
	color: #d72423;
	border-bottom: 1px solid #000;
}

#contact {
	margin: 57px 0 0 0;
	text-align: right;
	font-size: 11px;
	padding: 0 9px 0 0;
}

#contact a {
	text-decoration: underline;
}

/*======================*/

/*====== content ======*/
#content {
	width: 445px;
	float: left;
	text-align: left;
	color: #2b2f3e;
	line-height: 17px;
	margin: 40px 0 0 0;
}

h1 {
	color: #043b6f;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

h1.pagetitle {
	color: #d72423;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 22px 0;
}

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 {
	background: url(../img/bg-bottom.gif) repeat-x;
}

#leftCorner {
	float: left;
	padding: 42px 0 0 13px;
	background: url(../img/corner-bottom-left.jpg) no-repeat;
	color: #d72423;
	font-size: 11px;
}

#rightCorner {
	float: right;
	background: url(../img/corner-bottom-right.jpg) no-repeat top right;
	padding: 42px 13px 0 0;
}

#rightCorner a {
	font-size: 11px;
	text-decoration: none;
	color: #2b2f3e;
}

/*======================*/

.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;
}
