	body {
		background-color: #151515;
		margin-left: 0px;
		margin-top: 0px;
		
		font-family: Verdana;
		font-size: 11px;
		line-height: 16px;
		color: #9b9b9b;

		scrollbar-base-color:#424242;
		scrollbar-3dlight-color:#424242;
		scrollbar-arrow-color:#151515;
		scrollbar-darkshadow-color:#424242;
		scrollbar-face-color:#424242;
		scrollbar-highlight-color:#424242;
		scrollbar-shadow-color:#151515;
		scrollbar-track-color:#424242;
	}

	a {
		text-decoration:none;
		color: #0993c8;
	}
	
	a:hover {
		text-decoration:underline;
		color: #0993c8;
	}
	
/* Content */

	.content_spacer {
		width:5px;
		background-image: url('images/content_spacer.gif');
	}
	
	.content_headline {
		color:#d5d5d5;
		font-size:13px;
		font-weight:bold;
	}

	/* HOME */
	
	.content_home_01 {
		padding:7px 10px 13px 10px;
		text-align:justify;
	}

	
	/* INFO */
	
	.content_info_01 {
		padding:7px 10px 13px 10px;
		text-align:justify;
	}
	
	.content_team_details {
		margin-top:5px;
		padding:5px;
		width:165px;
		float:left;
		background-color:#282828;
		text-align:justify;
		border-left:3px solid #4e4d4d;
	}
	
	/* KONTAKT */

	.content_kontakt_01 {
		padding:7px 10px 13px 10px;
		text-align:justify;
	}
	
	/* PORTFOLIO */
	
	.content_portfolio_01 {
		padding:7px 10px 13px 10px;
		text-align:justify;
	}
	
	a.portfolio {
		text-decoration:none;
		color: #9b9b9b;
	}
	
	a.portfolio:hover {
		text-decoration:underline;
		color: #0993c8;
	}
	
	/* PROJEKTDETAILS */
	
	.content_projektdetails_01 {
		padding:7px 10px 13px 10px;
	}
	
	.content_projektdetails_02 {
		padding-top:6px;
		padding-left:4px;
	}
	
/* Tagüberschreibungen */
	
	ul { 
		list-style: url('data/ul_01.gif');
		margin-top:15px;
		margin-bottom:15px;
	}
	
	li { 
		margin-top:5px;
	}

/* Form */
	
	.textbox {
		width:170px;
		height:12px;
		margin-bottom:3px;
		padding:3px;
		color: #cccccc;
		font-family: Verdana;
		font-size: 7pt;
		border: 1px #151515 solid;
		
		background-image: url(data/form_icon01.gif);
		background-color: #424242;
		background-repeat: no-repeat;
		background-position: right center
	}
	
	.textarea {
		width:231px;
		height:60px;
		margin-bottom:3px;
		padding:3px;
		color: #cccccc;
		font-family: Verdana;
		font-size: 7pt;
		border: 1px #151515 solid;
		
		background-image: url(data/form_icon01.gif);
		background-color: #424242;
		background-repeat: no-repeat;
		background-position: right center
	}
	
	.checkbox {
		margin:0px;
		padding:0px;
		height:13px;
		width:13px;
	}
	.button {
		width:50px;
		padding:22px 3px 21px 3px;
		color: #151515;
		font-family: Verdana;
		font-size: 7pt;
		background-color: #424242;
		border: 1px #151515 solid;
	}
	form {
		margin-top:10px;
		margin-bottom:0px;
	}
	
	/* FOOTER */
	
	.footer_text {
		margin:20px 0px 0px 35px;
		width:465px;
		color:#484848;
		font-size:10px
	}
	.footer_link {
		color: #666666;
		font-size:10px;
		text-decoration:none;
		font-size:10px
	}
	.footer_link:hover {
		color: #0993c8;
		font-size:10px;
		text-decoration:none;
		font-size:10px
	}