@charset "UTF-8";

/* @group Simple Reset */

html,body,ul,ol,h1,h2,h3,h4,h5,h6,form,fieldset{
	padding: 0;
	margin: 0;
}

ul,ol{
	list-style: none;
}

/* @end */

/* @group Generic */

#clear {
	clear: both;
}

body {
	padding: 10px 0;
	background-color: #9bcbe9;
}

* {
	outline: none;
	font-family: "Myriad Pro", "Lucida Grande", "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

a {
	color: #5276c8;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	color: #1b4478;
}

/* @end */

/* @group Navigation */

#navigation, #navigation li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation li, #navigation li a {
	color: white;
	width: 298px;
	height: 30px;
	display: block;
	position: relative;
	overflow: hidden;
}

#navigation {
	margin: 32px 0;
}

#navigation li {
	margin-bottom: 7px;
}

#navigation li a:hover, #navigation li a.current {
	top: -30px;
}

#navigation li a {
	top: 0;
	height: 60px;
	line-height: 30px;
	text-indent: -9000px;
}

#navigation li .home {background:url(../images/nav_home.png) 0 0 no-repeat;}
#navigation li .produkte {background:url(../images/nav_produkte.png) 0 0 no-repeat;}
#navigation li .kontakt {background:url(../images/nav_kontakt.png) 0 0 no-repeat;}
#navigation li .partner {background:url(../images/nav_partner.png) 0 0 no-repeat;}
#navigation li .impressum {background:url(../images/nav_impressum.png) 0 0 no-repeat;}

/* @end */

/* @group Content */

#content {
	padding-left: 30px;
}

#content h1 {
	color: #002847;
	margin:35px 0;
	font-weight: normal;
	font-size: 24px;
	font-style: normal;
	text-decoration: none;
	text-shadow: #fff 1px 1px 3px;
}

#content h2 {
	color: #103d6e;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	margin-right: 0;
	margin-top: 10px;
	margin-left: 10px;
}

#content li {
	font-size: 12px;
	margin-left: 25px;
	list-style-image: url(../images/content/list_arrow.gif);
}

#content p {
	line-height: 20px;
	color: #383838;
	font-size: 12px;
}

/* @group box */

#content #box {
	margin: 20px;
	margin-bottom: 100px;
	float: left;
	width: 220px;
	display: inline;
}

#content #box .pa a {
	color: #444;
}

#content #box li {
	line-height: 17px;
	list-style-image: url(../images/content/list_arrow.gif);
	margin-left: 15px;
}

#content #box li.ziesmer {
	background: url(../images/content/logo_ziesmer_kl.png) top right no-repeat;
	line-height: 16px;
}

#content #box li.metkon {
	background: url(../images/content/logo_metkon_kl.png) top right no-repeat;
	line-height: 30px;
}

#content #box li.olga {}

#content #box .carat {
	background: url(../images/content/box_carat.png) no-repeat 0 0;
}

#content #box .partner {
	background: url(../images/content/box_partner.png) no-repeat 0 0;
}

#content #box .one {
	width: 220px;
	height: 34px;
	text-indent: -9000px;
	margin-bottom: 2px;
}

/* main -> */
#content #box .two {
	background: url(../images/content/box_content.png) repeat-y 0 0;
	width: 220px;
	margin: 0; padding: 0;
}

#content #box .three {
	width: 220px;
	height: 7px;
	background: url(../images/content/box_bottom.png) no-repeat 0 0;
}

#content #box ul, #content #box p {
	margin: 0;
	padding: 15px;
	line-height: normal;
	letter-spacing: 0;
	font-size: 12px;
	color: #444;
} 



/* @end */

/* @group formular */

#errors li {
	color: #f62026;
	list-style-image: url(../images/content/list_arrow_e.gif)
}

#kontakt textarea.error, #kontakt #boxk .error {
	border: 1px solid #ff0000;
}

#kontakt textarea.error:focus, #kontakt #boxk .error:focus {
	border: 1px dashed #ff0000;
}

#kontakt #name, #kontakt #betreff, #kontakt textarea {
	border: 1px solid #999;
	background-color: #fff;
}

#kontakt #name:focus, #kontakt #betreff:focus, #kontakt textarea:focus {
	border: 1px dashed #999;
	background-color: #fefefe;
}

#kontakt #boxk {
	margin-left: 2px;
	display: inline;
	float: left;
}

#kontakt textarea {
	margin: 5px 2px;
}

/* @end */


/* @end */

/* @group Lightbox */

/* jQuery lightBox plugin - Gallery style */
	#gallery { float: right; }
	#gallery ul { list-style: none; }
	#gallery ul li { display: block; }
	#gallery ul img { border: none; }
	#gallery ul a:hover img {}
	#gallery ul a:hover {}

/* @end */