/* Autor: Dirk Petscheleit --- www.roterblitz.de */

/*  ##############
	### undo -> Alle Formatierungen in verschiedenen Browsern auf den gleichen Stand setzen 
	############## 
*/

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

ul,ol,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

/*  ##############
	### Layout festlegen: CSS-Frames
	############## 
*/

html,body {
	margin:0;
	padding:0;
	height:100%; 
}

html>body #wrap {height:100%;} 

#wrap {
	width:705px;
	margin:0 auto;
	text-align:left;
}

#header {
	width:705px;
	height: 149px;
	background: transparent url(../images/layout/header.jpg) top left no-repeat;
}

html>body #header {
	position:fixed;
	z-index:10; 
}

html>body #content-wrap {height:100%;} 
html>body #content {padding:160px 1em;} 

#footer {
	width:705px;
	height:46px;
	background: transparent url(../images/layout/footer.jpg) top left no-repeat;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; 
}

/*  ##############
	### Generelle Formatierungen
	############## 
*/

body {
	color:#000000;
	font:11px/1.5 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background: white url(../images/layout/content.jpg) center repeat-y;
	text-align: center;

}

h1 {
	margin:0.25em 0;
	font:normal 14px/1.1 Arial,sans-serif;
	letter-spacing:1px;
	border-bottom: 1px solid #339933;
	color: #339933;
}

h2 {
	font-size:  12px;
	font-weight:  bold;
}
p {
	margin:1em 0;
}

a:link,
a:visited {
	border-bottom:1px dotted;
	color:#AE4F0C;
	font-weight:bold;
	text-decoration:none;
}
a:focus,
a:hover {
	border-bottom-style:solid;
	color:#D03900;
}


#content-wrap {
	
}

#content {
	margin-left: 150px;
	
}


/*  ##############
	### Navigation
	############## 
*/

/* Styling für die Obere Navigation */

ul#navigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 28px;
	margin-top: 108px;
	margin-left: 9px;
}
ul#navigation li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;	
}

ul#navigation li a {
	border: 0;
	display: block;
	height: 28px;
}

/* Rollover Effekte für die Oberen Navigation */

li#deutsch a {
	background: transparent url(../images/navigation/deutsch.jpg) top left no-repeat;
	width: 44px;
}

li#deutsch a:hover {
	background: transparent url(../images/navigation/over/deutsch.jpg) top left no-repeat;
}

li#englisch a {
	background: transparent url(../images/navigation/englisch.jpg) top left no-repeat;
	width: 54px;
}

li#englisch a:hover {
	background: transparent url(../images/navigation/over/englisch.jpg) top left no-repeat;
}

li#unternehmen a {
	background: transparent url(../images/navigation/unternehmen.jpg) top left no-repeat;
	width: 150px;
}

li#unternehmen a:hover {
	background: transparent url(../images/navigation/over/unternehmen.jpg) top left no-repeat;
}

li#produkte a {
	background: transparent url(../images/navigation/produkte.jpg) top left no-repeat;
	width: 101px;
}

li#produkte a:hover {
	background: transparent url(../images/navigation/over/produkte.jpg) top left no-repeat;
}

li#prozesse a {
	background: transparent url(../images/navigation/prozesse.jpg) top left no-repeat;
	width: 56px;
}

li#prozesse a:hover {
	background: transparent url(../images/navigation/over/prozesse.jpg) top left no-repeat;
}

li#kontakt a {
	background: transparent url(../images/navigation/kontakt.jpg) top left no-repeat;
	width: 81px;
}

li#kontakt a:hover {
	background: transparent url(../images/navigation/over/kontakt.jpg) top left no-repeat;
}


/* Navigation auf der linken Seite */

#subNavigation {
	position: absolute;
	margin-top: 20px;
	width: 130px;
}

#subNavigation li a {
	margin-left: 5px;
	width: 110px;
	display: block;
	padding: 3px;
	border-bottom: 1px solid black;
	color: #FFFFCC;
}

#subNavigation li a:hover {
	color: #FFFFFF;
}


/* Weitere Formatierungen */

.imageLeft {
	float:  left;
	margin:  10px 10px 10px 0;
}

.imageRight {
	float:  right;
	margin:  10px 0 10px 10px;
}

table {
	width:  100%;
	text-align:  left;
}

#content ul {
	margin-left:  20px;
	margin-top:  10px;
	list-style-type: square;
	list-style-position: inside;
}

