@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;
	color: #979797;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background-color: #dfdfdf;
	overflow: -moz-scrollbars-vertical;
}

#layout {
	width: 600px;
	text-align: left;
	margin: 0px auto;
	padding: 0 0 15px 0;
	background-color: #fff;
}


/* header */

#path {
	position: relative;
	left: 0px;
	top: 0px;
	width: 600px;
	border-bottom: 1px solid #e2e2e3;
}
#path a {
	color: #ef4135;
}


#topnavi {
	display: none;
}

#fontSize {
	position: relative;
	float:left;
	left: 316px;
	top: 0px;
	width: 160px;
}
#fontSizeSelect ul {
	margin: 0;
	padding: 0;
}
#fontSizeSelect li {
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 6px;
	padding: 0;
}
#fontSizeSelect li a {
	color: #979797;
}
#fontSizeSelect li.hi a,
#fontSizeSelect li.hi span {
	color: #ef4135;
}
#fontSizeSelect li a.small,
#fontSizeSelect li span.small {
	font-size: 11px;
	line-height: 16px;
}
#fontSizeSelect li a.medium,
#fontSizeSelect li span.medium {
	font-size: 14px;
}
#fontSizeSelect li a.large,
#fontSizeSelect li span.large {
	font-size: 18px;
	line-height: 11px;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 145px;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px solid #bab9bc;
}
#logo {
	float: left;
	width: 318px;
	margin: 0;
	padding: 20px 0 0 0;
}

#logo a {
	outline: none;
}

/* navigation */
#mainNavi {
	display:none
}


/* content */
#content {
	width: 600px;
	min-height: 400px;
	margin: 0;
	padding: 0;
}

#content:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    visibility: hidden;
}

* html #content {
    height: 1%;
}

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


/* footer */
#footer {
	clear: both;
	position: relative;
	width: 600px;
	height:60px;
	margin: 0px;
	padding: 10px 0 5px 0;
	border-top: 1px solid #bab9bc;
}
#copyright {
	float: left;
	width: 320px;
	padding: 0;
}

#copyright a {
	outline: none;
}

#serviceNavi {
	display:none
}


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

object {
	display: block;
	margin: 0;
	padding: 0;
}

.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; }


/* Typo */

h1 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.3333em;
	line-height: 1.6364em;
	color: #ef4135;
	font-weight: bold;
	text-transform: uppercase;
}

h1 a {
	font-size: 1em;
	font-weight: normal !important;
	text-decoration: none !important;
}

h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.3333em;
	line-height: 1.6364em;
	color: #ef4135;
	font-weight: bold;
	text-transform: uppercase;
}

h2 a {
	font-size: 1em;
	font-weight: normal !important;
	text-decoration: none !important;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3333em;
	line-height: 1.6364em;
	color: #999;
	font-weight: bold;
}

h4 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.2727em;
	font-weight: bold;
}

hr {
	height: 1px;
	margin: 0;
	padding: 0;
	color: #aaa;
	background-color: #aaa;
	border: 0px solid #aaa;
}

img.detailImg {
	float: left;
}

.detailSmall {
	float: left;
	width: 365px;
	margin-left: 20px;
}

/* Links */

a,
a:link,
a:visited,
a:active {
	color: #ef4135;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.downloadLink {
	display: block;
	clear: both;
	margin: 6px 0 0 -4px;
}
a.downloadLink:hover {
	text-decoration: none;
}
a.downloadLink img {
	float: left;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

/* Lists */
ul {
	margin: 10px 0 10px 0;
	padding: 0 0 0 18px;
}

ol {
	margin: 10px 0 10px 0;
	padding: 0 0 0 26px;
}

ul {
	list-style-type: square;
}
#content ul {
	list-style-image: url(../pix/list_element.gif);
}
li {
	margin: 0;
	padding: 0;
}


/* Modules */
#homeText {
	display: none;
}
.introText {
	width: 280px;
	margin: 0px;
	padding: 20px 20px 20px 15px;
}

.wideColumn, .mediumColumn, .narrowColumn {
	width: 600px;
	margin: 0px;
	padding: 20px 0 20px 0;
}
.stdColumn {
	float: left;
	width: 280px;
	padding: 20px 20px 0 0;
	margin: 0;
}

#fallback {
	width: 600px;
	padding: 0;
	margin: 20px 0 20px 0;
}
#fallback img {
	width: 600px;
}
#keyvisual_small {
	display: none;
}
#keyvisual_large {
	display: none;
}
#keyvisual_map {
	display: none;
}

.stdPicture {
	float: left;
	width: 140px;
	padding: 5px 0 5px 0;
	margin-right: 20px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
#filter {
	width: 665px;
	height: 45px;
	margin-bottom: 1.2727em;
	border-bottom: 1px solid #c0c0c0;
}
#filter p {
	float: left;
	width: 100px;
	text-align: right;
}
#catSelect {
	width: 545px;
	margin-left: 20px;
}

.pagingTop {
	clear: both;
	border-bottom: 1px solid #aaa;
	margin: 0 0 14px 0;
	padding: 0 0 10px 0;
}

.pagingBottom {
	clear: both;
	border-top: 1px solid #aaa;
	margin: 14px 0 0 0;
	padding: 10px 0 0 0;
}


/* slideshow */

#homeSlideshow {
	display: none;
}

#homeImg {
	display: none;
	float: right;
	width: 640px;
	height: 400px;
	padding: 0;
	margin: 20px 15px 20px 0;
}


/* cusList */
#cusList, #cusImgList, #cusGridList {
	clear: both;
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 0;
	padding: 0;
	width: 100%;
}
#cusList:after, #cusImgList:after, #cusGridList:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    visibility: hidden;
}

* html #cusList {
    height: 1%;
}

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

* html #cusImgList {
    height: 1%;
}

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

* html #cusGridList {
    height: 1%;
}

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

#cusList ul, #cusImgList ul, #cusGridList ul {
	margin: 0;
	padding: 0;
}
#cusImgList li  {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding: 0px;
}
#cusList li, #cusGridList li  {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #aaa;
}
#cusList li.lastChild, #cusImgList li.lastChild, #cusGridList li.lastChild {
	margin: 0px;
	padding: 0px;
	border: 0;
}

#cusList li h2,
#cusImgList li h2,
#cusGridList li h2 {
	margin: 0;
	padding: 0;
}

.cusColumn {
	width: 440px;
	float: left;
}

#cusGridList div.dateCol {
	float: left;
	width: 140px;
	text-align: right;
}

#cusGridList div.imgCol {
	float: left;
	width: 140px;
	text-align: center;
}

#cusGridList div.textCol {
	float: left;
	width: 440px;
	padding: 0 0 0 20px;
}

#cusGridList div.textImgCol {
	float: left;
	width: 480px;
	padding: 0 0 0 20px;
}

#cusGridList li div.textImgCol h3 {
	margin: 0 0 1.2727em 0;
	padding: 0;
}

#cusGridList li div.textCol h3 {
	margin: 0;
	padding: 0;
}

/* FAQ */
#faqBlock li {
	margin-top: 1.2727em;
}

#faqBlock li ul {
	margin: 0;
}

#faqBlock li ul li {
	margin: 0;
}

#faqBlock li h3 {
	margin: 0;
	text-transform: none;
}

#faqBlock li div {
	display: none;
	margin: 0.4545em 0 0 0;
}

/* SEARCH */
#searchList li {
	margin-top: 1.2727em;
	margin-bottom: 1.2727em;
}


/* Sitemap */

#sitemapTable {
	width: 640px;
}

#sitemapTable td {
	padding: 0 20px 0 0;
}

#sitemapTable ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#sitemapTable li ul {
	margin: 3px 0 3px 0;
}

#sitemapTable li ul li ul {
	margin: 0 0 0 20px;
}

#sitemapTable td ul li a {
	font-weight: bold !important;
}

#sitemapTable li ul li a {
	font-weight: normal !important;
}


/* table elements */

table {
	margin: 0;
	padding: 0;
	border-style: none;
}

td {
	padding: 0;
}

