html {
	height: 100%;
	margin: 0;
	padding: 0;
}

BODY{
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #666666;
	
	font-family: Arial;
	font-weight: normal;
	
	text-decoration: none;		
	color: #FFFFFF;
	text-align: center;
	
}

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

a:hover {
	text-decoration: underline;
}

a img { border: 0; }

/****
	CONTAINER	
		****/
		
		#container {
			position: relative;
			top: 50px; left: 0;
			width: 992px; height: 745px;
			margin: 0 auto;
			background: url(../images/start2.jpg) no-repeat;
			text-align: left;
		}
		
/****
	HEADER
		****/
		
		#header {
			position: relative;
			top: 0; left: 0;
			width: 100%; height: 120px;
			
		}
		
		#header_redline {
			position: relative;
			top: 57px; left: 0;
			width: 100%; height: 45px;
			background: #85151a;
		}

		#header_redline h1 {
			margin: 0 0 0 30px;
			padding: 0;
			font-size: 2px;
		}
		
		#header_redline h1 span {
			background: url(../images/logo.jpg) no-repeat;
  			height: 45px;
  			position: absolute;
  			width: 277px;
		}
		
/****
	ELEMENT TEXT
		****/
		
		#text {
			position: absolute;
			top: 0; left: 0;
			width: auto; height: auto;
			margin: 600px 0 0 500px;
		}

/****
	ELEMENT CONTENTSTART
		****/
		
		#content {
			position: absolute;
			bottom: 165px;
			right: 5px;
			width: 560px;
			color: black;
			font-size: 14px;
			font-weight: bold;
			text-align: right;
		}
		
		#content .csc-textpic-imagewrap img {
			border: 2px solid white;
		}

/****
	MENU NEXT
		****/
		
		#menu {
			position: absolute;
			bottom: 62px;
			left: 760px;
		}
		
		#menu p { margin: 0; padding: 0; }
		
		#menu a {
			color: white;
			text-decoration: none;
			font-size: 11px;
			font-family: Verdana;
			font-style: italic;
		}
		#menu a:hover { color: #85151a; }

/****
	SITELINKS
		****/
		
		#sitelinks {
			position: absolute;
			top: 0; left: 0;
			width: 492px; height: auto;
			margin: 70px 0 0 500px;
			text-align: right;
		}

		#sitelinks ul {
			list-style: none;
			margin: 0; 
			padding: 0;
		}
		
		#sitelinks ul li {
			position: relative;
			display: block;
			float: right;
			margin: 0 10px 0 0;
		}
		
		#sitelinks ul li span { display: none; }
		
		#sitelinks a {
			font-size: 12px;
			text-decoration: none;
		}
		
		#sitelinks a:hover {
			text-decoration: none;
		}


/****
	LANG
		****/
		
		#lang {
			position: absolute;
			top: 0; left: 0;
			margin: 70px 0 0 325px;
		}
