/* @group reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end reset */

/* @group grid */

/*
960px grid system ~ Core CSS.
16 Columns ~ Margin left: 10px ~ Margin right: 10px

Based on the 960.gs grid system - http://960.gs/
by Nathan Smith

Created by the Grid System Generator - v1.04
Learn more ~ http://www.gridsystemgenerator.com/
*/

/*
Forces backgrounds to span full width,
even if there is horizontal scrolling.
Increase this if your layout is wider.

Note: IE6 works fine without this fix.
*/
body {
	min-width: 960px;
}

/* =Containers
--------------------------------------------------------------------------------*/
.container_16
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
	position: relative;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 16 Columns
--------------------------------------------------------------------------------*/
.container_16 .grid_1 {width: 40px;}
.container_16 .grid_2 {width: 100px;}
.container_16 .grid_3 {width: 160px;}
.container_16 .grid_4 {width: 220px;}
.container_16 .grid_5 {width: 280px;}
.container_16 .grid_6 {width: 340px;}
.container_16 .grid_7 {width: 400px;}
.container_16 .grid_8 {width: 460px;}
.container_16 .grid_9 {width: 520px;}
.container_16 .grid_10 {width: 580px;}
.container_16 .grid_11 {width: 640px;}
.container_16 .grid_12 {width: 700px;}
.container_16 .grid_13 {width: 760px;}
.container_16 .grid_14 {width: 820px;}
.container_16 .grid_15 {width: 880px;}
.container_16 .grid_16 {width: 940px;}

/* =Prefix Extra Space >> 16 Columns
--------------------------------------------------------------------------------*/
.container_16 .prefix_1 {padding-left: 60px;}
.container_16 .prefix_2 {padding-left: 120px;}
.container_16 .prefix_3 {padding-left: 180px;}
.container_16 .prefix_4 {padding-left: 240px;}
.container_16 .prefix_5 {padding-left: 300px;}
.container_16 .prefix_6 {padding-left: 360px;}
.container_16 .prefix_7 {padding-left: 420px;}
.container_16 .prefix_8 {padding-left: 480px;}
.container_16 .prefix_9 {padding-left: 540px;}
.container_16 .prefix_10 {padding-left: 600px;}
.container_16 .prefix_11 {padding-left: 660px;}
.container_16 .prefix_12 {padding-left: 720px;}
.container_16 .prefix_13 {padding-left: 780px;}
.container_16 .prefix_14 {padding-left: 840px;}
.container_16 .prefix_15 {padding-left: 900px;}

/* =Suffix Extra Space >> 16 Columns
--------------------------------------------------------------------------------*/
.container_16 .suffix_1 {padding-right: 60px;}
.container_16 .suffix_2 {padding-right: 120px;}
.container_16 .suffix_3 {padding-right: 180px;}
.container_16 .suffix_4 {padding-right: 240px;}
.container_16 .suffix_5 {padding-right: 300px;}
.container_16 .suffix_6 {padding-right: 360px;}
.container_16 .suffix_7 {padding-right: 420px;}
.container_16 .suffix_8 {padding-right: 480px;}
.container_16 .suffix_9 {padding-right: 540px;}
.container_16 .suffix_10 {padding-right: 600px;}
.container_16 .suffix_11 {padding-right: 660px;}
.container_16 .suffix_12 {padding-right: 720px;}
.container_16 .suffix_13 {padding-right: 780px;}
.container_16 .suffix_14 {padding-right: 840px;}
.container_16 .suffix_15 {padding-right: 900px;}

/* `Push Space >> 16 Columns
--------------------------------------------------------------------------------*/
.container_16 .push_1 {left: 60px;}
.container_16 .push_2 {left: 120px;}
.container_16 .push_3 {left: 180px;}
.container_16 .push_4 {left: 240px;}
.container_16 .push_5 {left: 300px;}
.container_16 .push_6 {left: 360px;}
.container_16 .push_7 {left: 420px;}
.container_16 .push_8 {left: 480px;}
.container_16 .push_9 {left: 540px;}
.container_16 .push_10 {left: 600px;}
.container_16 .push_11 {left: 660px;}
.container_16 .push_12 {left: 720px;}
.container_16 .push_13 {left: 780px;}
.container_16 .push_14 {left: 840px;}
.container_16 .push_15 {left: 900px;}

/* `Pull Space >> 16 Columns
--------------------------------------------------------------------------------*/
.container_16 .pull_1 {left: -60px;}
.container_16 .pull_2 {left: -120px;}
.container_16 .pull_3 {left: -180px;}
.container_16 .pull_4 {left: -240px;}
.container_16 .pull_5 {left: -300px;}
.container_16 .pull_6 {left: -360px;}
.container_16 .pull_7 {left: -420px;}
.container_16 .pull_8 {left: -480px;}
.container_16 .pull_9 {left: -540px;}
.container_16 .pull_10 {left: -600px;}
.container_16 .pull_11 {left: -660px;}
.container_16 .pull_12 {left: -720px;}
.container_16 .pull_13 {left: -780px;}
.container_16 .pull_14 {left: -840px;}
.container_16 .pull_15 {left: -900px;}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
	zoom: 1;
}


/* @end grid */






/* @group typografy */

/* general line height, font-family and color for all elements containing text content */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	line-height: 1.5;
	letter-spacing:normal;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #5c6063;
}

h1, h2 {
	font-size: 16px;
	line-height: 1.3;
	font-weight: normal;
	color: #fc8e03;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#contentleft h1, #contentleft h2 {
	font-size: 13px;
	letter-spacing: 2px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	color: #fc8e03;
	margin-bottom: 16px;
	margin-top: 0px;
}



body .bodytext{
	font-size: 12px;
	color: #5c6063;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
}
/* general fontsize for all elements with longer text content */
body, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dt, dd, li,
fieldset, form, label, legend {
	font-size: 12px;
	margin-bottom: 12px;
}


ul, ol {
	margin-left: 18px;
	padding-left: 12px;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

/* linkdefinitions */
a { 
	color:#4D87C7;
	text-decoration:none;
}
a:hover { 
	text-decoration: none;
	color:#fc8e03;
}
a:active { 
	text-decoration: none;
	color:#f52023;
}

h1 a, h2 a {
	color: #fc8e03;

} 


/* @end typografy*/

/* @group styling */
.container_16 {
	min-height: 1200px;
}


#imagecarousel {
	display: none;
}

body {
	background: url(../img/hintergrund/hintergrund-blau.png) repeat-x fixed;
}

body#modal {
	background-image: none;
	background-color: #fff;
	min-width: 400px;
}
#mmain {
	padding: 20px;	
}

#header {
	position: relative;
	height: 200px;
}

#logo {
	position: absolute;
	top: -40px;
	left: 15px;
}

#newsticker {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 4px;
	position: absolute;
	top: 102px;
	right: 30px;
}

#social {
	position: absolute;
	top: 10px;
	right: 380px;
}

#social img {
	padding-top:  10px;
	padding-left: 10px;
	vertical-align: middle;
}

#skynavi {
	position: absolute;
	top: 22px;
	right: 30px;
}

#topsearch {
	position: absolute;
	top: 60px;
	right: 30px;
}


#page {
	margin-top: 50px; 
	background-color: white;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#333333, offx=3, offy=3)";
	filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#333333, offx=3, offy=3)";
}

#innercontentright {
	padding-right: 21px;
}

#footer {
	border-top: 1px solid #ccc;
	position: relative;
	height: 30px;
	text-align: right;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 30px;
}


#contentleft div.box-mitte {
	width: 245px;
	padding-top: 20px;
	padding-left: 20px;	
}

#contentleft ul.menu-level1 {
	margin-right: 8px;
}
#contentleft ul {
	margin-left: 0;
}

#contentleft li {
	color: #fc8e03;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 3px;
	list-style: none;
	margin-left: 0;
	border: 1px solid #ccc;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 30px;	
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	font-weight: bold;
	background-image: url(../img/hintergrund/hintergrund-blau.png);
	background-repeat: repeat-x;
	background-position: 0 -590px;
}

#contentleft div.tx-imagecycle-pi1 li {
		background-image: none;
}

#contentleft li ul {
	margin-left: -29px;
	padding-top: 12px;
}

#contentleft li li {
	text-transform: none;
	letter-spacing: 0px;
	font-weight: bold;
	background-image: none;
	background-color: #fff;
}

ul.menu-level2 {
	border-top: 1px solid #ccc;
	margin-top: 10px;
}

.menu-level3 {
	font-weight: normal;
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 5px;
}

ul.menu-level1 li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.menu-level3 span a {
	display: inline;
	width: auto;
	height: auto;
}

li.menu-level2-current-active a, li.menu-level2-active a {
	color:#fc8e03;
}

div.menu-level3 span a {
	color:#4D87C7;
}

div.menu-level3 span.active a {
	color:#fc8e03;
}

.gridview {
	float:  left;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 200px;
	width: 163px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px;	
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}


.gridview h3 {
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	height:  33px;
}

.newsteaser h3 {
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}


.newsteaser {
	margin-bottom: 20px;
	width: 220px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px;	
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

/*mainmenu*/





div dl {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

div dt {
	text-align: left;
	float: left;
	width: 150px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}
div dd {
	margin-left: 150px;
}
/* @end styling */


/* @group history */

/*Rubriken*/
#rubriken .toptrumps{
	background-image: url(../img/rubriken/toptrumps.png);
	background-repeat: no-repeat;
	width: 275px;
	height: 110px;
	float: left;
	text-align: center;
}

#rubriken .monopoly{
	background-image: url(../img/rubriken/monopoly.png);
	background-repeat: no-repeat;
	width: 275px;
	height: 110px;
	float: left;
	text-align: center;
}

#rubriken .sequence{
	background-image: url(../img/rubriken/sequence.png);
	background-repeat: no-repeat;
	width: 275px;
	height: 110px;
	float: left;
	text-align: center;
}

#rubriken .cartagena{
	background-image: url(../img/rubriken/cartagena.png);
	background-repeat: no-repeat;
	width: 275px;
	height: 110px;
	float: left;
	text-align: center;
}

#rubriken .tactic{
	background-image: url(../img/rubriken/tactic.png);
	background-repeat: no-repeat;
	width: 275px;
	height: 110px;
	float: left;
	text-align: center;
}

#rubriken .kinderspiele{
	background-image: url(../img/rubriken/kinderspiele.png);
	background-repeat: no-repeat;
	width: 275px;
	height: 110px;
	float: left;
	text-align: center;
}


/*Online-Games*/
#online-games{
	margin-bottom: 160px;
}

#online-games .clonewars{
	background-image: url(../img/online-games/clonewars.png);
	background-repeat: no-repeat;
	width: 168px;
	height: 165px;
	float: left;
	text-align: center;
	margin-right: 20px;
}

#online-games .icehockey{
	background-image: url(../img/online-games/icehockey.png);
	background-repeat: no-repeat;
	width: 168px;
	height: 165px;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-top: 10px;
}

#online-games .jamesbond{
	background-image: url(../img/online-games/jamesbond.png);
	background-repeat: no-repeat;
	width: 168px;
	height: 165px;
	float: left;
	text-align: center;
	margin-top: 10px;
}

#online-games .cirkis{
	background-image: url(../img/online-games/cirkis.png);
	background-repeat: no-repeat;
	width: 168px;
	height: 165px;
	float: left;
	text-align: center;
	margin-right: 20px;
}

#online-games .schweinerei{
	background-image: url(../img/online-games/schweinerei.png);
	background-repeat: no-repeat;
	width: 168px;
	height: 165px;
	float: left;
	text-align: center;
	margin-right: 20px;
}

/*Newsübersicht*/
#maincontent .news-list-item {
	font-size: 12px;
	color: #5c6063;
	width: 350px;
	margin-left: 220px;
}

#maincontent .news-list-clearer{
	border-top: 1px solid #ccc;
	height: 20px;
	clear: left;
}

#maincontent .news-list-img{
	float: left;
	width: 200px;
	margin-bottom:10px;
}

#maincontent .news-list-item h3{
	font-size: 13px;
	color: #5c6063;
}

#maincontent .news-list-morelink{
	margin-left: 5px;
}

#maincontent .news-list-browse{
	font-size: 12px;
}

#maincontent .videobu {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: center;

}

/*News Einzelansicht*/

#maincontent .news-single-item h2{
	margin-top: 17px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #5c6063;
	text-transform: none;
	letter-spacing: normal;
	border-bottom: none;
}

#maincontent .single-img{
	margin-top: 5px;
	margin-right: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
#maincontent .single-img img {
	float: left;
}

div.news-single-additional-info {
	clear: both;
}

#maincontent .news-single-backlink a{
	font-size: 13px;
	color: #fc8e03;
}

#maincontent .news-single-timedata{
	font-size: 12px;
	color: #5c6063;
	margin-top: 2px;
	margin-right: 5px;
}

#maincontent .news-single-imgcaption{
	font-size: 9px;
	margin-top: 5px;
	color: #5c6063;
}

#maincontent .news-single-files{
	font-size: 12px;
}

#maincontent .news-single-files a{
	padding-right: 5px;
	padding-left: 5px;
}

/*Händlersuche*/
#contentright fieldset{
	border-color: #ccc;
	font-size: 12px;
	color: #5c6063;
}

#contentright fieldset .input{
	border: 1px solid #6dcbfe;
}

#contentright fieldset .submit{
	background-color: #6dcbfe;
	color: #ffffff;
	border: none;
}

#contentright legend{
	font-size: 12px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #5c6063;
}

#tx_astaddresszipsearch_pi1 h3{
	color: #4d87c7;
	font-size: 14px;
}

#tx_astaddresszipsearch_pi1 p{
	font-size: 12px;
	font-family: Verdana;
	color: #5c6063;
}

/*Händleranmeldung*/
#contentright .tx-smtsubscription-pi2 p{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: Verdana;
	color: #5c6063;
}

#contentright .tx-smtsubscription-pi2 b{
	padding-top: 15px;
	font-size: 12px;
	font-family: Verdana;
	color: #5c6063;
}


#contentright .tx-smtsubscription-pi2 .submit{
	background-color: #6dcbfe;
	color: #ffffff;
	border: none;
}


/*Newsletter anmeldung*/
#contentright .tx-smtsubscription-pi1{
	font-size: 12px;
	color: #5c6063;
	margin-bottom: 15px;
}


#contentright .tx-smtsubscription-pi1 .submit input{
	margin-top: 5px;
	background-color: #6dcbfe;
	color: #ffffff;
}

/*Spielregeln*/
#contentright ol{
	color: #5c6063;
	font-size: 13px;
	padding-left: 10px;
}


/*Spielvorschläge*/
#contentright .csc-mailform-field{
	width: 200px;
	padding-top: 15px;
}

#contentright input{
	border: 1px solid #6dcbfe;
}

#contentright textarea{
	border: 1px solid #6dcbfe;
}

#contentright .csc-mailform-submit{
	background-color: #6dcbfe;
	color: #ffffff;
	border: none;
}

/* @end history */

  /* @group gewinnspiel */

div#c1032.csc-default input#mailformEmail,
div#c1032.csc-default input#mailformVorname,
div#c1032.csc-default input#mailformName,
div#c1032.csc-default input#mailformStrasse_Nr,
div#c1032.csc-default input#mailformPLZ,
div#c1032.csc-default input#mailformOrt
 {
	width:  300px;
	padding:  3px;
}

div#c1032.csc-default input#mailformformtype_mail.csc-mailform-submit {
		padding:  5px;
		font-weight: bold;

}
div#c1032.csc-default legend {
	display: none;
}

p#newslet {
	margin-top: -15px;
	margin-left: 20px;
	padding-bottom: 10px;
}

div#c1032.csc-default input.csc-mailform-radio {
	width:  30px;
}

.tx-imagecycle-pi1 {
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#c1067 div.csc-header.csc-header-n1 h1.csc-firstHeader {
	border-bottom: 1px solid #ccc;
}


/* @end gewinnspiel */


