
html, body {
	margin: 0 auto; padding: 0;
	font-family: Arial, Verdana,sans-serif;		
	font-size: small;
	min-width: 610px;
}

h2 {
	border-top: 2px solid #22CCFF;
	padding: .1em .7em;
	background: url(../images/collapse.png) no-repeat top left;
	margin-bottom: 0;
}
h2:hover {
	background-color: #EEE;
	cursor: pointer;
}
h3 { margin: 1em 0; }

h1 { font-size: 200%; font-weight: bold; }
h2 { font-size: 150%; font-weight: bold; }
h3 { font-size: 125%; font-weight: bold; }
h4 { font-size: 80%; font-weight: bold; }
h5 { font-size: 50%; font-weight: normal; }

div.content { padding: 1em; margin: 0 auto; padding-bottom: 2em; max-width: 1000px; }

a:link { color: blue; }
a:active { color: yellow; }
a:visited { color: blue; }
a:hover { color: #005; text-decoration: none; }

div.projects:before {
		line-height: 0.1;
		font-size: 1px;
		background: transparent url("../images/key-point_tr.gif") no-repeat top right;
		margin: -15px -15px 0 -15px;
		height: 15px;
		display: block;
		border: none;
		content: url("../images/key-point_tl.gif");
}
div.projects {
	color: white;
	padding: 1em 0;
	font-size: .9em;
	font-family: Arial, Verdana,sans-serif;	
	background: #558 url("../images/key-point_back.gif") right repeat-y;
	padding: 15px;
	margin: 1em 0;
	margin-bottom: 1em;
}
div.projects:after {
	display: block;
	clear: both;
	padding-top: 15px;
	line-height: 0.1;
	font-size: 1px;
	content:  url("../images/key-point_bl.gif");
	margin: -15px;
	height: 8px;
	background: transparent url("../images/key-point_br.gif") scroll no-repeat bottom right ;
}

div.projects :link, div.projects :visited {
	color: white;
	text-decoration: none;
}
div.projects a:hover { 	text-decoration: underline; }
div.projects h2:hover { color: black; }
div.projects ul {
	list-style: none;
	padding: 0 1em;
	margin: 0;
}
div.projects li {
	padding-bottom: 1em;
	margin: .2em 0 .2em 0;
}
div.projects ul h3 {
	margin: 0;
}

div.mainContent {
	float: left;
	width: 45%;
}

div.right {
	float: right;
	width: 53%;
	margin: 1em 0;
	padding: 0em;
	background-color: white;
	/* border: 1px solid #0AC;*/
}

div.header:before {
		line-height: 0.1;
		font-size: 1px;
/*		background: transparent url("../images/key-point_tr.gif") no-repeat top right;*/
		margin: -15px -15px 0 -15px;
		height: 15px;
		display: block;
		border: none;
		content: url("../images/key-point_tl.gif");
}
div.header {
	padding: 15px;
	background-color: #558;
	color: white;
	background-image: url(../images/header.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.info {
	border: 2px dotted #0A0; 
	color: black; 
	margin-top: 0;
	padding: .5em; 
	font-weight: bold;
	background: url(../images/fragezeichen.png) no-repeat left center #DFD;
	padding-left: 48px;
}

.flash {
	background: url(../images/flashpaper.gif) no-repeat left center #EFE;
	padding-left: 16px;
}

table.download {
	width: 100%;
	margin: 0; padding: 0;
	border-collapse: collapse;
	background-color: white;
}

table.download td, table.download th {
	border: 1px solid white;
	margin: 1px; padding: 3px;
}

table.download tr {
	background-color: #33CCFF;
}

.alt {
	background-color: #22DDFF !important;
}
.over {
	background-color: #00CCDD !important;
}
table.download tr.version td {
	border-top: 2px solid black;
}

div.projmain p.getnew {
	background: transparent url('../images/getnew.gif') top left no-repeat;
	display: block;
	padding-left: 85px;
	padding-top: 10px;
	width: 350px; height: 78px; font-weight: bold;
	margin-top: 2em; 
}
div.projmain p.getnew * { color: white; }

div.projmain {
	background-image: url('../images/projects_main.jpg');
	height: 278px; width: 1000px; margin: 0; padding: 0;
}
div.projmain h1 { margin: 0; padding: 0; margin-left: 71px; padding-top: 20px; }
div.projmain p { margin: 0; padding: 0; margin-left: 78px; font-weight: bold; width: 420px; }
div.projmain p+p { margin-top: 10px; }
div.clear { clear: both; font: 0/0 sans-serif; }
