.projekt {
	width				: 230px;
	height				: 230px;
	margin-left			: 42px;
	float				: left;
}

a:link {color: #000000; text-decoration: underline; font-variant: normal; text-transform: none}
a:hover {color: #3B79A4; text-decoration: underline; font-variant: normal; text-transform: none}
a:visited {color: #000000; text-decoration: underline; font-variant: normal; text-transform: none}
a:active {color: #ADD6EB; text-decoration: underline; font-variant: normal; text-transform: none}

body {
/*	height				: 100%;
	overflow			: scroll;*/
	padding				: 0px;
	margin				: 0px;
	background-color	: #3B79A4;
	font-family			: Helvetica,Arial,sanserif;
	font-size			: 10px;
	font-style			: normal;
	line-height			: 11px;
	font-weight			: normal;
	color				: #000000;
	text-decoration		: none;
	font-variant		: normal;
	text-transform		: none;
	letter-spacing		: 0px;
}

#wrapper {
	position			: absolute;
	width				: 100%;
	margin				: 0px;
	padding				: 0px;
	background-color	: #FFFFFF;
}

#headerBox {
	position			: absolute;
	top					: 0px;
	width				: 100%;
	margin				: 0px;
	padding				: 0px;
	height				: 36px;
	background-color	: #3B79A4;
	background-image	: url(../elements/logo.gif);
	background-repeat	: no-repeat;
	background-position	: bottom left;
 	cursor				: pointer;
 }

#mainNavBox {
	position			: absolute;
	top					: 36px;
	width				: 100%;
	padding				: 0px;
	margin				: 0px;
	height				: 17px;
	background-color	: #4591B7;
}

.mainNav {
	margin				: 0px 38px 0px 0px;
	float				: left;
	cursor				: pointer;
}

#introBox {
	position			: absolute;
	top					: 53px;
	width				: 100%;
	height				: 330px;
	background-color	: #3B79A4;
}

#subNavBox {
	position			: absolute;
	top					: 53px;
	width				: 100%;
	height				: 17px;
	padding				: 0px;
	margin				: 0px;
	background-color	: white;
	color				: #555555;
}

.subNav {
	margin				: 0px 38px 0px 0px;
	float				: left;
	cursor				: pointer;
}

.contentBox {
	position			: absolute;
	top					: 70px;
	width				: 100%;
	height				: 313px;
	padding				: 0px;
	margin				: 0px;
	background-repeat	: no-repeat;
	background-position	: 96px 10px;
	overflow			: auto;
/*	border				: 1px solid red;*/
}

.projektPix {
	width				: 210px;
	height				: 120px;
	padding				: 0px;
	margin				: 0px;
	border				: 1px solid #DDDDDD;
	cursor				: pointer;
}

.dottedLine {
/*	width				: 100%;*/ /* NO IE */
	height				: 1px;
	padding				: 0px;
	margin				: 7px 0px 7px 0px;
	background-image	: url(../elements/dotted.gif);
	background-repeat	: repeat-x;
}

.txtHead {
	 padding-top		: 33px;
	 font-family		: Helvetica,Arial,sanserif;
	 font-size			: 11px;
	 font-style			: normal;
	 line-height		: 11px;
	 font-weight		: bold;
	 color				: #000000;
	 text-decoration	: none;
	 font-variant		: normal;
	 text-transform		: none;
	 letter-spacing		: 1px;
}

.txtBold {
	 font-weight		: bold;
}

.textBox300w {
	width				: 300px;
	padding-top			: 10px;
	font-family			: Helvetica,Arial,sanserif;
	font-size			: 11px;
	font-style			: normal;
	line-height			: 12px;
	font-weight			: normal;
	color				: #000000;
	text-decoration		: none;
	font-variant		: normal;
	text-transform		: none;
	letter-spacing		: 0px;
}

.textBox250w {
	width				: 250px;
	padding-top			: 10px;
	font-family			: Helvetica,Arial,sanserif;
	font-size			: 11px;
	font-style			: normal;
	line-height			: 12px;
	font-weight			: normal;
	color				: #000000;
	text-decoration		: none;
	font-variant		: normal;
	text-transform		: none;
	letter-spacing		: 0px;
	float				: left;
}

.space42 {
	margin-left			: 42px;
}

.space13 {
	margin-left			: 13px;
}

.floated {
	float				: left;
}

.clearFloat {
	clear				: both;
}
