/* @group basics */

html {
	text-align: center;
}

body {
	text-align: left;
	position: relative;
	background: #fff url(../images/bg.gif) repeat-y center;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	width: 990px;
}

h1, h2, h3, h4, div, p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.8em;
	padding: 10px 0;
	border-top: 0px solid #ccc;
	margin-top: 20px;
	background: #fff url(../images/bg_h1.gif) no-repeat center;
	background-position: 50% -98px;
}

h2 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h3, h4 {
	font-size: 1.2em;
}

h3 {
	padding-top: 10px;
}

h4 {
	color: #666
}

p, td, th {
	font-size: 1.2em;
	line-height: 1.5em;
}

ul {
	list-style-type: square; /* lists (possible: disc, decimal, square, circle) */
	margin: 0;
	padding: 0px 0px 10px 14px;
}

li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0px;
	margin-left: 3px;
	padding: 0px;
}

img {
	border: 0;
	padding:0;
	margin:0;
}

form p {
	padding: 0px;
	margin: 0px;
}

a {
	color: #c00;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

span.print-only {
	display: none
}

#pagetitle {
	position: relative;
	clear: both;
}


table  { 
	border-collapse:collapse; 
	table-layout:auto;
	width:600px;
	}

td, th { 
	border:none; 
	padding: 5px 10px 2px 0px ; 
	vertical-align:top;
	text-align:left;
	}
td { 
	border-bottom: 1px solid #999 ; 
	padding: 0 10px 5px 0px ; 
	}

table.pict td { 
	border: none; 
	padding: 0 10px 10px 0px ;
	width:inherit; 
	}

/* @end */
	
/* @group links special */

a.link {
	display: inline-block;
	padding: 0px 15px 0px 5px;
	border: 1px solid #ffcad6;
	background:#fff url(../images/icon_link.gif) no-repeat right center;
}
a.link-movie img  { 
	width:auto; 
	display:block; 
	border:1px solid #ccc; 
	padding:2px; 
	margin-top:5px
}

a:hover.link {
	display: inline-block;
	border: 1px solid #c00;
	text-decoration: none;
	background:#f5f5f5 url(../images/icon_link_on.gif) no-repeat right center;
}

/* @end */

/* @group header */

#header {
	position: relative;
	clear: both;
	height: 90px;
	background: #c00;
}

#logo, #logo_print {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
}

#logo_print {
	display: none;
}

#claim {
	position: absolute;
	top: 62px;
	left: 80px;
	display: block;
	text-align: left;
}

#claim p {
	color: #000;
	display: block;
}

/* @end */

/* @group menubar */

#menubar {
	position: relative;
	clear: both;
	background: #fff url("../images/mainmenu.gif") repeat-x top;
	display: block;
	border-top: 1px solid #900;
	border-left: 1px solid #900;
	border-right: 1px solid #900;
	font-size: 1.1em;
}

#mainmenu {
	margin-right: 180px;
	width: 700px;
}

#mainmenu a {
	padding: 4px 10px 5px 10px;
	color: #400;
	float: left;
	display: block;
	font-weight: bold;
	background: url("../images/mainmenu_off.gif") right top no-repeat;
}

#mainmenu a:hover {
	color: #fff;
}

#mainmenu a.selected:hover {
	color: #c00 !important;
}

#mainmenu a.selected {
	color: #000;
	background: url("../images/mainmenu_on.gif") right top no-repeat;
}

#body-home a#nav-home, 
#body-products a#nav-products, 
#body-customers a#nav-customers, 
#body-aboutus a#nav-aboutus, 
#body-news a#nav-news, 
#body-contact a#nav-contact 
 {
	color: #000;
	background: url("../images/mainmenu_on.gif") right top no-repeat;
}

#languagemenu {
	float: right;
	text-align: right;
	display: block;
}

#languagemenu a {
	padding: 4px 10px 5px 10px;
	color: #400;
	float: left;
	display: block;
	font-weight: bold;
	background: url("../images/mainmenu_off.gif") left top no-repeat;
}

#languagemenu > a:hover, #mainmenu a.selected:hover {
	color: #fff;
}

#languagemenu > a.selected {
	color: #fff;
}

/* @end */

/* @group submenubar */

#submenu {
	position: relative;
	clear: both;
	background: url("../images/submenu.gif") repeat-x bottom;
	display: block;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 1.1em;
}

#submenu a {
	padding: 5px 10px;
	color: #bbb;
	float: left;
	display: block;
	font-weight: bold;
	background: #fff url("../images/submenu_off.gif") right bottom no-repeat;
}

#submenu a:hover, #submenu a.selected:hover {
	color: #c00;
}

#submenu a.selected {
	color: #000;
	background: url("../images/submenu_on.gif") right bottom no-repeat;
}

/* @end */

/* @group pagequote */

#pagequote {
	position: relative;
	clear: both;
	height: 220px;
	width: 988px;
	border: 1px solid #999;
	margin-bottom: 20px;
	overflow: hidden;
}

.pagequote-border {
	postion: relative;
	border: 5px solid #fff;
	height: 210px;
	overflow: hidden;
}

#pagequote-text, #pagequote-text2 {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 230px;
	height: 200px;
	background: url(../images/transparent.png)
}

#pagequote h2 {
	font-size: 1.6em;
	color: #666;
	font-weight: normal;
	line-height: 1.4em;
	padding: 10px;
}

#pagequote p {
	font-size: 1.2em;
	color: #000;
	padding: 10px;
}

/* @end */

/* @group Content -------------- */

#content {
	position: relative;
	clear: both;
	margin-bottom: 10px;
}

#leftcolumn {
	float: left;
	width: 700px;
}

#infocolumn {
	float: right;
	width: 240px;
}

#leftcolumn h2 {
	color: #666;
}

#leftcolumn h2, h3 {
	padding-bottom: 5px;
}

#leftcolumn p {
	padding-right: 30px;
	padding-bottom: 10px;
}

/* @end */

/* @group footer ----------- */

#footer {
	position: relative;
	display: block;
	clear: both;
	border: 1px solid #999;
	color: #666;
}

#copyright {
	float: right;
	text-align: right;
}

#copyright p {
	padding: 5px 10px;
	float: left;
	display: block;
	font-weight: bold;
	font-size: 1.0em;
}

#breadcrumb {
	margin-right: 242px;
	width: 550px;
}

#breadcrumb p {
	padding: 5px 10px;
	float: left;
	display: block;
	font-weight: bold;
	font-size: 1.0em;
}

#breadcrumb  a:link, #breadcrumb  a:visited {
	color: #666;
}

#breadcrumb  a:hover, #breadcrumb  a:active {
	color: #c00 !important;
}


/* @end */

/* @group banner -------------- */

.banner {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #999;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.banner h3 {
	background: url("../images/banner.bg.gif") repeat-y;
	padding: 2px 5px;
	margin: 5px;
}

.banner p {
	padding: 7px 10px;
}

.banner ul {
	padding-top: 5px;
	padding-left: 20px;
}

.banner p.image {
	background: url("../images/design/banner_bild.jpg") no-repeat;
	height: 170px;
	padding: 0px;
}

.banner img {
	padding: 0px;
	padding-left: 5px;
	margin-bottom:5px;
	width: 230px;
}

/* @end */

/* @group clearfix */

/* /// Clears Hights with Parents and Childs <DIV> //////////////////////////////////////////////////  */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* @end */