/**
 * @section global
 */

* {
	border:0;
	margin:0;
	padding:0;	
}

body {
	background:#104194;
	color:#FFFFFF;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:11px;
	height:600px;
	width:780px;
}

h3 {
	font-size:13px;
	margin:0;
}

a,
.link {
	color:#FECC00;
	cursor:pointer;
	text-decoration:underline;
}

	a:hover {
		text-decoration:none;		
	}

ul,
li {
	list-style:none;
}

fieldset {
	float:left;
	position:relative;
}

label {
	display:block;
	float:left;
	height:20px;
	line-height:20px;	
}

input {
	font-family:Trebuchet MS;
	font-size:11px;
	float:left;
}

input[type="text"],
input[type="password"] {
	background:#8CA5D3;
	border:1px solid #FFFFFF;
	height:14px;
	padding:2px;
}

	input[readonly="readonly"] {
		color:#000000;
	}

textarea {
	background:#8CA5D3;
	border:1px solid #FFFFFF;
	padding:4px;		
}
	
/**
 * @bugfixing ie6
 */

input[type="submit"] {
	background:url(../images/arrow_right.png) transparent 0 8px no-repeat;
	color:#FECC00;
	cursor:pointer;
	height:22px;
	padding-left:15px;
}
input.back {
	background:url(../images/arrow_left.png) transparent 0 8px no-repeat;
}

img {
	border:none;
}

.yellow {
	color:#FECC00;
}

.little-yellow-error-message {
	color:#FECC00;
	font-size:9px;
	font-style:italic;
	position:absolute;
}

.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}

/**
 * @section page
 */

#page-wrap {
	float:left;
	height:600px;
	position:relative;
	width:780px;
}

/*
 * @section menu
 * @bugfixing ie6
 */

#navigation {
	height:40px;
	padding:90px 0 30px;
}
	
	.navigation-logged-in {
		background:url(../images/navi_logged_in.gif) no-repeat;
	}
	
	.navigation-logged-out {
		background:url(../images/navi_logged_out.gif) no-repeat;
	}
	
	#navigation > a {
		display:block;
		float:left;
		height:40px;
	}
	
	#navigation #willkommen {
		width:110px;
	}
	
		#navigation #willkommen:hover,
		#navigation .willkommen-aktiv {
			background:url(../images/navigation/willkommen.gif) no-repeat;
		}
	
	#navigation #anleitung {
		width:65px;
	}
	
		#navigation #anleitung:hover,
		#navigation .anleitung-aktiv {
			background:url(../images/navigation/anleitung.gif) no-repeat;
		}
	
	#navigation #gewinne {
		width:60px;
	}
	
		#navigation #gewinne:hover,
		#navigation .gewinne-aktiv {
			background:url(../images/navigation/gewinne.gif) no-repeat;
		}
	
	#navigation #spielen {
		width:60px;
	}
	
		#navigation #spielen:hover, 
		#navigation .spielen-aktiv {
			background:url(../images/navigation/spielen.gif) no-repeat;
		}
	
	#navigation #highscore {
		margin-left:190px;
		width:65px;
	}
	
		#navigation #highscore:hover,
		#navigation .highscore-aktiv {
			background:url(../images/navigation/highscore.gif) no-repeat;
		}
	
	#navigation #highscore-logged-in {
		margin:5px 0 0 244px;
		width:65px;
	}
	
		#navigation #highscore-logged-in:hover,
		#navigation .highscore-logged-in-aktiv {
			background:url(../images/navigation/highscore.gif) no-repeat;
		}
	
	#navigation #registrieren {
		width:65px;
	}
	
		#navigation #registrieren:hover,
		#navigation .registrieren-aktiv {
			background:url(../images/navigation/registrieren.gif) no-repeat;
		}
	
	#navigation #login {
		width:40px;
	}
	
		#navigation #login:hover,
		#navigation .login-aktiv {
			background:url(../images/navigation/login.gif) no-repeat;
		}
	
	/**
	 * @bugfixing ie6
	 */
	
	#navigation #logout {
		height:14px;
		margin:19px 6px 0 10px;
		width:35px;
	}
	
		#navigation #logout:hover {
			background:url(../images/navigation/logged_out_over.gif) no-repeat;
		}
	
	#navigation #weiterempfehlen {
		width:125px;
	}
	
		#navigation #weiterempfehlen:hover {
			background:url(../images/navigation/weiterempfehlen.gif) no-repeat;
		}
	
	#navigation .weiterempfehlen-logged-in {
		margin-left:0;
		background:url(../images/navigation/weiterempfehlen.gif) no-repeat;
		width:125px;
	}
	
	#navigation .weiterempfehlen-logged-out {
		margin-left:0;
		background:url(../images/navigation/weiterempfehlen.gif) no-repeat;
		width:125px;
	}
/*
 * Content
 */

.content-abstract {
	min-height:440px;
	padding-left:40px;
	overflow:hidden;
}

	.content-abstract > h3 {
		margin-bottom:15px;
	}

	.content-abstract > p {
		line-height:17px;
		margin:0 0 15px;
	}
	
	.content-abstract > p:last-child {
		margin-bottom:0 !important;
	}
	
.background-with-cup {
	background:url(../images/backgrounds/bg_standard.jpg) no-repeat 0 0;
}

/**
 * @section startseite
 */

	#content-startseite {
		background:url(../images/backgrounds/bg_startseite.jpg) no-repeat 0 0;
	}
	
		.text-abstract {
			height:335px;
			overflow:auto;
		}
			
			.text-abstract h3 {
				margin-bottom:20px;
			}
			
			.text-abstract > #left {
				float:left;
				width:350px;
			}
			
				#left > p:last-child {
					margin-bottom:0 !important;
				}
			
			.text-abstract > #right {
				float:right;
				padding-right:40px;
				width:350px;
			}

				.text-abstract p:last-child {
					padding-bottom:0 !important;
				}

/**
 * @section homepage
 * @bugfixing ie6
 */
			
#text-welcome h3 {
	margin-bottom:15px;
}

#text-welcome p {
	line-height:16px;
	padding-bottom:19px;
}

/**
 * @section game
 * @date 2009-04-27
 */

#game-wrap {
	height:600px;
	left:0;
	position:absolute;
	top:0;
	width:780px;
}

/**
 * @section manual
 * @date 2009-04-29
 */

#content-manual {
	background:url(../images/backgrounds/background_clear.jpg) no-repeat 0 0;
}
	
	/**
	 * @bugfixing ie6
	 */
	
	#mountain {
		background:url(../images/manual/abdeck_verlauf.png) no-repeat 0 0;
		bottom:102px;
		height:82px;
		position:absolute;
		right:20px;
		width:371px;
		z-index:1;
	}	

#text-manual p {
	margin-bottom:37px;
}

#text-manual > #right {
	padding-right:20px;
}

.manual-image-box {
	float:left;
	width:350px;
}

	#manual-image-one {
		background:url(../images/manual/manual_1.png) no-repeat top center;
		margin:10px 0 60px;
		height:210px;
	}
	
	#manual-image-two {
		background:url(../images/manual/manual_2.png) no-repeat top center;
		height:209px;
	}
	
	#manual-image-three {
		background:url(../images/manual/manual_3.png) no-repeat top center;
		height:247px;
	}

/**
 * @section login
 * @date 2009-04-30
 */

#content-login {
	background:url(../images/backgrounds/background_with_many_mountain_and_cup.jpg) no-repeat 0 0;
}

	#content-login > h3 + p {
		float:left;
		width:351px;
	}
	
	#login-form {
		float:left;
		position:relative;
		margin-top:25px;
		width:354px;
	}
	
		#login-form > p {
			left:71px;
		}
	
		#login-form > label {
			margin-bottom:16px;
			width:71px;
		}
		
		#login-form > input[type="text"],
		#login-form > input[type="password"] {
			margin-bottom:16px;
			width:277px;
		}
		
		#login-form > input[type="submit"] {
			margin-left:71px;
		}
		
		#password-fortgot-link {
			background:url(../images/arrow_right.png) transparent 0 6px no-repeat;
			float:right;
			height:20px;
			padding-left:15px;
			line-height:20px;
		}
		
		/**
		 * @subsection error messages
		 */
		
		#unknown-user-wrong-password-message {
			top:-31px;
		}
/**
 * @section logged in
 */

#logged-in-welcome-text {
	width:351px;
}

/**
 * @section game
 * @date 2009-04-28
 */

#content-winnings {
	background:url(../images/backgrounds/background_winnings.jpg) no-repeat 0 0;
}

	#content-winnings > p {
		width:600px;
	}
	
	/*
	 * list with winnings items
	 */

	#winnings-overview {
		width:500px;
	}
	
	/**
	 * @bugfixing ie6
	 */
	
	#winnings-overview > li {
		background:url(../images/arrow_right.png) no-repeat 0 4px;
		line-height:16px;
		margin-bottom:3px;
		padding-left:20px;
	}
			
/**
 * @section highscore navigation and search
 * @date 2009-04-27
 * @last-modefied 2009-04-30 11:35
 */

#highscore-right {
	float:right;
	height:52px;
	margin-right:39px;
	position:relative;
	width:240px;
}
	#higscore-naviagtion {
		left:50%;
		margin-left:-77px;
		position:absolute;
		width:154px;
	}
	
	#higscore-naviagtion * {
		float:left;
	}
	
	#higscore-naviagtion a:first-child {
		margin-right:5px;
	}
	
	#higscore-naviagtion a:last-child {
		margin-left:5px;
	}
	
	#higscore-naviagtion > p {
		text-align:center;
		width:80px;
	}
	
	#user-search-form {
		bottom:0;
		position:absolute;
		left:0;
	}
	
		#user-search-form > input[type="text"] {
			width:174px;
		}
		
		#user-search-form > input[type="submit"] {
			margin-left:10px;
			width:50px;	
		}
	
#highscore-table {
	float:left;
	width:350px;
}
	
	#highscore-table > thead {
		font-weight:normal;
		height:35px;
		margin-bottom:23px;
		text-align:left;
	}

		#highscore-table tr > th:first-child {
			width:70px;
		}
		
		#highscore-table tr > th:last-child {
			text-align:right;
			width:65px;
		}

	#highscore-table tr > td {
		padding-bottom:4px;
	}	
	
	.highscore-column-middle {
		padding-left:20px !important;
	}
	
	#highscore-table tr > td:last-child {
		text-align:right;
	}

	#user-highlighted,
	#user-search-highlighted,
	#highscore-table > tfoot,
	#user-search-fail {
		color:#FECC00;
	}
	
	#user-search-fail {
		bottom:240px;
		font-style:italic;
		position:absolute;
		right:45px;
		text-align:center;	
	}
		
		/**
		 * @bugfixing ie6
		 */
		
		#user-search-highlighted > #arrow {
			background:url(../images/arrow_right.png) transparent 0 3px no-repeat;
		}
		
	/*
	 * @subsectionfoot
	 * @@bugfixing
	 */
	
	#highscore-table > tfoot td {
		padding:10px 0 0;
	}

/**
 * @section register
 * @date 2009-04-30
 */

#content-register {
	background:url(../images/backgrounds/background_register.jpg) no-repeat 0 0;
	float:left;
	padding-right:40px;
	width:700px;
}
	
	#content-register > h3 {
		float:left;
	}
	
	#content-register > p > span {
		font-style:italic;
	}
	
	#register-form label {
		margin-bottom:16px;
	}
	
	#register-form input[type="text"],
	#register-form input[type="password"] {
		margin-bottom:16px;
		width:212px;
	}

	#register-form input[type="submit"] {
		margin-top:43px;
	}
	
	/**
	 * @subsection register errors
	 */
		
	.error-text-collum-one {
		top:-15px;
	}
	
	.error-text-collum-two {
		top:22px;
	}
	
	.error-text-collum-three {
		top:57px;
	}
	
	#error-text-street {
		top:93px;
	}
	
	#error-text-zip {
		top:129px;
	}
	
	#error-text-place {
		top:165px;
	}
	
	.error-text-email {
		top:238px;
	}
	
	#register-form #error-text-toc-pp {
		left:0;
		top:100px;
	}
	
	#register-form .register-input-error {
		background:#FEF1BA;
		border:1px solid #FECC00;
	}
	
	#register-form .register-label-error {
		color:#FECC00;
	}
	
	#register-error-headline {
		color:#FECC00;
		float:left;
		font-size:13px;
		font-style:italic;
	}

	/**
	 * @subsection left row
	 */

	#register-column-left {
		width:311px;
		margin-right:39px;
	}
	
		#register-column-left > label {
			width:93px;
		}
		
		#register-column-left > select {
			float:left;
			height:20px;
			width:218px;
		}

		/*
		 * error texte
		 */
		
		#register-column-left > p {
			left:94px;
		}
		
		#register-form #register-column-left > #label-street {
			width:35px;	
		}
		
		/**
		 * @bugfixing ie6
		 */
		
		#register-column-left > #street {
			margin-right:10px;
			width:170px;
		}
		
		#register-column-left > #label-street-number {
			width:58px;
		}
		
		#register-form #register-column-left > #street-number {
			width:26px;
		}
	
	/**
	 * @subsection right row
	 */
	
	#register-column-right {
		width:350px;
	}
	
		#register-column-right > label {
			width:131px;
		}

		/*
		 * error texte
		 */
		
		#register-column-right > p {
			left:132px;
		}
		
		#register-toc-pp {
			margin:23px 8px 0 0;
		}
		
		/**
		 * @bugfix ie6 / ie7
		 */
		
		*+html #register-toc-pp {
			margin:19px 8px 0 0;
		}
		
		#register-toc-pp-wrap {
			float:left;
			margin-top:20px;
		}
			
			#register-column-right > #register-toc-pp-wrap > label {
				display:inline;
				float:none;
				margin:0;
			}

/**
 * @section
 */

#content-game-end {
	background:url(../images/backgrounds/background_with_many_mountain_and_cup.jpg) no-repeat 0 0;
}

	#text-game-end p {
		margin-bottom:20px;
	}

/**
 * @section game end user break
 */

#content-game-end-user-break {
	padding-right:40px;
}

/**
 * @section recommand
 * @date 2009-04-30
 */

#content-recommand {
	padding-right:40px;
}
	
	#content-recommand > h3 {
		float:left;
	}
	
	#recommand-form {
		float:left;
		margin-top:35px;
		width:100%;		
	}
		
		/**
		 * @subsection column left
		 */
		
		#recommand-column-left {
			width:311px;
		}
	
			#recommand-column-left > label,
			#recommand-column-left > input[type="text"] {	
				margin-bottom:16px;
			}
	
			#recommand-column-left > label {
				width:166px;
			}

			/*
			 * error messages
			 */

			#friend-name-error-message {
				top:-30px;
			}
			
			#recommand-column-left > p {
				left:167px;
			}
			
			#recommand-column-left > img {
				float:left;
				margin:0 0 16px 166px;
			}
			
			#recommand-column-left > #error-message-captcha {
				left:0;
				top:160px;
			}
			
		/**
		 * @subsection column right
		 */
		
		#recommand-column-right {
			width:350px;
		}
		
			#recommand-column-right > label {
				margin-bottom:5px;
			}
			
			#recommand-column-right > textarea {
				height:70px;
				margin-bottom:67px;
				width:350px;
			}
			
				#recommand-column-right > textarea + p {
					left:0;
					top:110px;
				}

	#text-recommand-send p {
		margin-bottom:21px;
	}
	
	#previewlink {
		float:right;
	}
	
	#preview {
		background:url(../images/backgrounds/background_with_many_mountain_and_cup.jpg) no-repeat 0 0;
		display:none;
		height:440px;
		left:0;
		position:absolute;
		top:160px;
		width:780px;
		z-index:5;
	}
	
	#preview div {
		float:left;
		width:311px;
	}
	
	#preview div .yellow {
		font-style:italic;
	}
	
	#preview #message {
		height:215px;
		overflow:auto;
	}
	
/**
 * @section text boxes overlay
 * @date 2009-04-30
 */

.text-box-wrap {
	display:none;
	position:absolute;
	top:162px;
	left:40px;
	width:685px;
}

/**
 * @section messages
 * @date 2009-04-30
 */

#content-message {
	background:url(../images/backgrounds/background_with_many_mountain_and_cup.jpg) no-repeat 0 0;
}

	#content-message > p {
		width:351px;
	}

/**
 * @section foot
 * @date 2009-04-28
 */

#foot {
	bottom:0;
	left:0;
	position:absolute;
	width:780px;
	z-index:10;
}

	#foot a {
		color:#FFFFFF;
	}
	
	#toc-pp {
		bottom:15px;
		font-size:9px;
		left:40px;
		position:absolute;
		
	}