    body {
    	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
		background: url(../images/bg.png) repeat-x #060606;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	color: #333;
		overflow: auto;
		overflow: -moz-scrollbars-vertical;
    }
    #container {
    	width: 1016px;
    	margin: 0 auto;
    	text-align: left;
    }
	#content
	{
    	padding: 15px 30px;
    	background: url(../images/bg_content.png) repeat-y #fff;
	}
	#head {
    	padding-left: 8px;
    	background: url(../images/bg_head.png) no-repeat #fff;
	}
    #header {
    	padding: 8px 9px;
		height: 80px;
    	background: url(../images/bg_header.png) no-repeat bottom;		
    }	
    #footer {
		margin-bottom: 20px;
    	padding: 1px 30px;
		height: 21px;
    	background: url(../images/bg_footer.gif) no-repeat top;		
		text-align: center;
		color: #fff;
		font-size: 0.75em;
		clear: both;
	}
	a
	{
		color: #002b47;
	}
	a:hover
	{
		color: #597587;
	}
	#footer a {
		color: #fff;
		text-decoration: underline;
    }	
	#footer a:hover {
		color: #597587;
    }
	h1, h2, h3 {
		font: 1.1em "Gill Sans", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.3em;
		font-weight: bold;
		margin: 0;
	}
	h2 {
		font-size: 1.1em;
		margin-bottom: 1em;
	}
	h3{
		font-size: 1em;
	}
	
	h2.end {
		text-align: right;
		width: 50%;
		margin-left: 47%;
		margin-top: 2em;
	}
	.quickbox h3 {
		font-size: 1.1em;
		margin-bottom: -0.9em;
	}
	p
	{
		margin-top: 0;
	}
	hr
	{
		border: none;
		color: #ccc;
		background-color: #ccc;
		height: 1px;
		margin: 15px;
		clear: both;
	}
	#breadcrumb {
		padding: 21px;
		font-size: 0.75em;
		color: #fff;
	}
	#breadcrumb a {
		text-decoration: none;
		color: #fff;
	}
	#breadcrumb a:hover {
		text-decoration: underline;
	}
	
	
.box {
	background: url(../images/bg_box.gif) #a1b6c4 left bottom repeat-x;
	height: 60px;
	width: 430px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.quickbox {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#fbfd9e url(../images/quickbox.gif) repeat-x scroll left top;
border-color:#DCDCDC;
border-style:solid;
border-width:2px 1px 1px;
padding:14px;
width:325px;
float: right;
margin-left: 30px;
margin-bottom: 20px;
font-size: 0.9em;
line-height: 1.2em;
}

.quickbox li
{
	margin-bottom: 10px;
	margin-left: -25px;
}

ul.links li
{
	margin-top: -5px;
}

#subnav
{
	background: url(../images/bg_subnav.png) repeat-x;
	width: 985px;
	height: 25px;
	position: absolute;
	z-index:3;
	top: 372px;
	padding-left: 15px;
}
#subnav a, #subnav strong
{
	font-family: "Gill Sans", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	width: 9.3em;
	display:-moz-inline-box; /* Bugfix Firefox1 */
	display: inline-block;
	text-align: center;
	font-size: 1.3em;
	text-decoration: none;
	white-space: nowrap;
}
#subnav a:hover
{
	font-weight: bold;
}
.thumb
{
	float: left;
	border: 1px solid #002b47;
	margin-right: 10px;
}

a img { border: 0}
table
{
	font-size: 0.9em;
	line-height: 1.2em;
}
td
{
	text-align: center;
	width: 100px;
}

#overviewHeader {position:fixed;}
* html #overviewHeader {position:absolute;} /* < IE 7*/

#overviewBugfix {width: 300px; padding-left: 39px;}
html * #overviewBugfix {width: 515px; } /* Safari */
* html #overviewBugfix {width: 380px; padding-left: 0;} /* < IE 7*/
*+html #overviewBugfix {width: 380px; padding-left: 0;} /* IE 7*/

.overview
{
	width: 950px;
}

.overview tr
{
	background: #ececec url(../images/col1.gif) top repeat-x;
	height: 25px;
}

.overview th
{
	background:#fbfd9e url(../images/bg_th.gif);
	font-weight: normal;
}

.overview th.horizontal, .overview td.horizontal
{
	background:#fbfd9e url(../images/bg_th.gif);
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

.overview th.vertical
{
	padding-top: 15px;
	font-weight: bold;
}

.horizontal a
{
	text-decoration: underline;
}

/* Tabelle Referenzen */
tr.ref
{
	width: 140px;
	height: 140px;
}

td img
{
	border: 0;
}

td a
{
	text-decoration: none;
}
/* Ende Tabelle Referenzen */

#cRight
{
	float: right;
	width: 480px;
}
#cLeft
{
	width: 440px;
}

.button {
	color: #fff;
	background: url(../images/bg_button.gif) #002b47 top repeat-x;
	font-weight: bold;
	border: 1px solid #ccc;
}

.button:hover {
	color: #ccc;
	background: url(../images/bg_button_o.gif) #002b47 top repeat-x;	
}

form
{
	margin: 0;
	padding: 0;
}

input, textarea, select
{
	width: 170px;	
	margin: 2px;
	border: solid #ccc 1px;
	background: url(../images/bg_input.gif) #fff bottom repeat-x;
	margin: 5px 0;
}

input[type="hidden"] /* funktioniert nicht im IE, der zu fixende Bug tritt aber auch im IE nicht auf */
{
	display: none;
	visibility: hidden;
}

textarea, select { width: 250px; }


label {
	float: left;
	text-align: right; 
	padding-right: 1em; 
	width: 105px;
	border: none;
	font-weight: bold;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #002b47;
}

.smallText {
	font-size: 0.8em;
	margin-top: -10px;
}

.trenner
{
	clear: both;
	margin-bottom: 4em;
}

.screenshot
{
	float: left;
	width: 200px;
	margin-right: 20px;
}
.screenshotImg
{
	padding-bottom: 20px;
	background: url(../images/bg_screenshot.gif) bottom repeat-x;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
	cursor: url(..images/zoom.cur), pointer;

}