* {
	padding:0;
	margin:0;
	font-size:100%;
	font-family:Verdana, Arial, sans-serif;
	color:white;   
}

body {
	font-family: Verdana ,  Arial,  sans-serif;        
	font-size:100%;
	padding:0px;
	margin:0px;
	background:#17102e url('../laf/headline.png') repeat-x scroll top left;
	color:white;
}

#wrapper {
	width:960px;
	margin:auto;
	font-size:12px;
}

#head {
	height:139px;
}

#head img {
	float:right;
	margin-top:50px;
}

#footer {
	clear:both;
	width:940px;
	text-align:right;
	font-size:10px;
	margin:0px 20px 0px 0px;
	padding:20px 0px 0px 0px;
}

#content {
	position:absolute;
	width:960px;
}

#content_left, #content_grid {
	/*position:absolute;
	top:0px;
	left:0px;*/
	float:left;
	width:470px;
	height:480px;
	overflow:hidden;
}   

#content_grid {
  width:400px;
  background: #17102e url('../laf/content-grid-default.png') no-repeat scroll top left;
}       

#content_box  {
	/*position:relative; 
  top:135px;
  left:528px;*/
	min-height:333px;
	margin-top:135px;
	float:right;
  width:377px;
  padding:12px 33px 0px 20px;
  border-width:0px 1px 0px 1px;
  border-color:#a50711;
  border-style:solid;
	font-size:12px;
	font-family:verdana;
	line-height:16px;
}
 
#content_box p {
 	margin:0px 0px 8px 0px;
  font-size:12px;
  line-height:20px;
 }
 
#content_box h1 {
	font-size:18px;
	font-family:verdana;
	font-weight:normal;
	line-height:20px;
	margin:15px 0px 20px 0px;
}

#content_box h2 {
	font-size:14px;
	font-family:verdana;
	font-weight:normal;
	line-height:18px;
	padding:0px;
	margin:0px 0px 15px 0px;
}

#content_box a img{
	margin:0px;
	padding:0px;
	border:none;
	margin-right:2px;
	margin-top:2px;
	margin-bottom:2px;
}

#flashwrapper {
  margin-top:120px;
  margin-left:40px;
  width:359px;
  height:239px;
  background-color:black;
}

#navi {
	/*z-index:10;*/
	position:relative;
	top:0px;
	left:400px;
	background: #17102e url('../laf/navi-bg.png') no-repeat scroll top left;
	width:560px;
	height:140px;
	overflow:hidden;
	font-size:13px;
}

a {
	text-decoration:none;
}

h2 {
	font-size:110%;
	font-weight:bold;
	padding:10px 0;
	margin-bottom:10px;
}

ul {
	margin:0px;
	padding:0px 0px 0px 14px;
}

li {
	padding:3px 0px 3px 0px;
	list-style-image:url(../laf/li.jpg);
}

tr,td {
	vertical-align:top;
}

.clickable {
	cursor:pointer;
}

.label_attribute {
  font-weight: normal;
  font-size: 0.95em;
}

textarea {
  width:400px;
  height:150px;
}

/*Navigation*/

.tree_1_entry_open {
   display:block;
   width:127px;
   height:127px;
   margin:7px 13px 0px 0px;
   padding:5px 0px 0px 0px;
   float:left;
   overflow:hidden;
}

.tree_1_entry_open .active, .tree_1_entry_open .activepath {
  padding:0px 0px 0px 14px;
  color:#8b8897;
}

.tree_2_entry_open .active {
  padding:0px 0px 0px 14px;
  color:#8b8897;
  background-image: url('../laf/navi_current_block.png');
  background-repeat: no-repeat;
  background-position:0px 6px;  
}

.tree_1_entry_open .inactive {
  padding:0px 0px 0px 14px;
}

.tree_1_entry_open span, .tree_1_entry_open a.inactive, .tree_1_entry_open a.activepath {
	line-height:30px;
}

.tree_2_entry_open span, .tree_2_entry_open a.inactive, .tree_2_entry_open a.activepath {
	line-height:18px;
}

.left_h1 {
	font-family:arial;
	font-size:18px;
	font-weight:normal;
	margin:161px 0px 20px 0px;
}

div.projects {
	position:absolute;
	top:166px;
	right:20px;
}

div.projects a, div.prev a, div.next a {
	color:red;
}

div.prev {
	position:absolute;
	bottom:30px;
	height:30px;
}

div.next {
	position:absolute;
	bottom:30px;
	right:20px;
	height:30px;
}