/* DEFAULTS */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#000000;
	margin:0px;
	background-color:#FFFFFF;
	background-attachment:fixed;
}
a,a:link,a:active,a:visited {
	color:#000000;
}
select {
	margin:0px;
	margin-top:1px;
	border:1px solid black;
}
select, option {
	font-family:"Helvetica Neue", Arial, Helvetica, "Lucida Grande", sans-serif;
	font-size:13px;
 	letter-spacing: 1px;
}
form {margin:0px;}
p {
	margin-top:0px;
	margin-bottom:0px;
}
h1 {
	font-family:"Helvetica Neue", Arial, Helvetica, "Lucida Grande", sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:4px;
	color:#000000;
}
h1 a {
	color:#000000;
	text-decoration:none;
}
h2 {
	font-family:"Helvetica Neue", Arial, Helvetica, "Lucida Grande", sans-serif;
	font-size:13px;
	line-height:17px;
	letter-spacing:1px;
	margin-top:0;
	margin-bottom:5px;
	font-weight:normal;
}

/* LAYOUT */

div#bg {
	position:fixed;
	/*width:999px;*/
	width:1039px;
	height:100%;
	z-index:-1;
	background-color:#FFFFFF;
}

div.menu_col {
	width:208px;
	margin-left:30px;
	vertical-align:top;
	float:left;
	/*
	position:fixed;
	overflow:auto;
	*/
}

div.content_col {
	vertical-align:top;
	width:749px;
	margin-left:260px;
	padding-top:50px;
	padding-bottom:40px;
}
div.content_col a:hover {
	background-color:#000000;
	color:#FFFFFF;
}

/* MENUE */

div.menu_col {
	font-family:"Helvetica Neue", Arial, Helvetica, "Lucida Grande", sans-serif;
	font-size:13px;
	line-height:17px;
	letter-spacing:1px;
}
div.menu_col a {
	text-decoration:none;
	color:#000000;
}
div.menu_col a:hover{
	text-decoration:underline;
}
div.menu_col .menu_home a {	
	color:#000000;
	font-weight:bold;
}
div.menu_col .menu_home a:hover {	
	color:#FFFFFF;
	background-color:#000000;
}
.menu_on {
	text-decoration:underline;
}
.menu_sub {
	margin-left:21px;
}
.menu_title {
	color:#868686;
	font-weight:normal;
	letter-spacing: 1px;
}
div.line_menu {
	width:100%;
	height:1px;
	background-color:#000000;
	margin-top:20px;
	margin-bottom:20px;
}
div.line_submenu {
	width:164px;
	height:1px;
	background-image:url(../img/line_dotted.gif);
	margin-top:7px;
	margin-bottom:6px;
}

/* CONTENT */

.txt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#000000;
}
.content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#000000;
	
	margin-top:15px;
	margin-bottom:16px;
}
.indented {
	margin-left:189px;
}
div.line {
	width:100%;
	height:1px;
	background-color:#000000;
}
div.header {
	width:749px;
	height:27px;
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
}
div.header_image {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #000000;
}
div.caption {
	min-height:10px;
}
div.caption p {
	margin-top:5px;
	margin-bottom:5px;
	font-size:11px;
}
em {
	text-decoration:underline;
	font-style:normal;
	font-size:11px;
	letter-spacing:0.4em;
}

/* SPECIFIC */

div.home_image {
	background-color:#FFFFFF;
	width:235px;
}
div.home_image:hover {
	background-color:#000000;
	opacity:0.8;
}
div.home_image:hover img {
	opacity:0.8;
}
p.home_category {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
	letter-spacing:0.4em;
	margin-left:1px;
	margin-top:18px;
}
p.home_category a {
	color:#000000;
}
p.news_date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:underline;
	letter-spacing:0.4em;
	margin-top:0;
	/*
	line-height:1em !important;
	*/
}
a.news_link {
	font-family:"Helvetica Neue", Arial, Helvetica, "Lucida Grande", sans-serif;
	letter-spacing: 1px;
	font-size:12px;
	line-height:16px;
}
p.project_date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:underline;
	letter-spacing:0.4em;
	margin-top:18px;
}
