/********/
/* TAGS */
/********/
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
}

body {
	font-family: arial;
	background-color: #E0E0E0;
	height: 101%;
}

img { border: 0 none; }

input[type=text] {
	border: 1px solid #FECA92;
	background-color: #FFFFFF;
	color: #000000;
}

input[type=password] {
	border: 1px solid #FECA92;
	background-color: #FFFFFF;
	color: #000000;
}

textarea {
	border: 1px solid #FECA92;
	background-color: #FFFFFF;
	color: #000000;
}

select { border: 1px solid #FECA92; }
/*******/
/* IDs */
/*******/

#top-mini-buttons {
	width: 108px;
	height: 30px;
	text-align: center;
	position: absolute;
	bottom: 14px;
	right: 32px;
}

#facebook-frame {
	width: 130px;
	height: 21px;
	text-align: center;
	position: absolute;
	bottom: 18px;
	right: 20px;
}

#facebook-link-button {
	width: 20px;
	height: 21px;
	text-align: center;
	position: absolute;
	bottom: 18px;
	right: 160px;
}

#twitter-link-button {
	width: 21px;
	height: 21px;
	text-align: center;
	position: absolute;
	bottom: 18px;
	right: 190px;
}

#blogger-link-button {
	width: 21px;
	height: 21px;
	text-align: center;
	position: absolute;
	bottom: 18px;
	right: 220px;
}

#online-count {
	width: 250px;
	height: 20px;
	position: absolute;
	right: 250px;
	bottom: 18px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial;
	text-align: center;
}

#top-login {
	position: absolute;
	width: 250px;
	height: 82px;
	background-image: url("../../images/login-background.png");
	right: 0px;
	bottom: 80px;
	color: #FECA92;
/*	display: table; */
	padding: 5px;
}

#top-login-error {
	position: absolute;
	background-image: url("../../images/login-background.png");
	right: 32px;
	height: 20px;
	bottom: 60px;
	width: 250px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-weight: bold;
	color: #FF2222;
}

#top-welcome {
	position: absolute;
	width: 250px;
	height: 82px;
	background-image: url("../../images/login-background.png");
	right: 32px;
	bottom: 80px;
	color: #FECA92;
/*	display: table; */
	padding: 5px;
}

#big-login {
	width: 300px;
	bottom: 80px;
}

#big-login-error {
	right: 32px;
	width: 250px;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}

#top-welcome i { color: #FFFFFF; }

#top-login a {
	color: #FFFFFF;
	text-decoration: none;
}

#top-login a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#top-logo {
	width: 212px;
	height: 74px;
	position: absolute;
	bottom: 88px;
	left: 35px;
}

#top-logo-moon {
	width: 282px;
	height: 90px;
	position: absolute;
	bottom: 78px;
	right: 35px;
	background-image: url("../../images/win-moon-sunnygames.png");
}

#top-kartenfaecher {
	width: 216px;
	height: 80px;
	position: absolute;
	bottom: 60px;
	left: 0px;
}

#top-menu {
	height: 190px;
	background-image: url("../../images/top-background.jpg");
	border-bottom: 3px solid #FECA92;
}

#main-menu {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 130px;
	height: 60px;
}

#main-menu-left-border {
	background-image: url("../../images/menu-left.png");
	width: 7px;
	height: 60px;
	float: left;
}

#main-menu-right-border {
	background-image: url("../../images/menu-right.png");
	width: 7px;
	height: 60px;
	float: right;
}

#main-menu-content {
	background-image: url("../../images/menu-middle.png");
	width: 966px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}

#mainNavItems {
	list-style-type: none;
	color: #FFFFFF;
	padding-top: auto;
	font-family: Arial;
	font-size: 14px;
}

#mainNavItems a {
	color: #FFFFFF;
	text-decoration: none;
}

#mainNavItems a:hover {
	color: #464646;
	text-decoration: none;
}

#mainNavItems li {
	list-style-type: none;
	float: left;
	padding-left: 35px;
	padding-top: 22px;
	padding-bottom: 24px;
	position: relative;
}

#mainNavItems li > ul li {
	list-style-type: none;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	width: 100px;
}

#bottomNavItems {
	list-style-type: none;
	color: #FFFFFF;
	padding-top: auto;
	font-family: Arial;
	font-size: 14px;
}

#bottomNavItems a {
	color: #FFFFFF;
	text-decoration: none;
}

#bottomNavItems a:hover {
	color: #FDF523;
	text-decoration: none;
}

#bottomNavItems li {
	list-style-type: none;
	float: left;
	padding-left: 35px;
	padding-top: 22px;
	padding-bottom: 24px;
	position: relative;
	padding-right: 75px;
	color: #FDF523;
}

#bottomNavItems li > ul li {
	list-style-type: none;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	width: 100px;
	left: 0px;
}

#faq_list a { }

#main-content {
	width: 980px;
	background-color: #FFFFFF;
	color: #464646;
	margin-left: auto;
	margin-right: auto;
}

#teaser {
	margin-left: auto;
	margin-right: auto;
	height: 370px;
	width: 920px;
}

#teaser-image {
	width: 920px;
	height: 350px;
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
}

#teaser-image-top-left {
	background-image: url("../../images/picture-left_top.png");
	width: 20px;
	height: 20px;
	position: relative;
	top: -10px;
	left: -10px;
}

#teaser-image-top-right {
	background-image: url("../../images/picture-right_top.png");
	width: 20px;
	height: 20px;
	position: relative;
	top: -50px;
	left: 910px;
}

#teaser-image-top-center {
	background-image: url("../../images/picture-top_middle.png");
	width: 900px;
	height: 20px;
	position: relative;
	top: -30px;
	left: 10px;
}

#teaser-image-middle-left {
	background-image: url("../../images/picture-left_middle.png");
	width: 10px;
	position: relative;
	left: -10px;
	top: -50px;
	height: 330px;
}

#teaser-image-middle-right {
	background-image: url("../../images/picture-right_middle.png");
	width: 10px;
	height: 330px;
	position: relative;
	left: 920px;
	top: -710px;
}

#teaser-image-content {
	position: relative;
	top: -380px;
	left: 10px;
	width: 900px;
	height: 330px;
}

#teaser-image-bottom-left {
	background-image: url("../../images/picture-left_bottom.png");
	width: 20px;
	height: 20px;
	position: relative;
	top: -1000px;
	left: -10px;
}

#teaser-image-bottom-right {
	background-image: url("../../images/picture-right_bottom.png");
	width: 10px;
	height: 10px;
	float: right;
}

#teaser-image-bottom-center {
	margin-left: auto;
	margin-right: auto;
}

#quick-buttons {
	margin-left: auto;
	margin-right: auto;
	width: 910px;
	padding-top: 35px;
/*	padding: 35px;
	padding-bottom: 0px; */
	display: table;
}

#quick-buttons-small {
	margin-left: auto;
	margin-right: auto;
	width: 910px;
	padding-top: 40px;
	padding-bottom: 5px;
	display: table;
}

#download-buttons {
	margin-left: auto;
	margin-right: auto;
	width: 910px;
	padding-bottom: 20px;
	display: table;
}

#quick-button-1 {
	float: left;
	padding-right: 24px;
}

#quick-button-2 {
	float: left;
	padding-right: 24px;
}

#quick-button-3 {
	float: left;
	padding-right: 24px;
}

#quick-button-4 { float: left; }

#news-foot {
	width: 980px;
	height: 78px;
	background-color: #E0E0E0;
	background-image: url("../../images/twitter-background.jpg");
	color: #464646;
	margin-left: auto;
	margin-right: auto;
}

#news-icon {
	height: 23px;
	width: 23px;
	background-image: url("../../images/twitter-icon.png");
}

#footer-nav {
	width: 980px;
	background-color: #757575;
	margin-left: auto;
	margin-right: auto;
	height: 190px;
	position: relative;
}

#bottom-cards-bubble {
	height: 166px;
	width: 222px;
	background-image: url("../../images/karten-bubble.jpg");
	position: absolute;
	left: 740px;
	bottom: 10px;
}

#bottom-hotlinks {
	position: absolute;
	left: 35px;
	top: 200px;
	width: 500px;
}

#last-row {
	width: 980px;
	color: #464646;
	font-family: Arial;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#last-row a {
	text-decoration: none;
	color: #464646;
	font-family: Arial;
	font-size: 10px;
}

#last-row a:hover {
	text-decoration: underline;
	color: #464646;
	font-family: Arial;
	font-size: 10px;
}

#bottom-copyright {
	width: 300px;
	float: right;
	padding-bottom: 15px;
	padding-right: 35px;
	text-align: right;
}

#bottom-last-modify {
	width: 300px;
	float: left;
	padding-bottom: 15px;
	padding-left: 35px;
	text-align: left;
}

#bottom-sitemap {
	width: 300px;
	float: right;
	text-align: right;
	padding-bottom: 15px;
	padding-right: 35px;
}

#bottom-nav {
	padding-left: 35px;
	padding-top: 35px;
}

#mini-login-button a { text-decoration: none; }

#mini-login-button a:hover { text-decoration: none; }

#skat-zugang {
	background-image: url("../../images/skat-zugang.png");
	position: absolute;
	width: 162px;
	height: 82px;
	top: -70px;
	left: 528px;
}

#persDataShow { display: table; }

#rangliste {
	width: 500px;
	white-space: nowrap;
}

#rangliste th { text-align: left; }

#regelwerk {
	padding-top: 25px;
	padding-bottom: 30px;
}

#regelwerk p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#regelwerk p > b {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
}

#regelwerk h4 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#regelwerk h5 {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#daily-term-container {
	padding-left: 35px;
	padding-right: 35px;
	min-height: 78px;
	background-image: url("../../images/daily-term-background.jpg");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #F2F2F2;
}

#daily-term-container a {
	color: #F07D00;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
}

#daily-term-icon {
	width: 23px;
	height: 27px;
	background-image: url("../../images/begriffe-icon.png");
}

#daily-term { }

#daily-term-header {
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	color: #464646;
	padding-bottom: 5px;
}

#daily-term-text {
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	color: #464646;
}
/***********/
/* KLASSEN */
/***********/

.container {
	padding-left: 35px;
	padding-right: 35px;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	line-height: 20px;
	min-height: 200px;
}

.container a {
	color: #FECA92;
	text-decoration: underline;
}

.container H2 {
	color: #FECA92;
	font-family: Arial;
	font-size: 22px;
	padding-bottom: 7px;
}

.container H3 {
	color: #FECA92;
	font-size: 18px;
}

.container p {
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	line-height: 20px;
}

.container p > b {
	font-weight: bold;
	font-family: Arial;
	font-size: 16px;
	line-height: 22px;
}

.right { text-align: right; }

.container ul, .container ol { padding-left: 20px; }

.userbild { border: 1px solid #FECA92; }

.play_teaser_button_top_right {
	position: relative;
	float: right;
	padding-left: 20px;
}

.top-mini-button {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 7px;
}

.main_teaser_image {
	height: 370px;
	width: 684px;
	display: table;
	float: left;
}

.main_teaser_news {
	float: right;
	height: 363px;
	width: 202px;
	padding-top: 5px;
	padding-right: 8px;
}

.main_teaser_news_content {
	width: 202px;
	height: 360px;
	background-image: url("../../images/news-background.png");
	background-repeat: no-repeat;
}

.main_teaser_news_link {
	width: 202px;
	height: 92px;
}

.quick-button {
	width: 204px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #464646;
	padding-bottom: 35px;
}

.quick-button a {
	color: #F07D00;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
}

.quick-button a:hover {
	text-decoration: none;
	color: #464646;
}

.quick-button H3 {
	color: #F07D00;
	font-family: Arial;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;
}

.quick-button H3:hover {
	text-decoration: none;
	color: #464646;
}

.quick-button H3 > a {
	color: #F07D00;
	font-family: Arial;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
}

.quick-button P {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #464646;
	padding: 10px;
}

.quick-button SPAN { padding-left: 10px; }

.quick-button-small {
	width: 204px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #464646;
	float: left;
	padding-bottom: 35px;
}

.quick-button-small a {
	color: #FECA92;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

.quick-button-small a:hover {
	text-decoration: none;
	color: #464646;
}

.quick-button-small H2 {
	color: #FECA92;
	font-family: Arial;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.quick-button-small H2:hover {
	text-decoration: none;
	color: #464646;
}

.quick-button-small H2 > a {
	color: #FECA92;
	font-family: Arial;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}

.quick-button-small P {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #464646;
	padding: 10px;
}

.quick-button-small SPAN { padding-left: 10px; }

.quickbutton_news_content {
	width: 204px;
	height: 252px;
	background-image: url("../../images/news-background.jpg");
	background-repeat: no-repeat;
}

.quick-button-news-box-text {
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	width: 160px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 186px;
}

.download-button {
	width: 158px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #464646;
}

.download-button a {
	color: #FECA92;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
}

.download-button a:hover {
	text-decoration: none;
	color: #464646;
}

.download-button H3 {
	color: #FECA92;
	font-family: Arial;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;
}

.download-button H3:hover {
	text-decoration: none;
	color: #464646;
}

.download-button H3 > a {
	color: #FECA92;
	font-family: Arial;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
}

.download-button P {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #464646;
	padding: 10px;
}

.download-button SPAN { padding-left: 10px; }

.text_14 {
	font-family: Arial;
	font-size: 14px;
}

.text_12 {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}

.text_10 {
	font-family: Arial;
	font-size: 11px;
}

.input_caption {
	position: relative;
	left: 2px;
}

div.spacer {
	height: 1px;
	width: 1px;
}

.input_data {
	position: relative;
	right: 2px;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}
.vertical-center * { vertical-align: middle; }

.raking_label {
	font-size: 12px;
	font-weight: bold;
	color: #FECA92;
}

.news-box-header {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 162px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.news-box-text {
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	width: 160px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 300px;
}

.table { display: table; }

.tr { display: table-row; }

.td { display: table-cell; }

.labeledInput { 
	padding-bottom: 10px;
	min-height: 20px;
}

.inputLabel {
	font-weight: bold;
	min-height: 20px;
}

.justify { text-align: justify; }

.spacedList li { padding-bottom: 5px; }

.highlight {
	background-color: #EEEEEE;
	font-weight: bold;
}


textarea.inline-input {
	border: none;
	background-color: #FFFFFF;
	color: #000000;
}
/****************************/
/*	GRAFISCHE DEKO-KLASSEN	*/
/****************************/

.kartenhand-1 {
	width: 298px;
	height: 222px;
	float: right;
	padding-left: 20px;
	background-image: url("../../images/karten-hand-1.jpg");
	background-position: right;
	background-repeat: no-repeat;
	margin-right: -35px;
}

.kartenhand-2 {
	width: 364px;
	height: 224px;
	float: right;
	padding-left: 20px;
	background-image: url("../../images/karten-hand-2.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-right: -35px;
	margin-top: 28px;
	padding-top: 70px;
	
}

.kartenhand-3 {
	width: 190px;
	height: 266px;
	float: right;
	padding-left: 20px;
	background-image: url("../../images/karten-hand-3.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-top: -266px;
	margin-bottom: 0px;
	margin-right: 50px;
}

.kartenhand-4 {
	width: 306px;
	height: 224px;
	float: right;
	padding-left: 20px;
	background-image: url("../../images/karten-hand-4.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-top: -224px;
	margin-bottom: 0px;
	margin-right: 80px;
}

.kartenhaufen-1-left {
	width: 294px;
	height: 250px;
	float: left;
	padding-right: 20px;
	background-image: url("../../images/kartenhaufen-1.jpg");
	background-position: left;
	background-repeat: no-repeat;
}

.kartenhaufen-2 {
	width: 294px;
	height: 230px;
	float: right;
	padding-left: 20px;
	background-image: url("../../images/kartenhaufen-2.jpg");
	background-position: right;
	background-repeat: no-repeat;
	margin-right: -35px;
	margin-bottom: -100px;
}

.kartenhaufen-3 {
	width: 400px;
	height: 214px;
	float: right;
	padding-left: 20px;
	background-image: url("../../images/kartenhaufen-3.jpg");
	background-position: right;
	background-repeat: no-repeat;
	margin-top: -230px;
}

.karten-background-filler {
	background-image: url("../../images/karten-background.jpg");
	height: 133px;
	margin-left: -35px;
	margin-right: -35px;
}

.karten-background-1 {
	background-image: url("../../images/karten-background-1.jpg");
	height: 133px;
	margin-left: -35px;
	margin-right: -35px;
}

.karten-background-2 {
	background-image: url("../../images/karten-background-2.jpg");
	height: 133px;
	margin-left: -35px;
	margin-right: -35px;
}

.karten-background-3 {
	background-image: url("../../images/karten-background-3.jpg");
	height: 133px;
	margin-left: -35px;
	margin-right: -35px;
}

.karten-background-4 {
	background-image: url("../../images/karten-background-4.jpg");
	height: 133px;
	margin-left: -35px;
	margin-right: -35px;
}

.karten-background-5 {
	background-image: url("../../images/karten-background-5.jpg");
	height: 133px;
	margin-left: -35px;
	margin-right: -35px;
}

.karten-background-6 {
	background-image: url("../../images/karten-background-6.jpg");
	height: 133px;
	margin-left: -35px;
	margin-right: -35px;
}

.karten-background-7 {
	background-image: url("../../images/karten-background-7.jpg");
	height: 133px;
	margin-left: -35px;
	margin-right: -35px;
}

.karten-background-8 {
	background-image: url("../../images/karten-background-8.jpg");
	height: 133px;
	margin-left: -35px;
	margin-right: -35px;
}

.karten-background-9 {
	background-image: url("../../images/karten-background-9.jpg");
	height: 133px;
	margin-left: -35px;
	margin-right: -35px;
}

.medallien-rangliste {
	background-image: url("../../images/medallien-rangliste.jpg");
	float: right;
	width: 110px;
	height: 564px;
	margin-right: -35px;
	margin-top: -564px;
}

.geld-karten {
	background-image: url("../../images/geld-karten-1.jpg");
	float: right;
	width: 364px;
	height: 224px;
	margin-right: -35px;
	margin-top: -64px;
}

.geld-karten-2 {
	background-image: url("../../images/geld-karten-2.jpg");
	float: right;
	width: 294px;
	height: 224px;
	margin-right: -35px;
	margin-top: -224px;
}

.demnaechst {
	background-image: url("../../images/demnaechst.png");
	width: 168px;
	height: 90px;
}

.kontakt-image {
	background-image: url("../../images/kontakt.jpg");
	float: right;
	width: 446px;
	height: 300px;
	margin-top: -300px;
	margin-right: -35px;
}

.background-coming_soon {
	background-image: url("../../images/background-coming_soon.jpg");
	width: 980px;
	height: 136px;
}

.errorBox {
	font-weight: bold;
	color: #FF2222;
}

.successBox {
	font-weight: bold;
	color: #F07D00;
	padding-bottom: 10px;
}

.captcha { border: 1px solid #FECA92; }

.errorRow input[type=text] { border: 2px solid #FF2222; }

.errorRow input[type=password] { border: 2px solid #FF2222; }

.errorRow textarea { border: 2px solid #FF2222; }

.errorRow select { border: 2px solid #FF2222; }

.pleft20 { padding-left: 20px; }

.mw100 { max-width: 100%; }

/*\*//*/
.vertical-center { display: block; }

.vertical-center span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

<!--[if lt IE 8]>
.vertical-center span {
    display: inline-block;
    height: 100%;
}
<![endif]-->