/*-------------------------------------------------
Bug fixes
-------------------------------------------------*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;	
}


h1,h2,p,ul,li,img,label {
	margin: 0;
	padding: 0;
	border-style: none;
}

a{
	text-decoration: none;
	color: #d3d3d3;
}


table {
	border-spacing: 0;
}

.maintable {
	background-color: #a9a9a9;
}

/*-------------------------------------------------
   Navigation top
-------------------------------------------------*/
li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.navigation {
	margin-top: 4px;
	height: 110px;
}

ul.navigation {
	color: #d3d3d3;
	list-style: none;
}

ul.navigation li {
	float:left;
	padding: 6px 0 0 10px;
}

ul.navigation li a:hover{
	color: #ffffff;
}

ul.subnavigation {
	color: #d3d3d3;
	list-style: none;
	margin: 15px 0 0 0;
	position: absolute;
}

ul.subnavigation li {
	display: block;
	float: none;
	padding: 1px 0 0 0;
}


ul.subnavigation li a:hover, ul.subnavigation li a.active{
	color: #ffffff;
}


.headline_navigation_left {
	font-weight: bold;
	color: #FFFFFF;
}

.headline_navigation_left ul {
	font-weight: normal;
	margin: 10px 0 0 -19px;
}

/*-------------------------------------------------
   Navigation left
-------------------------------------------------*/

.navigation_left {
	margin-top: 6px;
}

ul.navigation_left {
	color: #d3d3d3;
	list-style: none;
	padding: 0px;
}

ul.navigation_left li {
	padding: 2px 0 1px 10px;
}

ul.navigation_left li a:hover ,ul.navigation li a.active{
	color: #ffffff;
}

ul.navigation_left ul {
	color: #d3d3d3;
	list-style: none;
}

ul.navigation_left ul li {
	display: block;
	float: none;
	padding: 2px 0 2px 20px;
}

ul.navigation_left ul li:first-child {
	display: block;
	float: none;
	padding: 4px 0 4px 20px;
}

.logo {
	margin-left: 10px;
	margin-top: 7px;
}

/*-------------------------------------------------
   CONTENT
-------------------------------------------------*/
.content h1 {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.projectFloat {
	width: 207px;
	height: 210px;
	margin: 12px 20px 0 0px;
	float: left;
}

.projectFloat span {
	margin-top: 5px;
	display: block;
}

.projectFloat span a {color: #000}



/*-------------------------------------------------
   little fixes 
-------------------------------------------------*/

.red {
	color: #ff0000;
}



.green {
	background-color: #465a66;
}

.list_text {
	height: 30px;
}


.headline1 {
	color: #465a66;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
}

.about_list {
	margin-top: 30px;
}

.headline {
	position:absolute;
	bottom: 0px;
	right: 0px;
	
	padding: 3px 8px 3px 8px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	
	background-color: #465a66;
	display: inline;
	
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;	
}

.pictures {
	padding-right:4px;
	padding-left:0px;
}

a.link, a.link:visited {
	text-decoration: underline;
	color: #000;
}

a.link:hover{
	text-decoration: underline;
	color: #000;
}


