/* Die Angaben entstammen dem Artikel 'Useful Code Snippets' von Mike Foskett
** [http://www.websemantics.co.uk/tutorials/useful_css_snippets/]
*/

/* Hiermit werden die Randabstände und border aller HTML-Elemente auf Null gesetzt. */
* { margin:0; padding:0; font-size: 100%; } 

html {
	height:100%;
}

body { 
/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */
	min-height: 101%;	
/* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser Fensters geändert wird. */
	position: relative; 

/* Vorgabe der Standardfarben und Textausrichtung */     
	text-align: left; 
	background-color: #000a1c;
	/* background-color: #000066; */
	color: #ffffff;
} 

#page {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(background1.jpg) repeat-x top ; 
}

#header_out {
	width: 100%;
	height: 55px;
}

#header {
	position: relative;
	margin: 0px auto;
	width: 500px;
}

#nni {
	position: absolute;
	top: 5px;
	left: 35px;
	font-size: 0.8em;
}
#nni h2 {
	margin: 5px 0 0 0;
}
#nni .bodytext {
	padding: 0;
}

#title {
	position: relative;
	float: left;
	top: 30px;
	left: 294px;
	margin-right: 10px;
	font-weight: bold;
}

#sitetitle {
	float: left;
	margin-right: 7px;
	font-weight: bold;
}

#title h1 {
	font-size: 1em;
	margin: 0px;
}

#vp-name {
	float: left;
	font-weight: bold;
}

#lang {
	position: absolute;
	width: 150px;
	height: 40px;
	right: 0px;
	top: 30px;
	text-align: center;
	font-size: 0.8em;
	z-index: 10000;
}

#lang_home {
	position: absolute;
	width: 150px;
	height: 40px;
	right: 0px;
	top: 30px;
	text-align: center;
	font-size: 0.8em;
	z-index: 10000;
}

#content_out1 {
	width: 100%;
	height: 278px;
}

#content1 {
	position: relative;
	margin: 0px auto;
	width: 500px;
	padding: 0px 0 0 0;
}

#content_pic {
	position: absolute;
	width: 279px;
	height: 278px;
	top: 29px;
	left: 2px;
}

#content_flash {
	text-align: center;
	padding-top: 10px;
}

#content_home {
	position: absolute;
	height: 460px;
	width: 500px;
	text-align: center;
	top: 95px;
}

.demo_css {
/*	background: url(Flyer_Turkey.jpg) no-repeat center top ; */
}


#home_out {
	top: 205px;
	left: 80px;

}

#content_col {
	position: absolute;
	width: 498px;
	height: 478px;
	right: 0px;
	float: right;
	overflow: auto;
	font-size: 0.8em;
	padding: 15px 10px 15px 10px;
	margin: 0px;
}

#content_out2 {
	width: 100%;
	height: 230px;
	clear: both;
}

#content2 {
	margin: 0px auto;
	width: 500px;
}

#content_left {
	float: left;
	width: 271px;
	height: 200px;
	padding-top: 35px;
	padding-left: 0px;
	padding-right: 5px;
	overflow: hidden;
	font-size: 0.8em;
}

#content_middle {
	float: left;
	width: 239px;
	height: 220px;
	overflow: auto;
	font-size: 0.8em;
	padding: 4px 10px 5px 10px;
}

.menutitle {
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
	background-color: #eaeaea;
	text-align: center;
}

#content_right {
	float: right;
	text-align: center;
	width: 257px;
	height: 230px;
	overflow: hidden;
	font-size: 0.8em;
	background-color: #fff;
}

#footer_out {
	width: 100%;
}

#footer {
	margin: 0px auto;
	width: 500px;
	font-size: 0.6em;
	padding: 5px 0 0px 0;
	text-align: center;
}

#footer a {
	border-bottom: 0px;
}

#copyright {
	clear: both;
}

#nni_footer {
}

#footermenu, #footermenu1 {
}

#footermenu ul, #footermenu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footermenu li, #footermenu1 li {
	float: left;
	text-decoration: none;
	padding: 0; 
}

#footermenu li a, #footermenu1 li a {
	color: #8F8F8E;
	text-decoration: none;
}

#footermenu li.ACT, #footermenu1 li.ACT,
#footermenu li.CUR, #footermenu1 li.CUR {
	font-weight: bold;
} 


