@import url(jquery.fancybox.css);

/*
Theme Name: Corporate Website
Version: 1.0
Author: Design Aspekt (MG)
*/


/* ------------------------------------------ LAYOUT */
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

/* ------------------------------------------ BACKGROUND */
#layout {
	position: absolute;
	left:0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}
#layout img {
	width:100%;
}
#slideshowObject {
	display:none;
}

/* ------------------------------------------ START CONTENT */
#siteContent {
	position: relative;
	width: 870px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #fff;
	background: transparent url(../pix/content_bk.png) repeat;
	z-index: 20;
}
#logo {
	position: relative;
	top: 0px;
	width: 870px;
	height: 117px;
	border-top: solid 2px #f00;
}
#logo a {
	float: left;
	width:  205px;
	height: 116px;
	margin: 0px;
}
#logo .slogan {
	float: left;
	width: 570px;
	margin-top: 35px;
	font-family: Times, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #999;
}
/* --------------------- Navigation */
#navigationbar  {
	display:none;
}

.show {
	display:none;
}
.close {
	display:none;
}
.back {
	position:absolute;
	top:48px;
	left:200px;
	width: 15px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	z-index:20000;
}
/* ------------------------------------------ CONTENT */
#content {
	position: relative;
	width: 870px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #000;
}
/* ------------------------------------------ Subavigation */
#subnavi  {
	display:none;
}

/* ------------------------------------------ CONTENT ELEMENTE */
.colbox {
	width: 570px;
	float:left;
	margin: 0px;
	padding: 35px 30px 30px 30px;
}

/* ------------------------------------------ FONTS */
h1 {
	font-family: Times, Arial, Helvetica, sans-serif;
	margin: 0 0 28px 0;
	padding: 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}

h2 {
	font-family: Times, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	font-style: italic;
}
h3 {
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
p {
	margin:16px 0 16px 0;
	padding:0;
}
h3 + p, h4 + p {
	margin:0 0 0 0;
}

a {
	text-decoration: none;
	color:#ed1c24;
}

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

ul {
	list-style-type: dot;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0 0 0 14px;
	padding: 0 0 0 6px;
	text-indent:0px !important;
}


ul.list {
	list-style-type: none;
	list-style-image: none;
	margin: 1px 0 30px 0;
	padding: 0;
}
ul.list li {
	margin: 0;
	padding: 12px 0 12px 0 ;
	border-top: solid 1px #999;
	text-indent:0px !important;
}
ul.list li.past {
	color: #999;
}
ul.list .date {
	width: 110px;
	margin-right: 30px;
	float:left;
}
ul.list .details {
	width: 400px;
	float:left;
}
.space {
	clear: both;
}

.dropdownlist ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.dropdownlist ul li p {
	margin: 0;
	padding: 0 0 12px 0 ;
	text-indent:0px !important;
}

.imgNavi {
	padding: 12px 0 12px 0;
}
.imgNavi img {
	vertical-align:top;
	margin: 0 6px 12px 0;
}
	

.paging {
	width: 100%;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 6px 0 6px 0;
}
.paging:after {
	clear: both;
	content: "\00a0";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .paging {
	height: 1%;
}
*+html .paging {
	min-height: 1%;
}


#paging-top {
	border-top: solid 1px #000;
}
#paging-bottom {
	border-top: solid 1px #999;
	border-bottom: solid 1px #000;
}
.paging a:link,
.paging a:visited,
.paging a:active {
	color: #da3c0c;
	text-decoration: none;
}
.paging a:hover,
.paging a:link.hi,
.paging a:visited.hi,
.paging a:active.hi {
	color: #da3c0c;
	font-weight: bold;
	text-decoration: none;
}


.paging li {
	list-style: none;
	float: left;
}
.paging li * {
	display: block;
	padding: 0 10px 0 0;
}

/* ------------------------------------------ Form elements */

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

select, input, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	width: 98%;
	margin: 0 0 4px 0;
	padding: 2px;
	color: #4a4a4a;
	border-top: 1px solid #9e9e9e;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #9e9e9e;
	background-color: #fff;
}
select {
	width: 100%;
}
textarea {
	overflow: auto;
}

button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #ed1c24;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
	border-left: 1px solid #d6d6d6;
	margin: 0 4px 0 0;
	padding: 0 4px 0 4px;
}

.radio {
	width: auto;
	margin: 0 4px 0 4px;
	vertical-align: middle;
	border: 0;
}

.noborder {
	border-style: none;
}
/* ------------------------------------------ Tabs */
.tabs ul,
.tabs h3 {
	left: -9999em;
	top: -9999em;
}

.jsenabled .tabs ul,
.jsenabled .tabs h3 {
	position: absolute !important;
}

.jsenabled .tabs ul.current,
.jsenabled .tabs ul.current ul,
.jsenabled .tabs ul.current h3 {
	position: static !important;
}

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

