@import url(forms.css);

/*
Theme Name: Corporate Website
Theme URI: http://www.design-aspekt.com/
Version: 1.0
Author: Design Aspekt (Oliver Hilscher)
*/


/* Layout */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 28px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #4a4a4a;
	text-decoration: none;
	text-align: left;
	background-color: #fff;
}

#layout {
	position: relative;
	width: 600px;
	text-align: left;
	margin: 0px auto;
	padding: 0;
}


/* header */

#logo {
	margin-bottom: 30px;
}

#slogan {
	display: none;
}


/* search bar */

#searchBar {
	display: none;
}


/* navigation */

#navigation {
	display: none;
}


/* content */

#content {
	margin-bottom: 20px;
}

#path {
	position: absolute;
	top: 38px;
	right: 0;
	width: 400px;
	padding: 0 0 5px 200px;
	color: #999;
	text-align: right;
	border-bottom: 1px solid #d8d8d8;
}

#path a {
	color: #999;
}

#imgBlend {
	display: none;
}

#keyvisual {
	display: none;
}

h2 {
	margin: 1em 0 0.2727em 0;
	padding: 0;
	font-size: 1.6364em;
	line-height: 1.3333em;
	color: #0057a3;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	margin: 1.5455em 0 1.2727em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.2727em;
	color: #0057a3;
	font-weight: bold;
	text-transform: uppercase;
}

.blueBox h3,
.whiteBox h3 {
	margin: 0;
	padding: 10px 0 0 10px;
	width: 346px;
	background: url(../pix/home_box_blue_top.gif) no-repeat;
}

.whiteBox h3 {
	width: 344px;
	background: url(../pix/home_box_white_top.gif) no-repeat;
}

hr {
	height: 1px;
	margin: 0;
	padding: 0;
	color: #8e8e8e;
	background-color: #8e8e8e;
	border: 0px solid #8e8e8e;
}


/* Boxes */

.blueBox {
	float: left;
	width: 356px;
	background: url(../pix/home_box_blue_bottom.gif) right bottom;
}

.whiteBox {
	float: left;
	width: 354px;
	background: url(../pix/home_box_white_bottom.gif) right bottom;
}

.blueBox .content,
.whiteBox .content {
	padding: 0 10px 10px 10px;
}


/* Links */

a:link, a:visited, a:active {
	color: #8f8c79;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

#content a:link, #content a:visited, #content a:active, #content a:hover {
	font-weight: bold;
	color: #3379b5;
	text-decoration: none;
}


/* Modules */

.introText {
	margin: 38px 0 0 0;
	font-size: 1.6364em;
	line-height: 1.3333em;
	color: #888;
}

.introText div,
.introText p,
.introText h1 {
	display: inline;
}

.introText h1 {
	font-size: 1em;
	line-height: 1.3333em;
	color: #0057a3;
	font-weight: normal;
}

.stdColumn {
	float: left;
	width: 355px;
	padding: 0 20px 0 0;
}

.stdPicture {
	float: left;
	padding: 7px 0 7px 0;
	width: 185px;
	border-top: 1px solid #0057a3;
	border-bottom: 1px solid #0057a3;
}

.wideColumn {
	width: 570px;
}

/*
 * cusList
 */
#cusList, #cusImgList {
	margin: 0;
	padding: 0;
	width: 570px;
	list-style: none;
}

#cusList li, #cusImgList li {
	clear: both;
	float: left;
	width: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c0c0c0;
}

#cusImgList li {
	margin-bottom: 20px;
	padding-bottom: 0;
	border: 0;
}

#cusList li.lastChild {
	margin: 0;
	padding: 0;
	border: 0;
}

#cusList li h2, #cusImgList li h2 {
	margin: 0;
	padding: 0;
}

.cusColumn {
	padding-left: 20px;
	float: left;
	width: 365px;
}


/* Lists */

ul, ol {
	margin: 7px 0 7px 0;
	padding: 0 0 0 18px;
}

ul {
	list-style-type: square;
}

li {
	margin: 0;
	padding: 0;
}

.searchList li {
	margin: 0 0 10px 0;
}


/* table elements */

table {
	margin: 0;
	padding: 0;
	border-style: none;
}

td {
	padding: 0;
}

#sitemapTable {
	width: 856px;
	margin: 10px 0 0 0;
}

#sitemapTable td {
	padding: 5px 20px 5px 15px;
	border-left: 1px solid #ffffff;
}



/* footer */

#footer {
	clear: both;
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 10px;
	line-height: 13px;
	border-top: 1px solid #d8d8d8;
}

#tools {
	display: none;
}

#serviceNavi {
	color: #999;
}

#serviceNavi #navi {
	display: none;
}


/* Standard-Formate */

div, p, img	{
	margin: 0;
	padding: 0;
	border: none;
}

object {
	margin: 0;
	padding: 0;
}

.floatleft	{ float: left; }
.floatright { float: right; }
.clear		{ clear: both; }
.subtext	{ display: none; }
.noMargin	{ margin: 0; }
