body {
	background-color:#003366;
	/* background-color:#FFFED7; */
	margin:0px;
	font-family: tahoma, Verdana, sans-serif;
	font-size: small;
}



/* General Formats: Paragraphs, Headings, etc. */

p {
	padding-left:15px;
	margin-top:3px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: white;
	margin-top: 0;
	line-height:30px;
	background-color:#003366;
	padding-left:10px;
	border-top:1px #ffffff dotted;
	border-bottom:1px #ffffff dotted;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #003366;
}

h2 {
	margin: 0px;
	color: #006699;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	padding-left:5px;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}

h2.padding {
	padding-left:15px;
}

h3 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-left:10px;
}

h4 {
	margin: 0;
	color: white;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	background-color:#AC2232;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

img
{  
  border-style: none;
}


.hr {
	width:100%;
	height:8px;
	background-image:url(../img/dots-hr.gif);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-repeat:repeat-x;
	background-position:center;
}

.indenttext {
	padding-left:10px;
	padding-right:10px;
}

a:link, a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* Rounded Panel */

div.roundpanel_holder {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:white;
}

div.roundpanel_border_top {
	width:1000px;
	height:16px;
	background-image:url(../img/curve_top.jpg);
	background-repeat:no-repeat;
}

div.roundpanel_border_bottom {
	clear:both;
	height:17px;
	background-image:url(../img/curve_btm.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

div.roundpanel_border_left {
	float:left;
	width:5px;
	/* Leider für IE 6 auskommentiert */
	/* height:600px; */
	background-image:url(../img/curve_left.jpg); 
	background-repeat:no-repeat;
}

div.roundpanel_border_right {
	float:right;
	width:5px;
	/* height:600px; */
	background-image:url(../img/curve_right.jpg);
	background-repeat:no-repeat;
}

div.roundpanel_content {
	min-height:600px;
	background-image:url(../img/content_bg.jpg);
	background-repeat:repeat-x;
	padding-top:8px;
	padding-left:15px;
	padding-right:15px;
}



/* Header */

#header {
	position:relative;
	width:100%;
	height:90px;
	margin-bottom:10px;
}

#header_logo {
	position:absolute;
	top:0px;
	left:0px;
}

#header_slogan {
	position:absolute;
	margin-top:10px;
	margin-right:10px;
	top:0px;
	right:0px;
}

#header_address {
	position:absolute;
	bottom:0px;
	left:5px;
	font-size:11px;
	font-weight:bold;
	color:#003366;
}

#header_email {
	position:absolute;
	bottom:0px;
	right:10px;
	font-size:11px;
	font-weight:bold;
	color:white;
}



/* Focus Block */

#focusblock {
}

#focusblock_left {
	float:left;
	width:227px;
	height:223px; 
	background-color:#003366;
}

#focusblock_right {
	float:right;
	width:709px;
	height:224px;
}



/* Main Content */

#left_content {
	float:left;
	width:227px;
	margin-top:15px;
}

#right_content {
	float:right;
	width:709px;
	margin-top:15px;
	padding-left: 15px;
	border-left: solid 1px #F2F2F2;
}



/* Footer */

#requestform {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	/*text-valign:left;*/
	margin-top:10px;
	margin-bottom:5px;
	color:white;
}

#footer {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom: 20px;
	color:white;
}

#footer_left {
  float: left;
  text-align:left;
  width: 480px;
}
#footer_center {
}
#footer_right {
  float: right;
  text-align:right;
  margin-right:0px ;
  top: 0px;
  margin-right: 0px;
  width: 480px;
}


#footer a:link, #footer a:visited {
	color: #BBBBBB;
	text-decoration: none;
}



/* Site Navigation */

ul#mainnav {
	width:197px;
	background-color:#003366;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:6px;
	margin:0px;
}

ul#mainnav li {
	list-style-type:none;
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid white;
}

ul#mainnav * a#mainnav_current {
	color:#FFCC00;
	text-decoration:underline;
}

ul#mainnav * a:link, ul#mainnav * a:visited {
	color: #DDDDDD;
	text-decoration: none;
	font-weight:bold;
}

ul#mainnav * a:hover {
	color:#FFCC00;
	text-decoration:none;
}

ul#subnav {
	width:197px;
	background-color:#ac2232;
	padding:15px;
	padding-top:8px;
	margin:0px;
}

ul#subnav li {
	list-style-type:none;
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dashed white;
}

ul#subnav * a#subnav_current {
	color:#FFCC00;
	text-decoration:underline;
}

ul#subnav * a:link, ul#subnav * a:visited {
	color: white;
	text-decoration: none;
}

ul#subnav * a:hover{
	color:#FFCC00;
	text-decoration:none;
}

ul#langselector {
	float:right;
	padding-right:10px;
	padding-left:2px;
	padding-top:10px;
}

ul#langselector li {
	list-style: none;
	display: inline;
	border: none;
}

ul#langselector * img {
	border: none;
}



/* Machine List */

div#machlist { 
	float:left;
	min-height:500px;
	height:100%;	 
	width:100px; 
	overflow: auto;
	background-color:#809AB3;
	text-align:center;
}

div#machlist h2 {
	font-size:100%;
	font-weight:bold;
	padding:5px;
	background-color:#003366;
	color:white;
}

div#machlist ul {
	margin-left:0px;
	margin-top:0px;
	overflow:auto;
	width:100px;
	padding-left:0px;
}

div#machlist * li {
	list-style-type:none;
	padding-top:4px;
	padding-bottom:4px;
}

div#machlist * li.row1 {
	border-bottom:1px solid white;
}

div#machlist * li.row2 {
	border-bottom:1px solid white;
}

div#machlist * li.notavailable {
	padding-top:10px;
}

div#machlist * a:link, div#machlist * a:visited {
	color:#003366;
}

div#machlist * a#machlist_current {
	color:#FFCC00;
}

div#requ_heading h2 {
	font-size:100%;
	font-weight:bold;
	padding:5px;
	background-color:#003366;
	color:white;
	text-align:center;
}


/* Machine Details */

div#machdetails {
	/*float:right;*/
	position:relative;
	min-height:500px;
	height:100%;
	width:585px; 
	background-color:#809AB3;
	text-align:left;
	padding-bottom: 10px;
}

div#machdetails h2 {
	font-size:100%;
	font-weight:bold;
	padding:5px;
	background-color:#003366;
	color:white;
	text-align:center;
}

#machdetails_spec {
	width:350px;
	margin-top:10px;
	margin-left:10px;
	color:#003366;
}

#machdetails_spec * td.attr {
	vertical-align:top;
	width:120px;
}

#machdetails_spec * td.value {
	vertical-align:top;
	font-weight:bold;
}

#machdetails_images {
	position:absolute;
	top:20px;
	right:0px;
	margin-top:15px;
	margin-right:10px;
}

#machdetails_images .selectedimage {
	margin-bottom:10px;
	border:1px solid #FFCC00;
}


#gallery_images {
	position:relative;
	text-align:center;
	margin-top:15px;
}

#gallery_images .selectedimage {
	margin-bottom:10px;
}

#gallery_images .thumbimage {
	margin-right:5px;
	border:1px solid #003366;
}

#gallery_images .thumbimage:hover {
	border:1px solid #FFCC00;
}

#gallery_images .thumbimage#selected {
	border:1px solid #FFCC00;
}

#machdetails_controls {
	clear:both;
	float:right;
	margin-right:50px;
	word-spacing:1em;
	margin-top:20px;
}

#machdetails_controls * img {
	vertical-align:middle;
}

#machdetails_controls a:link, #machdetails_controls a:visited {
	font-size:100%;
	font-weight:bold;
}

#machdetails_controls a:hover {
	text-decoration:none;
	color:#FFCC00;
}


/* Newsletter Formular*/
/*Funktioniert nicht!*/

input.text, textarea.text, input.inputform, textarea.inputform{
 border:1px solid;
 border-color:#474E66 #E7E8ED #E7E8ED #474E66;
 padding:2px 4px 2px 4px;
} 

input.text:focus, textarea.text:focus{
 border:1px solid;
 border-color:#002276 #4A5F9A #4A5F9A #002276;
 background-color:#EBF5FF;
} 
