/*** HTML BASIS CSS ***/

* {
  margin: 0;
  padding: 0;
}

html { 
	/* height: 100%;  */
}

body {
  height: 100%;
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  background: #ffffff;
}

a {
  color: #00617d;
  text-decoration: none;
}

a:hover { 
	color: #00617d; 
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 { 
	font-size: 1em; 
}

img,fieldset { 
	border: 0; 
}

legend { 
	display: none; 
}

input,
textarea,
select {
	background: #ffffff;
	border: 0;
	font-size: 11px;
	color: #999999;
	font-family: Tahoma;
	padding: 2px 8px;
}


/********************
* TYPO3 CLASSES
********************/

.align-right   { text-align: right;   }
.align-center  { text-align: center;  }
.align-left    { text-align: left;    }
.align-justify { text-align: justify; }


/********************
* TYPO3 EXTENSIONS
********************/

		
/********************
* LAYOUT
********************/
	
/****
	PSEUDO
		****/
		
		#top {
			
		}
		
		#end {
		
		}

/****
	CONTAINTER
		****/
		
		#container {
			position: relative;
			width: 800px;
			height: 600px;
			margin: 80px auto 0 auto;
			
		}
		
		#container .link_de a {
			position: absolute;
			display: block;
			bottom: 58px;
			left: 334px;
			width: auto;
			height: 20px;
			padding: 4px;
			/*text-indent: -999em;
			overflow: hidden;
			*/
			cursor: pointer;
			background: #c2c000;
			color: #ffffff;
			font-size: 12px;
		}
		
		#container .link_en a {
			position: absolute;
			display: block;
			bottom: 58px;
			left: 396px;
			width: auto;
			padding: 4px;
			height: 20px;
			/*text-indent: -999em;
			overflow: hidden;*/
			cursor: pointer;			
			background: #c2c000;
			color: #ffffff;
			font-size: 12px;
		}
		
		#container .link_skip a {
			position: absolute;
			display: block;
			top: 492px;
			left: 357px;
			width: auto;
			padding: 2px 4px;
			height: auto;
			/*text-indent: -999em;
			overflow: hidden;*/
			cursor: pointer;			
			background: #000000;
			border: 1px solid white;
			color: #ffffff;
			font-size: 10px;
			font-weight: bold;
			text-transform: uppercase;
			
		}
		
		#container .link_skip a:hover {
			text-decoration: none;
		}
		
		
		
		
		
