body, td, select, input, textarea{
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 12px;
	line-height:17px;
	color:#333333;
	margin:0px;

} 

img{
	display: block; // get rid of margin in strict
}
p {
	margin:0px;
}

a {
	color: #E55700;
	text-decoration:none;
	/*border-bottom: 1px solid #aaa;*/
}

a:hover {
	text-decoration:underline;
	/*border-bottom: 1px solid #E55700;*/
	/*border-top: 1px solid #aaa;*/
}


/* ### page specific ### */

.titel {
  color:#EC5F00;
  font-weight:bold;
}

.titel_sub {
  font-weight:bold;
  color:#BB4600;
}

/* ### news ### */
.news-item{
	display:block;
	margin-bottom:10px;
	border:0px solid #FFDBAA;
	background-color:#FFF2E1;
	padding:8px;
}

.news-title{
  color:#333333;
  font-weight:bold;
  font-size:14px;
}

.news-title-small{
  color:#333333;
  font-weight:bold;
  text-decoration:none;
}

.news-title-small-project{
   color:#EC5F00;
  font-weight:bold;
  text-decoration:none;
}


.news-title-small:hover {
  color:#E55700;
  font-weight:bold;
  text-decoration:none;
}

.news-date{
	margin:4px 0px 4px 0px;
	font-size:11px;
	font-style:italic;
	color:#333333;
	text-align:right;
}

.news-date-msg{
width:150px;
margin:4px 0px 4px 0px;
font-size:11px;
font-style:italic;
color:#333333;
text-align:right;
float:right;

}
.news-readmore{
text-align:right;
margin:8px 0px 2px 0px;
font-size:11px;
}
.news-back{
	width:100px;
	float:left;
	display:block;
	font-size:11px;
	margin:2px 0px 15px 0px;
}

.news-readmore a{
	font-weight:bold;
	padding-left:17px;
	background:url(images/more_icon.gif) no-repeat left bottom;
}

.news-readmore a:hover{
	color:#E55700;
}

.news-back a{
	font-weight:bold;
	padding-left:20px;
	background:url(images/back_icon.gif) no-repeat left bottom;
}

.news-archive a{
	font-weight:bold;
	padding-left:17px;
	background:url(images/more_icon.gif) no-repeat left bottom;
}

.news-back a:hover{
	color:#E55700;
}


.news-content{
	clear:both;
}

/* contactform */

#contactform input {
	border:1px solid #EFCBB6;
	font-family:Verdana,Arial,Helvetica,Sans;
	font-size:11px;
	height:18px;
	width:340px;
}

#contactform textarea {
	border:1px solid #EFCBB6;
	font-family:Verdana,Arial,Helvetica,Sans;
	font-size:11px;
	height:105px;
	width:340px;
}

#contactform .contactTD {
	color:#333333;
	font-family:verdana,sans-serif;
	height:28px;
}

.page_title{
	color:#E55700;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	line-height:22px;
	margin-bottom:10px;
}

.red-icon{
	height:35px;
	background:url(images/icon_red.png) no-repeat right top;
}
.gray-icon{
	height:35px;
	background:url(images/icon_gray.png) no-repeat right top;
}
.blue-icon{
	height:35px;
	background:url(images/icon_blue.png) no-repeat right top;
}

#content-column img{
float:left;
}

.hideme{
display:none;
}
