@import url(content.css);
@import url(forms.css);

/*
Theme Name: Corporate Website
Theme URI: http://www.design-aspekt.com/
Version: 1.0
Author: Design Aspekt (Martina Grabovszky)
*/


/* Layout */

html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background: url(../pix/back.gif) repeat-y;
	background-color: #559cdd;
	overflow: -moz-scrollbars-vertical;
}
#glanz {
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:150px;
	z-index:2;
}
[id=glanz] {
	background: url(../pix/glanz.png) repeat-x;
}
#siteback  {
	position: absolute;
	left: 0px;
	top: 0px;
	width:510px;
	height:100%;
	background: url(../pix/back.gif) repeat-y;
	z-index:1;
}
#layout {
	width: 970px;
	height:100%;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}


/* header */
#logo {
	position: absolute;
	left: 30px;
	top: 24px;
	margin: 0;
	padding: 0;
	z-index:3;
}

/* navigation */
#flashNavi {
	position: absolute;
	left: 0px;
	top: 153px;
	width: 100%;
	height: 450px;
	margin: 0;
	padding: 10px 0 0 0;
	z-index:20;
}
#mainNavi {
	position: absolute;
	left: 30px;
	top: 150px;
	width: 440px;
	color: #999;
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 0;
	z-index:4;
}
#mainNavi ul {
	float: left;
	width: 430px;
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}
#mainNavi ul li {
	height: 52px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#mainNavi ul li a {
	color: #ccc;
	text-decoration: none;
	display: block;
}
#mainNavi .hi {
	color: #4b89c2;
}
#mainNavi li li {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* subnavigation */
#subNavi {
	position: absolute;
	left: 510px;
	top: 127px;
	width: 460px;
	height: 24px;
	font-size: 12px;
	color: #afd0ee;
	background: url(../pix/subnavi_back.gif) no-repeat;
	margin: 0;
	padding: 0;
	z-index:5;
}
#subNavi ul {
	width: 460px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#subNavi ul li {
	float: left;
	font-weight: normal;
	padding: 0 20px 0 0 ;
}
#subNavi ul li a {
	color: #bfdef8;
	text-decoration: none;
}
#subNavi .hi {
	font-weight: bold;
	color: #fff;
}
#subNavi li li {
	font-weight: normal;
}

/* content */
#content {
	position: absolute;
	left: 510px;
	top: 190px;
	width: 460px;
	min-height: 400px;
	margin: 0;
	padding: 0;
	z-index:100;
}

* html #content {
    height: 1%;
}

*+html #content {
    height: 1%;
}


#path {
	display: none;
}
#footer  {
	display: none;
}

/* Standard-Formate */
div, p, img	{
	margin: 0;
	padding: 0;
	border: none;
}

.standardimg {
	float: right;
	margin-left:20px;
}
object {
	display: block;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

.floatleft	{ float: left; }
.floatright { float: right; }
.clear		{ clear: both; }
.subtext	{ display: none; }
.noMargin	{ margin: 0; }
.paragraph	{ margin-top: 0.9375em; }
.paragraphBottom	{ margin-bottom: 0.9375em; }

