/*

 _ _ . _  _| _ _    _ |  _|_. _  _ 
| | ||| |(_|| (/_\/(_)||_|| |(_)| |
      applied communication science

mindrevolution GmbH
Hermann-Löns-Str. 24
D-73770 Denkendorf

http://www.mindrevolution.com

Systems & Technology:     +49 (0)711 - 34 01 74 - 10
                          support@mindrevolution.com
Creative & Media:         +49 (0)711 - 34 01 74 - 20
                          media@mindrevolution.com
Service & Administration: +49 (0)711 - 34 01 74 - 0
                          post@mindrevolution.com

---
Version: 1.1
Date:    2005-03-06
Author:  1.0 - felix.woerz@mindrevolution.com
Author:  1.1 - felix.woerz@mindrevolution.com
---

*/


/* Base */
HTML {
	height: 100%;
}
HTML,BODY {
	height: 100%;
}
BODY {
	margin: 0px;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12px;
}
IMG {
	border: 0px;
}
P {
	margin-top: 10px;
	margin-bottom: 10px;
}
UL {
	margin-top: 10px;
	margin-bottom: 10px;
}

A {
	color: #727272;
	text-decoration: none;
	border-bottom: 1px dashed #727272;
}
A:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #EA6C02;
}


/* Content */
div.contentContainer {
	height: 450px;
	width: 990px;
}
div.personalImage {
	width: 250px;
	height: 450px;
	float: left;
	overflow: hidden;
}
div.contentArea {
	height: 450px;
	width: 730px;
	overflow: hidden;
}
div.textArea {
	height: 320px;
	width: 680px;
	overflow: hidden;
}
div.textPlace {
	margin-left: 40px;
	color: #727272;
}
a.contactNow {
	color: #727272;
	text-decoration: none;
	border-bottom: 1px dashed #727272;
}
a:hover.contactNow {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #EA6C02;
}


/*Reference*/
div.referenceContainer {
	position:relative;
	margin: 20px;
	margin-left: 40px;
	margin-right: 120px;
	padding: 10px;
	border: 1px solid #EA7202;
	height:66px;
}
div.reference {
	font-size: 14px;
	text-align: center;
}
div.referenceAuthor {
	text-align: right;
	font-size: 10px;
	font-style: italic;
	color: #727272;
	margin-top: 5px;
}


/*Subnavigation*/
table.subNavigationBaseline {
	height: 100%;
}
div.subNavigationArea {
	height: 130px;
	width: 730px;
}
div.subNavigationHolder {
	width: 270px;
	background-color:#FFFFFF;
}
div.subNavigationContainerTop {
	background-color:green;
}
div.subNavigationContainerContent {
	padding-top:5px;
	width: 250px;
	overflow: hidden;
	color: #E96F00;
	line-height: 1.4em;
	background-image: url(subnav_topBG.gif);
}
div.subNavigationContainerBottom {
	width: 250px;
	height: 17px;
}
a.subNavigation {
	color: #969696;
	text-decoration: none;
	margin-left: 15px;
	padding-left: 6px;
	font-weight: bold;
	border-bottom: 0px;
}
a:hover.subNavigation {
	margin-left: 15px;
	color: #969696;
	border-left: 1px solid #E96F00;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px;
	
}
a.subNavigationActive {
	margin-left: 15px;
	color: #E96F00;
	border-left: 1px solid #E96F00;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px;
}
a:hover.subNavigationActive {
	color: #969696;
	border-bottom: 0px;
}


/* Footer Navigastion */
div.footerNavigationBar {
	position: absolute;
	height: 113px;
	width: 100%;
	border-top: 2px solid #B5B5B5;
	background-image: url(navigation_bg.gif);
	overflow: hidden;
}
div.logoNavigationPosition {
	position: absolute;
	height: 90px;
	width: 990px;
}
div.logoPosition {
	position: absolute;
	padding-top: 20px;
	padding-left: 60px;
	width: 200px;
	height: 90px;
	float: left;
}
div.navigationContainer {
	position: absolute;
	left: 250px;
	width: 720px;
}
div.navigationItem {
	width: 102px;
	float: left;
	margin-right: 2px;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(tab_bg.gif);
}
div.navigationItemActive {
	width: 102px;
	float: left;
	margin-right: 2px;
	text-align: center;
	font-size: 12px;
	padding-top: 22px;
	padding-bottom: 5px;
	background-image: url(tab_bg-active.gif);
}
a.navigationItem {
	color: #969696;
	font-weight: bold;
	text-decoration: none;
	width: 100px;
	display: block;
	border-bottom: 0px;
}
a:hover.navigationItem {
	color: #000000;
	border-bottom: 0px;
}
a.navigationItemActive {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	width: 100px;
	display: block;
	border-bottom: 0px;
}
a:hover.navigationItemActive {
	color: #000000;
	border-bottom: 0px;
}
div.footerInformations {
	position: absolute;
	top:90px;
	width: 990px;
	font-size: 10px;
	text-align: center;
	color: #B5B5B5;
}
a.footerInformations {
	color: #B5B5B5;
	text-decoration: none;
	border-bottom: 0px;
}
a:hover.footerInformations {
	color: #000000;
	text-decoration: underline;
	border-bottom: 0px;
}
