/*font-size:12px, line-height:15px as default */

/*Fuer IE 6*/
html {font-size:100%;}
* html body { font-size:75%; }

/* Fuer Moderne Browser ohne IE 7 */
html>/**/body {font-size:12px}

/* Fuer nur IE 7 */
*+html body { font-size:75%; } 

body, img, form, table, input, textarea, h1, h2, h3, h4, h5, h6, p,ul#priNav,ul#secNav, li {
	border:0;
	margin:0;
	padding:0;
}
ul#priNav {
	list-style:none;
}
ul#secNav {
	list-style:none;
}
li.tertiary {
	margin-left:20px;
}

ul {
	list-style:square;
}

body {
	width:970px;
	background-color:#003366;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	font-family:Arial, sans-serif;
	color:#333333;
	line-height: 1.25em;
}
/*
		Layout
*/
#logo{
	position:absolute;
	top:84px;
	left:504px;
}
#logo a {
	display:block;
	width:207px;
	height:22px;
}
#lead{
	position:absolute;
	top:233px;
	left:60px;
}
.minHeight {
	float:right;
	display:inline;
	width:1px;
}
.minHBrowser {
	height:595px;
}

.minHContent {
	height:474px;
}
#main {
	background-image:url(../img/bgImg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:970px;
}
#priNavArea {
	margin-left:60px;
	margin-top:28px;
	float:left;
	display:inline;
	font-weight:bold;
	width:700px;
}
ul#priNav li {
	display:inline;
	margin-right:16px;
}
ul#priNav a {
	color:#FFFFFF;
}
#contentStageBgArea {
	margin-left:33px;
	margin-top:68px;
	width:710px;
	float:left;
	display:inline;
}
.shadowRightFix {
	position:absolute;
	top:111px;
	left:733px;
	background-image:url(../img/bgShadowRightFix.png);
	background-repeat:no-repeat;
	height:474px;
	width:10px;
}

.shadowRight {
	background-image:url(../img/bgShadowR.png);
	background-repeat:repeat-y;
	background-position:right top;
	width:710px;
}

#contentStage {
	background-color:#FFFFFF;
	width:700px;
}
.shadowBottom {
	background-image:url(../img/shadowBottom.png);
	height:10px;
	width:710px;
	background-repeat:no-repeat;
}
.shadowBottom hr{ /* Line-height debug für IE6*/
	display:none;
}
#content {
	width:473px;
	float:left;
	display:inline;
	
}
#footer {
	margin-left:60px;
	color:#FFFFFF;
	font-size:0.9em;
	height:40px;
	padding-top:10px;
}
.separator {
	margin: 0 5px;
	color:#8099B3;
}
/*
		Navigation & Links
*/

#secNavArea {
	display:inline;
	float:left;
	width:179px;
	margin-top:27px;
	margin-left:27px;
}

a, #footer a:hover  {
	color:#0099FF;
	text-decoration:none;
}
a:hover, a:active, a.active, ul#priNav a:hover,  ul#priNav a:active,  ul#priNav a.active {
	color:#000000;
}
/*
		Fonts
*/
h1 {
	font-size:2em;
	margin-bottom:1em;
	margin-top:31px;
}
h2 {
	font-size:1em;
}
p{
	margin-bottom:1.5em;
}
.clearL {
	clear:left;
}
.clearB {
	clear:both;
}
.screenshot {
	height:341px;
	width:474px;
	background-color:#999999;
	margin-bottom:10px;
}





/* Formular */
fieldset.csc-mailform {
border:0;
}

fieldset.csc-mailform label {
width: 80px;
float: left;
text-align: right;
margin-right: 10px;
display: block
}


fieldset.csc-mailform input, 
fieldset.csc-mailform textarea {
margin-bottom: 10px;
font-size:10px;
font-family: Verdana, Helvetica, sans-serif;
border:1px solid #ccc;
padding:2px;
width:250px;
}

#mailformformtype_mail {
padding:2px;
margin-left:40px;
background:#eee;
border:1px solid #ccc;
width:80px;
text-align:center;
}
