body, text
{
	font-size: 75%;
	text-align: center;
}

*
{
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	behavior: url("/css/pngbehavior.htc");
}

a
{
	text-decoration: none;
	color: #666;
}

a:hover
{
	color: #333;
}

a img
{
	border: none;
}





a.extern
{
	display: block;
	background: #fff6f6 url('/img/16-square-red.png') no-repeat 2px 2px;
	behavior: url("/css/pngbehavior.htc");
	border: 1px dotted #ffe0e0;
	padding: 0 0 0 25px;
	margin: 10px 0 5px 0;
	color							: #990000;
}

a.extern:hover
{
	background: #fff0f0 url('/img/16-square-red-check.png') no-repeat 2px 2px;
	behavior: url("/css/pngbehavior.htc");
	border: 1px dotted #ffc0c0;
	padding: 0 0 0 25px;
	color							: #CC0000;
}

a.amc
{
	color: rgb(184, 45, 85);
	padding: 0 0 0 20px;
	background: url('/img/artemisium.png') no-repeat left top;
}

a.qb
{
	color: #336;
	padding: 0 0 0 20px;
	background: url('/img/cube.gif') no-repeat left top;
}

a.ext
{
	color: #343;
	padding: 0 0 0 20px;
}




img
{
	
}

body
{
	background: url('/img/background.png') repeat-x left top;
	behavior: url("/css/pngbehavior.htc");
	
}



h1
{
	font-weight: lighter;
	font-size: 2em;
	margin: 0 0 15px 0;
}








#main
{
	width: 1000px;
	margin: 0 auto 0 auto;
}

#main #sites
{
	margin: 45px 0 25px 0;
	height: 67px;
	background: url('/img/shadows.png') no-repeat left top;
	behavior: url("/css/pngbehavior.htc");
	
}

#main #sites ul
{
	margin: 0 0 0 125px;
	padding: 0;
	list-style: none;
}

#main #sites ul li
{
	float: left;
	margin: 0 25px;
	padding: 0;
	list-style: none;
}

#main #sites ul li a
{
	float: left;
	display: block;
	height: 67px;
	opacity: .25;
	-moz-opacity: 0.25;
	filter:alpha(opacity=25);
	margin: 0;
}

#main #sites ul li a img
{
	margin: 15px;
}

#main #sites ul li a:hover
{
	opacity: .5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
/*	background: url('/img/bg_slider_10.png') left top;	*/
	
}


#main #sites ul li a.active
{
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
/*	background: url('/img/bg_slider_25.png') left top;	*/
	
}

#main #sites ul li a.active:hover
{
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
/*	background: url('/img/bg_slider_25.png') left top;	*/
	
}






#main #content
{
	text-align: left;
}

#main #content #navigation
{
	float: left;
	text-align: right;
	width: 180px;
}

#main #content #navigation h1
{
}

#main #content #navigation ul
{
	list-style: none;
}

#main #content #navigation ul a
{
	font-size: 1.25em;
	font-weight: lighter;
	display: block;
	padding: 0 25px 0 0;
	color: #666;
}

#main #content #navigation ul a:hover
{
	color: #333;
	background: url('/img/active_h.png') no-repeat right center;
}

#main #content #navigation ul a.active
{
	font-weight: bold;
	color: #000;
	background: url('/img/active.png') no-repeat right center;
}









#main #content #text
{
	margin: 0 0 0 205px;
	width: 750px;
}

.contentline
{
}

.contentline .contenttext
{
	width							: 200px;
	float							: left;
	margin-bottom					: 25px;
}

.section .contenttext
{
	width							: 180px;
	float							: left;
	margin-bottom					: 25px;
}

.contentline .contentimage
{
	width							: 500px;
	float							: right;
	margin-bottom					: 25px;
}





#footer
{
	clear: both;
	border-top: 1px dotted #ccc;
	text-align: right;
	margin: 25px 0 0 0;
	padding: 25px 0;
	color: #ccc;
}









div.left
{
	float: left;
	width: 360px;
	margin: 0;
	padding: 0;
}

div.right
{
	float: left;
	margin: 0 0 0 25px;
	padding: 0;
	width: 360px;
}








dl
{
	margin: 0 0 25px 0;
	padding: 0;
}

dl dt
{
	margin: 25px 0 0 0;
	padding							: 0 0 0 30px;
	background						: #f6fff6 url("/img/16-cube-green.png") no-repeat 5px 3px;	
	behavior: url("/css/pngbehavior.htc");
	font-weight: bold;
	border-bottom					: 1px dotted #666;
}

dl dd 
{
	margin: 0;
	padding: 0;
}

dl dd ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

dl dd li
{
	border-bottom					: 1px dotted #ccc;
	background:url('/img/tick1.png') no-repeat 5px 3px;
	behavior: url("/css/pngbehavior.htc");
	padding: 0 0 0 30px;
}

dl dd li:hover
{
	background: #f6f6ff url('/img/tick2.png') no-repeat 5px 3px;
	behavior: url("/css/pngbehavior.htc");
	color: #000;
}

dl dd li li
{
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	background: none;
	border: none;
	list-style: square;
}


dl dd li li:hover
{
	background: none;
	border: none;
	list-style: square;
}


dl dd li div
{
	display: none;
	font-size: 90%;
	color: #668;
	padding: 0 10px 10px 0;
}

dl dd li:hover div
{
	display: block;
	display: none;
}

dl dd li div img
{
	display: none;
	float: right;
	margin: 0 15px 5px 10px;
	border: 1px dotted #ccc;
}

dl.skills
{
	width: 350px;
}

dl.skills dt
{
	margin: 10px 0 0 0;
	padding							: 0 0 0 30px;
}









.hidden
{
	display: none;
}

.leftrow
{
	float							: left;
	width							: 75px;
	text-align						: right;
	padding							: 0px 5px 0px 0px;
	
}

.grau
{
	color							: #ccc;
}




.trenner
{
	clear							: both;
	border-top						: 1px dotted #ccc;
	margin							: 22px 0 22px 0;
}



