/*--- Globale HTML-Tag-Eingenschaften -------------------------------------------------------*/

body {

	margin: 0;
	padding: 0;

	background-color: #FFFFFF;

	color: rgb(0,0,0);

	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 11px;
}

a {
	text-decoration: none;
}

a:hover {
	color: rgb(0,0,0);
}

a img {
	border: none;
	text-decoration: none;
	outline: none;
}


p {
	margin-top: 0px;
}

/*--- Clear-Helper --------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

/*--- Content -------------------------------------------------------------------------------*/

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 100%;
	width: 950px;
	height: 550px;
	margin-top: 30px;
}

#left_column {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	height: 550px;
	background-color: rgb(178, 179, 181);
	text-align: left;
}


#center_column {
	position: absolute;
	top: 0px;
	left: 190px;
	width: 760px;
	height: 520px;
	text-align: left;
	background-color: rgb(237, 237, 239);
}

#open_logo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 200px;
	background-image: url(../img/logo_corner.png);
}

#start_logo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 490px;
	height: 490px;
	background-image: url(../img/logo_start.png);
}

#start_logo div {
	text-align: right;
	margin-top: 42px;
	margin-right: 40px;
	font-size: 11px;
	line-height: 17px;
}

#menu {
	position: absolute;
	top: 520px;
	left: 190px;
	width: 760px;
	height: 30px;
	text-align: left;
	background-color: rgb(208, 209, 211);
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
}


#menu a {
	color: rgb(138, 139, 141);
	margin-right: 10px;
}

#menu a.selected {
	color: rgb(0, 0, 0);
}

#menu a:hover {
	color: rgb(0,0,0);
}

#gallery {
	position: relative;
	top: 42px;
	margin-left: 25px;
	margin-right: 25px;
}

#gallery a {
	display: block;
	color: rgb(237, 237, 239);
	margin-bottom: 8px;
}

#gallery a:hover {
	color: rgb(0,0,0);
}

#gallery a.selected {
	color: rgb(0, 0, 0);
}

#content {
	position: relative;
	top: 55px;
	margin-left: 45px;
	color: rgb(0,0,0);
	width: 550px;
	height: 405px;
	overflow: auto;
	line-height: 17px;
}

.firstline,
#content #name {
	margin-bottom: 5px;
	display: block;
}

.headline,
#content #title {
	display: block;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 15px;
}

#content #description {
	line-height: 17px;
}

#content a {
	color: rgb(90,157,165);
}

#navigation {
	position: absolute;
	left: 45px;
	bottom: 25px;
	color: rgb(0,0,0);
	width: 550px;
	text-align: center;
	line-height: 13px;
}

#navigation a {
	color: rgb(138, 139, 141);
	margin-left: 3px;	
	margin-right: 3px;	
}

#navigation span {
	color: rgb(138, 139, 141);
	margin-left: 3px;	
	margin-right: 3px;	
}

#navigation a.selected {
	color: rgb(0, 0, 0);
}

#navigation a:hover {
	color: rgb(0,0,0);
}

#navigation img {
	vertical-align: middle;
	margin-top: -2px;
}


* html #navigation img {
	margin-top: 0px;
}

*:first-child+html #navigation img {
	margin-top: 0px;
}

#image {
	position: absolute;
	bottom: 4px;
	width: 550px;
	text-align: center;
}

#image a {
	outline: none;
}

#image_tag {
	position: absolute;
	left: 610px;
	bottom: 66px;
	width: 130px;
	font-size: 10px;
	color: rgb(138, 139, 141);
}

#image_tag div {
	margin-top: 5px;
}

#preview {
	position: absolute;
	bottom: 2px;
}

#preview a {
	outline: none;
}

#preview img {
	height: 70px;
	margin-right: 10px;
}

#nsf_link {
	position: absolute;
	left: 25px;
	bottom: 15px;
	width: 137px;
	height: 35px;
	background-image: url(../img/nsf-logo_off.jpg);
}

#nsf_link img {
	display: none;
}

#nsf_link:hover img {
	display: inline;
}

#language {
	float: left;
	margin-left: 45px;
	font-size: 10px;
}

