/* CSS Reset 
======================================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

p.bodytext a {
	color: #4769b3;
}

ol, ul {
	list-style: none;
}

a {
text-decoration: none;
}

.clear {
clear: both;
}

/* Header
======================================================= */

#headerwrap {
width: 100%;
background: url(../img/headerwrap.jpg) repeat-x;
text-align: center;
}

#header {
width: 990px;
height: 121px;
margin: 0 auto;
text-align: left;
}

#logo {
width: 326px;
height: 58px;
display: block;
background: url(../img/logo.gif) no-repeat;
margin: 31px 0px 0px 25px;
float: left;
display: inline;
}

#header ul {
float: right;
margin: 12px 30px 0px 0px;
display: inline;
}

#header li {
float: left;
font: 11px arial;
font-weight: bold;
color: #a6a67c;
text-transform: uppercase;
}

#header li a:hover {
text-decoration: underline;
}

#header li a#sitemap {
color: #595750;
margin: 0px 4px 0px 0px;
}

#header li a#english {
color: #4769b3;
margin: 0px 0px 0px 4px;
}

/* Navigation
======================================================= */

#navwrap {
width: 100%;
background: url(../img/navwrap.jpg) repeat-x;
text-align: center;
}

#navigation {
width: 970px;
height: 33px;
margin: 0 auto;
padding: 0px 20px 0px 0px;
text-align: left;
}

#navigation ul {
float: right;
}

#navigation li {
float: left;
position: relative;
}

#navigation li a {
display: block;
font: 12px verdana;
font-weight: bold;
height: 22px;
color: #4c4c4c;
padding: 9px 22px 0px 22px;
background: url(../img/navbg.jpg) repeat-x;
float: left;
}

#navigation li a:hover {
background: url(../img/navbghover.jpg) repeat-x;
color: #ffffff;
}

#navigation li li {
float: none;
clear:both;
}


#navigation li ul {
margin: 31px 0px 0px 0px;
}

/* does not work for two lines menu - see below for workaround
#navigation li li a {
width: 192px;
height: 18px;
color: #ebebdb;
font: 12px verdana;
font-weight: bold;
background: #06399e;
margin: 1px 0px 0px 0px;
padding: 4px 0px 0px 5px;
}
*/

#navigation li li a {
width: 192px;
height: auto;
color: #ebebdb;
font: 12px verdana;
font-weight: bold;
background: #06399e;
margin: 0px 0px 0px 0px;
padding: 4px 4px 4px 5px;
border-bottom: 1px solid #2958C0;
}


#navigation li li a:hover {
background: #2658bb;
}

#navigation li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
}

#navigation li > ul {
	top: auto;
	left: auto;
	}
	
#navigation li:hover ul, #navigation li.over ul { 
display: block; 
}

#navigation li.sep {
width: 2px;
height: 31px;
background: url(../img/navsep.jpg) no-repeat;
}

#navigation li a#first {
background: url(../img/navfirst.jpg) top left no-repeat;
}

#navigation li a:hover#first {
background: url(../img/navfirsthover.jpg) top left no-repeat;
}

#navigation li a#last {
background: url(../img/navlast.jpg) top right no-repeat;
}

#navigation li a:hover#last {
background: url(../img/navlasthover.jpg) top right no-repeat;
}

/* Comments
======================================================= */

#teaserwrap {
width: 100%;
background: #2c3a9b url(../img/teaserwrap.jpg) repeat-x;
text-align: center;
}

#teaser {
width: 990px;
min-height: 211px;
height: auto !important;
height: 211px;
background: url(../img/commentsbg.jpg) no-repeat;
margin: 0 auto;
padding: 0px  0px 20px 0px;
text-align: left;
}

.column {
	width: 304px;
	float: left;
	padding: 30px 0px 0px 22px;
}



.column2 {
	width: 297px;
	float: left;
	padding: 90px 0px 10px 35px;
	background: url(../img/commentsep.jpg) bottom left no-repeat;
}


#teaser blockquote {
font: 11px verdana;
color: #ffffff;
background: url(../img/quotes.jpg) 0px 3px no-repeat;
padding: 0px 0px 0px 32px;
line-height: 15px;
margin: 0px 0px 30px 0px;
}

#teaser cite {
color: #c8be8d;
font-style: normal;
}

.column2 h2 {
font: 16px georgia;
color: #e0d9b4;
font-weight: bold;
margin: 0px 0px 2px 0px;
}

.column h2 span, .column2 h2 span {
font: 18px georgia;
color: #ffffff;
font-style: italic;
}

.column  h2 span.pointer, .column2 h2 span.pointer {
font-style: normal;
color: #e0d9b4;
font-weight: normal;
}

.column h2 a, .column2 h2 a{
color: #ffffff;
}

.column h2 a:hover, .column2 h2 a:hover{
text-decoration:underline;
}

.column2 p.comment {
font: 12px verdana;
color: #ffffff;
}

.column h2 {
font: 16px georgia;
color: #e0d9b4;
font-weight: bold;
margin: 0px 0px 2px 22px;
}

.column p.comment {
font: 12px verdana;
color: #ffffff;
margin: 0px 0px 0px 22px;
}


/* Fly
======================================================= */

#flywrap {
width: 100%;
background: url(../img/flywrap.jpg) repeat-x;
text-align: center;
}

#fly {
width: 990px;
height: 21px;
font: 11px verdana;
color: #666e80;
padding: 2px 0px 0px 0px;
margin: 0 auto;
text-align: left;
}

#fly a {
color: #4769b2;
text-decoration: underline;
}

#fly a:hover {
text-decoration: none;
}

#fly .sep {
font: 14px verdana;
font-weight: bold;
}

#fly li {
display: inline;
}

#fly ul {
margin: 0px 0px 0px 20px;
}

/* Content
======================================================= */

#contentwrap {
width: 100%;
background: #ffffff url(../img/contentwrap.jpg) repeat-x;
text-align: center;
}

#content {
width: 990px;
margin: 0 auto;
text-align: left;
}


/* Left Side
======================================================= */

#leftside {
width: 648px;
border: 1px solid #e5f2ff;
background: #ffffff;
float: left;
margin: 0px 0px 30px 0px;
}

#onlinebox {
background: url(../img/onlinebg.jpg) no-repeat;
width: 192px;
height: 63px;
padding: 27px 5px 0px 123px;
margin: 15px 0px 30px 0px;
float: left;
}

#offlinebox {
background: url(../img/offlinebg.jpg) no-repeat;
width: 192px;
height: 63px;
padding: 27px 5px 0px 123px;
margin: 15px 0px 30px 0px;
float: right;
}

#onlinebox a, #offlinebox a {
font: 10px verdana;
color: #ffffff;
width: 38px;
height: 15px;
background: url(../img/mehr.jpg) no-repeat;
float: right;
padding: 2px 0px 0px 11px;
}

#leftside h2 {
font: 15px georgia;
font-weight: bold;
color: #465c8c;
margin: 25px 0px 20px 20px;
}

#leftside p {
font: 11px verdana;
color: #4c4c4c;
margin: 0px 10px 0px 10px;
line-height: 16px;
}

#leftside p strong a {
color: #465c8c;
}

#leftside ul {
list-style-type: disc;
margin: 0px 0px 0px 45px;
color: #465c8c;
font: 11px verdana;
font-weight: bold;
line-height: 16px;
}

#leftside p.distance {
margin: 15px 0px 15px 10px;
}

#leftside a#mehr {
font: 11px verdana;
color: #666666;
width: 47px;
height: 18px;
background: url(../img/mehr2.jpg) no-repeat;
float: right;
padding: 4px 0px 0px 20px;
}

#leftside input.form {
height: 18px;
font: 11px verdana;
color: #4c4c4c;
border: 1px solid #b3daff;
display: block;
width: 604px;
padding: 5px 0px 0px 4px;
margin: 2px 0px 0px 20px;
}

#leftside input.form2 {
height: 18px;
font: 11px verdana;
color: #4c4c4c;
border: 1px solid #b3daff;
padding: 5px 0px 0px 4px;
margin: 2px 0px 0px 0px;
}

#leftside textarea.form3 {
height: 125px;
font: 11px verdana;
color: #4c4c4c;
border: 1px solid #b3daff;
width: 604px;
padding: 5px 0px 0px 4px;
margin: 2px 0px 0px 20px;
}

#leftside input#strasse {
width: 280px;
margin: 2px 0px 0px 20px;
}

#leftside input#plz {
width: 125px;
margin: 2px 0px 0px 7px;
}

#leftside input#ort {
width: 165px;
margin: 2px 0px 0px 7px;
}

#leftside a#submit {
font: 11px verdana;
font-weight: bold;
color: #ffffff;
background: #66b5ff;
width: 79px;
height: 21px;
border: 0px;
display: block;
padding: 6px 0px 0px 11px;
margin: 4px 0px 40px 20px;
}


#leftside img {
margin: 0 0 0 10px;
padding:0 0 0 0;
}

#leftside embed {
margin: 20px 0 20px 10px;
padding:0 0 0 0;
}



/* Right Side
======================================================= */

#rightside {
width: 320px;
background: #f7faff;
padding: 24px 10px 10px 10px;
float: left;
}

#rightside p#description strong {
font: 12px verdana;
color: #596580;
font-weight: bold;
}

#rightside p#description {
font: 11px verdana;
color: #666666;
}

#softbox h3, #electrobox  h3, #navigbox h3, #filmbox h3, #demobox h3, #trainbox h3, #offlinebox h3, #onlinebox h3 {
font: 12px verdana;
font-weight: bold;
color: #4769b3;
}

#softbox h3 a, #electrobox  h3 a, #navigbox h3 a, #filmbox h3 a, #demobox h3 a, #trainbox h3 a, #offlinebox h3 a, #onlinebox h3 a {
color: #4769b3;
}

#softbox h3 a:hover, #electrobox  h3 a:hover, #navigbox h3 a:hover, #filmbox h3 a:hover, #demobox h3 a:hover, #trainbox h3 a:hover, #offlinebox h3 a:hover, #onlinebox h3 a:hover {
text-decoration:underline;
color: #1a90ff;
}

#softbox h4, #electrobox  h4, #navigbox h4, #filmbox h4, #demobox h4, #trainbox h4, #offlinebox h4, #onlinebox h4 {
font: 11px verdana;
font-weight: normal;
color: #7e7e7e;
}

#softbox {
background: url(../img/softbg.jpg) no-repeat;
width: 182px;
height: 63px;
padding: 27px 15px 0px 123px;
margin: 10px 0px 0px 0px;
}

#electrobox {
background: url(../img/electrobg.jpg) no-repeat;
width: 182px;
height: 70px;
padding: 20px 15px 0px 123px;
margin: 10px 0px 0px 0px;
}

#navigbox {
background: url(../img/navigbg.jpg) no-repeat;
width: 182px;
height: 58px;
padding: 32px 15px 0px 123px;
margin: 10px 0px 0px 0px;
}

#filmbox {
background: url(../img/filmbg.jpg) no-repeat;
width: 182px;
height: 58px;
padding: 32px 15px 0px 123px;
margin: 10px 0px 0px 0px;
}

#demobox {
background: url(../img/demobg.jpg) no-repeat;
width: 182px;
height: 58px;
padding: 32px 15px 0px 123px;
margin: 10px 0px 0px 0px;
}

#trainbox {
background: url(../img/trainbg.jpg) no-repeat;
width: 182px;
height: 63px;
padding: 27px 15px 0px 123px;
margin: 10px 0px 0px 0px;
}

#arrow {
background: url(../img/arrow.jpg) no-repeat;
width: 308px;
height: 22px;
padding: 7px 0px 0px 12px;
font: 11px arial;
color: #4c4c4c;
margin: 10px 0px 0px 0px;
}

#arrow a {
font: 11px arial;
font-weight: bold;
color: #4769b3;
}

#arrow a:hover {
text-decoration: underline;
color: #1a90ff;
}

/* Footer
======================================================= */

#footer_wrapper {
width: 100%;
background: #f5f4ef url(../img/footerbg.jpg) repeat-x;
}

#footer {
width: 990px;
margin: 0 auto;
min-height: 112px;
height: auto !important;
height: 112px;
text-transform: uppercase;
text-align: left;
}

#footer ul {
height: 24px;
padding: 11px 0px 0px 0px;
margin: 0px 0px 0px 170px;
}

#footer li {
float: left;
font: 11px arial;
font-weight: bold;
color: #cccccc;
padding: 0px 2px 0px 2px;
}

#footer li a {
font: 11px arial;
font-weight: bold;
color: #cccccc;
}

#footer li a:hover {
color: #ffffff;
}

#footer p {
font: 10px arial;
color: #808080;
margin: 4px 0px 0px 165px;
}



/*additions cms*/

.internal-link, .internal-link-new-window, .external-link, .external-link-new-window {
	color: #465c8c;
	font-weight: bold;
}

#leftside ol {
	list-style-type: decimal;
	margin: 0px 0px 0px 45px;
	color: #465c8c;
	font: 11px verdana;
	font-weight: bold;
	line-height: 16px;
}

.csc-sitemap-level1 {
	padding: 6px;
	padding-left: 20px;
}
.csc-sitemap-level2 {
	padding-left: 40px;
}
.csc-sitemap-level3 {
	padding-left: 60px;
}
.csc-sitemap-level4 {
	padding-left: 80px;
}
.csc-sitemap a {
	color: #465c8c;
	font-weight: bold;
}


#navigation li a#aHome {
background: url(../img/navfirsthover.jpg) top left no-repeat;
color: #ffffff;
}

#navigation li a#aKontakt {
background: url(../img/navlasthover.jpg) top right no-repeat;
color: #ffffff;
}

#navigation li a#aUnternehmen, #navigation li a#aPhilosophie, #navigation li a#aDienstleistungen {
background: url(../img/navbghover.jpg) repeat-x;
color: #ffffff;
}

ul#kontakt li a {
 width: 115px;
}
