@media all
{



/*
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
	B A S E  S T Y L E S
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/

* { /* reset default values */
    margin: 0;
    padding: 0;
    outline: 0;
}

#page{ 
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	float:none;
	height:100%;
	
}

#border {
position:relative;
float:left;
background-image:url(../pics/elements/bg-all.jpg);
background-repeat:repeat-y;
}

#page_margins {min-width: 800px; max-width: 800px; margin:auto;}

body {
	color:#000000;
	font-size: 81.25%;
	font-family: Arial, Helvetica, sans-serif;
	float:none;
	position:relative;
	left:0px;
	top:0px;
	margin: 0; 
	padding: 0;
	background-color:#626262;
}

/* 13px */
h1,h2,h3,h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 2em; 
	color: #8EA3D2; 
	margin: 0em 1.5em 1em 0em; 
	padding-top: 10px; 
	padding-bottom:0px; 
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;	
	}
h2 {
	font-size: 1.5em; 
	color: #F0D023; 
	margin: 1.7em 1em 0.2em 0em; 
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;	
}

/* Heading für Produkte */
h3 {font-size: 1.5em; color: #F0D023; margin: 0 0 0 20px; padding-top: 0.4em; padding-bottom:0.4em; font-weight:normal;}

/* Heading für Future Blog */
h4 {font-size: 1.5em; color: #F0D023; margin: 0 0 0 0px; padding-top: 0.4em; padding-bottom:0.4em; font-weight:normal;}
h5 {font-size: 1.4em; color: #324B86; margin: 1.5em 0 1em 0; font-weight:bold; padding-left:40px; }
h6 {font-size: 1.4em; color: #324B86; margin: 1em 0 0.8em 0; font-style:bold; padding-left:30px;}

p,ul,dd,dt { line-height: 1.5em;}
p { line-height: 1.5em; margin: 0 0 0 0; }

li {
	z-index:15;
}

strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }

hr { 
	color: #fff; 
	background:transparent; 
	margin: 0 0 0.5em 0; 
	padding: 0 0 0.5em 0; 
	border:0; 
	border-bottom: 1px #eee solid; 
}

/* BILD POSITIONIERUNGEN */
img.float_left { float: left; margin-right: 1em; margin-bottom: 0.15em; border:0; }
img.float_right { float: right; margin-left: 1.5em; margin-bottom: 1.5em; margin-top: 1.5; border:0; }
img.center { text-align:center; background: #fff; padding: 4px; border:1px #ddd solid; }

img.framed {padding:5px; border: 1px #000 solid; background: #f4f4f4; margin: 5px 5px 5px 5px; }

acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

img {
    border: none;
	margin: 1em;
}

#img referenzen { float:left; margin-left: 10px; margin-right:10px; margin-bottom:10px; border:0;}

form {
	display:inline;
}

input, textarea, select {  
	background-color: #EFEFEF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal;
	color: #000; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	}
input:focus, textarea:focus, select:focus {  
	background-color: #fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal;
	color: #000; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}


.meta {
	position: absolute;
	visibility: hidden;
}
abbr,
acronym {
	text-decoration: none;
	border: none;
	cursor: help;
}

/*
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
	Header 
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/

#header {
    width: 1000px;
	height: 184px;
	float:left;
	position:relative;
	background-image: url(../pics/elements/header.jpg)
}

/*
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
	M A I N M E N U
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/

#menu {
	width: 227px;
	height: 556px;
	position:relative;
	float:left;
	background-image:url(../pics/elements/bg-menu.jpg);
}

#menu ul {
list-style-type: none;
text-align:left;
padding: 90px 0px 0px 0px;
float:right;
}

#menu li {
height:30px;
width:200px;
text-align:left;
padding: 0 5px 0 5px;
}

#menu li a {
font-size:1.2em;
font-weight: bolder;
color:#F0D023;
text-decoration:none;
background:none;
position:relative;
}

#menu li a:hover {
font-size:1.2em;
color: #F0D023;
text-decoration: none;
background:none;
border-bottom: 5px solid #F0D023;
position:relative;
}

#top-menu {
float:left;
position:relative;
width:481px;
height:84px;
margin:0px;
padding:0px;
}

#top-menu img {
margin:0px;
padding:0px;
}


/*
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
	M A I N C O N T E N T
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/

#picture {
	position:relative;
	float:left;
	width:292px;
	height:500px;
}

#picture img {
margin:0px;
padding:0px;
}

#content img {
margin:0px;
padding:0px;
border: 3px solid #F0D023;
}

#space {
float:left;
position:relative;
width: 441px;
}

#space img {
margin-right:10px;
margin-bottom: 5px;
}

#content {
	float:left;
	position:relative;
	width:441px;
	min-height:432px;
	background:#292929;
	background-image:url(../pics/elements/bg-content.jpg);
	background-repeat:repeat-y;
	padding: 20px 20px 20px 20px;
}

#content p {
	font-size:1.1em;
	color:#BEC4D1;
	line-height:1.1em;
	padding-top:1em;
	margin-right:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.kontakt {
	font-size:0.8em;
	color:#BEC4D1;
	margin-right:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
}

#content a {font-family: Verdana, Arial, Helvetica, sans-serif; color:#BEC4D1; font-weight:normal; text-decoration:underline;}

#content a:hover {text-decoration:underline; color:#F0D023;}

#content ul {
	padding-top:10px;
	margin-left:15px;
}

#content li {
	list-style-type:circle;
	font-size:1.1em;
	color:#BEC4D1;
	line-height:1.1em;
	padding-top:0.5em;
	margin-right:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

/* Spiffy rounded corners for references */

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#4165BD}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #334268;
  border-right:1px solid #334268;
  background:#3b5698}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #2b2f37;
  border-right:1px solid #2b2f37;
  background:#3c59a0}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #3c59a0;
  border-right:1px solid #3c59a0;}
.spiffy4{
  border-left:1px solid #334268;
  border-right:1px solid #334268}
.spiffy5{
  border-left:1px solid #3b5698;
  border-right:1px solid #3b5698}
.spiffyfg{
  background:#4165BD}

 

/* --------------------------------------------------- */

#produkt {
	float: none;
	align: left;
	width: 400px;
	margin-left:10px;
}

#produkt p {font-size: 1em; color: #F0D023; margin: 0 0 0 0px; padding-top: 0em; padding-bottom:0em; font-weight:normal;}
#produkt a {font-size: 1em; color: #F0D023; margin: 0 0 0 0px; padding-top: 0em; padding-bottom:0em; font-weight:normal; text-decoration:none;}

/* --------------------------------------------------- */
/* Referenzen */

.heading {
font-size:1.8em;
font-family:Arial, Helvetica, sans-serif;
color:#FFCC00;
padding:10px;
}

.link {
font-size:1.5em;
font-family:Arial, Helvetica, sans-serif;
color:#000;
padding:10px;
font-weight:bold;
margin-top:15px;
}

/*
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
	K O N T A K T F O R M U L A R
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/

#form {
	border: 0px solid #000;
}

.form {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
text-align:right;
color:#fff;
}

input.orange {
	background-color:#FE9900;
	color:#FFFFFF;
	font-size:1em;
	font-weight:normal;
	border: 1px solid #000;
	padding:5px;
}

input.orange2 {
	background-color:#FE9900;
	color:#000;
	font-size:0.8em;
	font-weight:bold;
	border: 1px solid #000;
	padding:5px;
}


input :focus {
background-color:#000000;
}

#error {
float:left;
position:relative;
background-color:#666666;
border: 3px solid  #CC6600;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
width:400px;
text-align:center;
}

/*
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
	F O O T E R 
	XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
*/

#footer {
    width: 668px;
	height:25px;
	position: relative;
	float: right;
	background-image: url(../pics/elements/footer.jpg);
	text-align:center;
	padding:20px;
	letter-spacing:normal;
	line-height:normal;
}

#footer p {
	color: #292929;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	text-align:center;
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #292929;
	text-decoration:underline;
}

#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #F0D023;
	text-decoration:underline;
}

}
