body {
	background-color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#FFF;
	padding:0px;
	margin:0px;
	line-height: 17px;
}

img {
	border: 0px solid #FFF;	
}

/* --- LINKS --- */

a:link {
	text-decoration:none;
	color:#FFF;
}

a:visited {
	text-decoration:none;
	color:#FFF;
}

/* --- BOX --- */

#box {
	position:absolute;
	height:550px;
	width:850px;
	margin:-275px 0px 0px -425px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: auto;
	background-image: url(../img/box_background.gif);
	background-repeat: no-repeat;
}

/* --- LOGO --- */

#logo {
	height: 50px;
	width: 350px;
	margin-top: 25px;
	margin-left: 25px;
}

/* --- LOGIN --- */

#login {
	height: 25px;
	width: 445px;
	text-align: right;
	background-image: url(../img/login_background_temp.gif);
	margin-top: -25px;
	margin-left: 380px;
}

/* --- NAVIGATION --- */

#navigation {
	height: 20px;
	width: 735px;
	margin-top: 40px;
	margin-left: 90px;
	padding: 0px;
}

#navigation ul li {
	list-style: none;
	display: inline;
}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation li {
	margin-right: 25px;
}

#navigation ul li a {
}

#navigation ul li#open {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}


/* --- CONTENT --- */

#contentbox {
	height: 275px;
	width: 735px;
	margin-left: 90px;
	margin-top: 35px;
}

#content_left {
	height: 275px;
	width: 350px;
	text-align: justify;
}

#content_left a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

#content_left .impressum {
	font-size: 9px;
	line-height: 12px;
}

#content_right {
	height: 275px;
	width: 350px;
	text-align: justify;
	margin-top: -275px;
	margin-left: 385px;
}

#content_right .impressum {
	font-size: 9px;
	line-height: 12px;
}

#content_right .link_right a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}


/* --- NEXT --- */

#contentbox #next_left {
	height: 10 px;
	width: 350px;
	margin-top: -10px;
	margin-left: 0px;
	text-align: right;
}

#contentbox #next_right {
	height: 10 px;
	width: 350px;
	margin-top: 45px;
	margin-left: 385px;
	text-align: right;
}


/* --- IMG THUMB --- */

#img_thumb {
	height: 150px;
	width: 350px;
	text-align: left;
}

#img_thumb img {
	border: 1px solid #FFF;
	margin-bottom: 5px;
	margin-right: 4px;
}


/* --- LINK IMG THUMB --- */

#link_img_thumb {
	width: 350px;
	text-align: left;
}

#link_img_thumb img {
	border: 1px solid #FFF;
	margin-bottom: 5px;
	margin-right: 4px;
}


/* --- IMG VIEW --- */

.view_img {
	border: 1px solid #FFF;
	height: 233px;
	width: 348px;
}

#view_img_description {
	text-align: center;
	padding-top: 20px;
}

/* --- VIDEO THUMB --- */

#video_headline {
	width: 350px;
	height: 25px;
}

#video_thumb {
	width: 350px;
	hight: 50px;
	height: 50px;
}

#video_thumb img {
	border: 1px solid #FFF;
	margin-bottom: 5px;
	margin-right: 5px;
}

/* --- VIDEO VIEW --- */


/* --- SLOGAN --- */

#slogan {
	height: 20px;
	width: 200px;
	margin-top: 30px;
	margin-left: 625px;
	text-align: right;
}


/* --- LANGUAGE --- */

#language {
	font-size: 8px;
	width: 100px;
	margin-top: 0px;
	height: 20px;
	margin-left: 45px;
}

/* --- FOOTER -- */

#footer {
	width: 850px;
	margin-top: 10px;
	font-size: 8px;
	text-align: center;
	height: 20px;
	letter-spacing: 0.1em;
	color: #666;
	word-spacing: 1.5em;
}

#footer a:link {
	text-decoration:none;
	color: #666;
	letter-spacing: 0.1em;
}

#footer a:visited {
	text-decoration:none;
	color:#666;
	letter-spacing: 0.1em;
}


/* --- EDITMODE --- */

#editmode_lang_select {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	top: 0px;
	background-color: #000;
}
