/* 
index.css
yatzy startseite
*/

/* alle inhalte sind zentriert */
.centered {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
}

.centered p {
	clear: both;
	line-height: 1.3em;
	text-align: center;
	margin: 20px 0px;
	padding: 0px 10px;
}

/* allgemeines highlight */
.highlight {
	color: #39B54A;
	font-weight: bold;
}

p#header {
	padding-bottom: 30px;
}

/* das startformular */
#gameform {
	margin-top: -45px; /* ausgleich zur highscore-tabelle */
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(img/title.jpg); /* insgesamt 500x300 pixel */
	background-repeat: no-repeat;
	float: right;
	width: 220px;
	height: 110px;
	padding-left: 250px;
	padding-top: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* bereich eingabefelder */
#gameform #names {
	float: left;
	margin-right: 10px;
}

/* eingabefelder */
#gameform #names input {
	margin-top: 2px;
	margin-bottom: 8px;
	padding: 2px 3px;
	width: 110px;
	margin-right: 10px;
	background-color: #CFCFCF;
	border: 1px solid white;
}

/* fokus für eingabefelder */
#gameform #names input.pseudoFocus {
	background-color: white;
	border: 2px solid #39B54A;
	padding: 1px 2px;
}

/* start-button */
#gameform #start input#startbutton {
	background-color: black;
	color: white;
	border: 0px;
	font-size: 100px;
	font-weight: bold;
	margin: 0px;
	margin-top: -18px;
	padding: 0px;
	width: 60px;
	height: 95px;
}

#gameform #start label {
	margin-left: 8px;
}

#gameform #start input#startbutton:hover {
	padding-left: 10px;
	color: #39B54A;
}

/* hinweis */
.centered .hint {
	width: 710px;
	margin: 30px auto;
	background-color: #D1E6EF;
	background-color: #FFF;
	color: black;
	border: 3px solid #2C8FBD;
	border: 3px solid #39B54A;
	padding: 6px;
	padding-top: 7px;
	clear: both;
}

.centered .hint p {
	margin: 0px;
	padding: 0px;
}

/* linkliste */
#linklist {
	margin: auto;
	width: 730px;
	padding: 0px;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
}

#linklist h2 {
	clear: both;
	font-size: 1.2em;
	letter-spacing: 1px;
	margin: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: italic;
	background-color: #CFCFCF;
	padding: 2px 0px;
	padding-bottom: 3px;
}

#linklist h2 a {
	color: #000000;
	text-decoration: none;
}

#linklist p {
	clear: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#linklist img {
	float: left;
	margin-right: 16px;
	margin-top: -2px;
	margin-bottom: 50px;
	border: 4px solid #CFCFCF;
}

#linklist h2:hover a img {
	border: 4px solid #2C8FBD;
}

#linklist h2:hover{
	background-color: #2C8FBD;
}

#linklist p.info {
	/*letter-spacing: -0.05em;*/
}

#linklist p.info a {
	letter-spacing: 0em;
}

#linklist span.info {
	float: right;
	font-family: Verdana, Helvetica, Arial;
	font-size: 0.7em;
	font-style: normal;
	letter-spacing: 0px;
	color: #444;
	margin-right: 5px;
}

p#footer {
	margin: 50px 0px;
}
