/*
*************************************************

    decide Internet Services
    General Screen Styles

*************************************************
*/
	/** Global Settings **********************************************************/
body {
	border-top: 3px solid #c03;
	color: #333;
	font: 62.5% 'Lucida Grande', Arial, sans-serif;
	margin: 0 auto;
	text-align: center;
}

/** Cutie Little Helpers *****************************************************/
@media screen , print {
	.Skip {
		left: -1000em;
		position: absolute;
		width: 20em;
	}
	hr.Get-A-Clear {
		content: ".";
		clear: both;
		display: block;
		float: left;
		height: 0;
		line-height: 0px;
		margin: -2em 0 0 0;
		visibility: hidden;
	}
}

.Airbox {
	overflow: hidden;
}

.HideMe {
	display: none;
	visibility: hidden;
}

.Clear {
	clear: both;
	padding-top: 15px;
}

* html .Clear {
	clear: both;
	padding-top: 5px;
}

/** P A N D O R A ************************************************************/
#Pandora {
	width: 880px;
	margin-top: 34px;
	margin-right: auto;
	margin-left: 40px;
}

#Main {
	float: left;
	width: 906px;
	margin-right: auto;
	margin-bottom: 42px;
	margin-left: auto;
	text-align: left;
}

#SideBar {
	background: url(../images/sidebar_bg.png) no-repeat top left;
	float: left;
	width: 210px;
}

#Content {
	float: left;
	width: 670px;
	/* padding-top: 68px; */
}

/** Header Components ********************************************************/
h1 {
	margin: 0;
	padding: 0;
}

h1 a,h1 span {
	display: block;
	height: 38px;
	text-indent: -9999px;
	width: 200px;
	z-index: 1000; /* need for FX and IE */
}

h1 a:hover {
	cursor: pointer; /* IE7 */
}

/** Content Components *******************************************************/
h2 {
	color: #c03;
	font-size: 2em;
	font-weight: normal;
	margin: 12px 0;
}

h3 {
	color: #686868;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h4 {
	color: #686868;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

p {
	font-size: 1.2em;
	line-height: 150%;
	margin-bottom: 10px;
}

a:link,a:visited {
	color: #c03;
	text-decoration: none;
}

a:hover,a:active {
	color: black;
	text-decoration: underline;
}

#Intro {
	border-left: 6px solid #c03;
	margin: 0 0 48px 0;
}

#SideBar ol {
	margin: 27px 42px 0 0;
	padding: 0 0 15px 0;
	list-style-position: inside;
}

#SideBar ol li {
	font-size: 1.1em;
	margin: 0 0 8px 0;
	color: #686868;
}

#SideBar ol li a {
	color: #686868;
	text-decoration: none;
}

#SideBar ol li a:hover {
	text-decoration: none;
	color: #c03;
}

#SideBar dl {
	margin: 166px 32px 0 0;
}

#SideBar dl dt {
	margin: 0 0 3px 0;
	color: #686868;
	font-size: 1.1em;
	font-weight: bold;
}

#SideBar dl dd {
	margin: 0 0 3px 0;
	color: #999;
	font-size: 1.1em;
}

/*-------------------------------------------    
    Container
-------------------------------------------*/
.Container {
	clear: both;
	padding: 12px 12px 4px 20px;
	margin-bottom: 24px;
}

#Shader {
	
}

#Shader {
	position: fixed;
	left: 0px;
	bottom: 0px;
	overflow: visible;
	height: 150px;
	width: 100%;
	background-image: url('../images/decide_shad.png');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	z-index: 1000000000;
	border: none;
	float: none;
}

* html #Shader {
	display: none;
}

.Office {
	height: 48px;
	margin-bottom: 20px;
	padding-top: 5px;
}

.Office p {
	margin-left: 72px;
}

.Office strong {
	color: #c03;
}

.Open {
	background: transparent url('../images/office_open.png') no-repeat 16px center;
}

.Closed {
	background: transparent url('../images/office_closed.png') no-repeat 16px center;
}

address {
	font-size: 1.2em;
	line-height: 130%;
	margin-bottom: 12px;
}

.Footnote {
	font-size: 1.1em;
}

#Imprint blockquote {
	color: #686868;
	font-size: 0.9em;
	text-align: justify;
}

.footer { 
	clear: both; 
	padding-top: 40px;
	padding-left: 20px;
}
