/*********************************************************************************

	Project		:	Skill-Games.info
	Copyright	:	Jürgen Lamprecht


	Dunkler Hintergrund, Überschrift: #071032
	Heller Hintergrund: #7cace0
	Hell mittel: #81afe2
**********************************************************************************/


/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
body {
	background:#071032;
	color: #fff;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	}

/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website Content ############################################################ */
#site-content {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:100%;
	width:900px;
}

/* ### Header ##################################################################### */

#header {
	position:relative;
	margin:0;
	padding:0;
}

/* ### Logo ####################################################################### */


/* ### Teaser ##################################################################### */

#main-teaser {
	text-indent:-700em;
	height:0;
}

/* ### Content #################################################################### */

#content {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:1px;
}
/* end hide */


#main-content {}

#main {
	float:right;
	width:690px;
}


/* ### main-block => MainContent ################################################### */

#main-block {
	float:left;
	width:690px;
	color: #071032;
}


#main-content-block {
	padding:20px;
	display:block;
}


/* ### Footer ###################################################################### */

#footer {
	width:100%;
}

#footer p {
	float:right;
	display:inline;
	padding: 10px 0;
	color:#c4c4c4;
	background:inherit;
	text-align:right;
}

#footer p a,
#footer p a:link,
#footer p a:visited {
	color:#c4c4c4;
	text-decoration: underline;
	background:inherit;
	display:inline;
}

#footer p a:hover {
	color:#c4c4c4;
	text-decoration: none;
	background:inherit;
	display:inline;
}


/*******************************************************************************
Content
*******************************************************************************/


#site-content {
	color:#071032;
	text-align:left;
	background: inherit;
}

/* ### breadcrump ############################################################ */

#main-block p#breadcrumb {
font-size: 1em;
color: #90B0BF;
margin-bottom: 30px;
}


/* ### headlines ############################################################ */

#main-block h1 {
	color:#071032;
	background: inherit;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom:0.4em;
}

#main-block h2 {
	color:#81afe2;
	background: inherit;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:0.4em;
	border-bottom: 1px solid #81afe2;
}

#main-block h3 {
	color:#90B0BF;
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

#main-block h4 {
	color:#c4c4c4;
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
}

#main-block h5 {
	color:#999999;
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.1em;
}

#main-block h6 {
	background: inherit;
	color:#c4c4c4;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
}


/* ### Images ############################################################ */

#main-block img {
	display:block;
	margin:4px 0;
}

#main-block img.floatLeft {
	float:left;
	margin:4px 10px 4px 0;
}

#main-block img.floatRight {
	float:right;
	margin:4px 0 4px 10px;
}



/* ### Hyperlinks ######################################################### */

#main-block a, 
#main-block a:link {
	color:#071032;
	background: inherit;
	text-decoration:underline;
	display:inline;
}

#main-block a:hover {
	color:#81afe2;
	background: inherit;
	text-decoration: none;
	display:inline;
}


/* ### Paragraphs ########################################################## */

#main-block p {
	margin-bottom:1.6em;
	font-size:1.2em;
	line-height:1.6em;
}

.redcolor {
	color:red;
}

#nav p {
	margin-bottom:1.2em;
}



/* ### Tables ############################################################## */

#main-block table {
	line-height:1.6em;
}

#main-block td {
	font-size:0.9em;
	padding:0 0 0 0;
	border: 1px solid #ccc;
}

#main-block th {
    font-size:1.0em;
	padding:0 0 0 0;
	border: 1px solid #ccc;
}

/* ### Blockquotes ########################################################## */

#main-block blockquote {
	margin:0 0 0 20px;
}


/* ### Lists ################################################################ */

#main-block ul, 
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.6em;
}

#main-block ol li {
	margin:0 0 0 30px;
	list-style-type:decimal-leading-zero;
} 
#main-block ul li {
	margin:0 0 0 20px;
	list-style-type:square;
}


/* ### Module ################################################################ */

#main-content-block div.floatLeft img {
	float:left;
	margin:4px 40px 4px 0;
}

#main-content-block div.floatRight img {
	float:right;
	margin:4px 0 4px 40px;
}

#main-content-block a.more {
	clear:left;
	position: relative;
	left: 120px;
}

#main-content-block div.txt-img {
	clear: both;
	padding: 12px 0;
}

#main-block img.floatLeft {
	float:left;
	margin:4px 10px 4px 0;
}

#main-block img.floatRight {
	float:right;
	margin:4px 0 4px 10px;
}

/* Kategorieliste */

ul.kategorieliste
{	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.6em;
}

ul.kategorieliste li
{	margin:0 0 0 20px;
	list-style-type:none;
}

ul.kategorieliste li img
{ 	float:left;
}

ul.kategorieliste li h2
{}

ul.kategorieliste li p
{}

#main-content-block .newsbild {
	float: left;
	vertical-align: text-bottom;
	border: none;
	z-index:100;
}

#main-content-block img.newsbild {
	margin-right: 5px;
	z-index:100;
}


/* Definition der Klassen ohne Rahmen*/ 

.pleft {
	float: left;
	margin:4px 10px 4px 0;
	vertical-align: text-bottom;
	border: none;
}

#main-content-block img.pleft{
	margin-right: 5px;
}

.pright {
	float: right;
	margin:4px 0 4px 10px;
	vertical-align: text-bottom;
	border: none;
}
.pnormal {
	clear: both;
	border: none;
}

#bewertung img{
	float:left;
	padding:0;
	margin:0;
}

#bewertungkopf {
	position:absolute;
	top: 20px;
	left:690px;
	width:180px;
}

#bewertungkopf img{
	float:right;
	padding:0;
	margin:0;
}

/* Definition der KLassen mit  Rahmen (2.Stil) */

.pleft_b {
	float: left;
	margin:4px 10px 4px 0;
	vertical-align: text-bottom;
	border: 1px solid #990000;
}

.pright_b {
	float: right;
	margin:4px 0 4px 10px;
	vertical-align: text-bottom;
	border: 1px solid #990000;
}
.pnormal_b {
	clear: both;
	border: 1px solid #990000;
}

/* ### Bildgalerie ### */

#main-content-block div.galerie {
	clear: both;
}
#main-content-block div.galerie div.image {
	float: left;
	width: 270px;
}

#main-content-block div.galerie div.image img{
	padding: 5px;
	border:1px solid #aaa;
}


/* ### Formular ################################################################ */

label.text{
	width: 80px;
	height: 25px;
	display:block;
	float:left;
	clear: left;
	padding-top:5px;
}

label.textarea{
	width: 80px;
	height: 25px;
	display:block;
	clear: left;
	padding-top:5px;
}
input.text {
	float:left;
	width: 370px;
	height:20px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

textarea.textarea {
	width: 450px;
	height:100px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

.submit{
	background-color: #90b0bf;
	color:#fff;
	margin-top: 10px;
	border: none;
}


/*	Navigation vertical - 
	Wenn nur die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/
/* ### Header Navigation ##################################################### */

#navheight_horiz_vert {
	min-height: 153px;
	margin: 20px 0;
}
* html body #navheight_horiz_vert { height: 153px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:0px 20px; }


#nav-header {
	font-size: 1.3em;
}

#nav-header li {
	float:left;
	display:inline;
	border-left: 1px solid #071032;
}

#nav-header a, 
#nav-header a:link {
	color:#fff; 
	text-decoration: none;
	text-transform: none;
	background-color: inherit;
	padding: 0 8px;
}

#nav-header a:hover {
	color:#eee;
	background-color: #071032;
	padding: 0 8px;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#fff;
	background-color: #071032;
	padding: 0 8px;
}

#nav-header a.current:hover {
	color:#eee;
	background-color: #071032;
	padding: 0 8px;
}


/* ### Sub Navigation ######################################################### */

#nav {
	display:block;
	float:left;
	width:208px;
	background-color:#7cace0;
}

#nav p.copy,
#nav p {
	padding-right:20px;
	color:#fff;
	background: inherit;
	text-align: right;
}


#nav p.copy a,
#nav p.copy a:link {
	color: #fff;
	background: inherit;
	text-decoration: none;
}

#nav p.copy a:hover {
	color: #fff;
	background: inherit;
	text-decoration: underline;
}

/*	Navigation horizontal and vertical - 
	Wenn nur die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/

#navheight_vert {
	min-height: 193px;
}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:10px 20px;  }


/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	padding:0px 20px;
	font-size:1.2em;
	text-transform:none;
}

ul.nav1st li {
	display: block;
	padding:3px 0;
	color:#071032;
	background: inherit;
	font-weight:bold;
	text-align: right;
}

ul.nav1st a, 
ul.nav1st a:link, a:visited {
	display: block;
	color:#071032;
	background: inherit;
	padding: 1px 0;
	text-decoration:none;
}

ul.nav1st a:hover {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current:hover {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	margin: 0 0 10px 0;
	font-size:1em;
	font-weight:normal;
	text-transform:none;
}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: right;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 17px 4px 10px;
	background-image:url(button.gif);
	background-position:158px 8px;
	background-repeat: no-repeat;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 10px;
	background-image:url(button.gif);
	background-position:158px -12px;
	background-repeat: no-repeat;
	background-color:#c4d4dc;
	color:#071032;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 10px;
	background-image:url(button.gif);
	background-position:158px -32px;
	background-repeat: no-repeat;
	background-color:#c4d4dc;
	color:#071032;
}


/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}


.startteaser {
	color:#071032;
	padding-right:15px;
	padding-left:5px;
}

.startteaser h5 {
	font-style:italic;
	text-align:right;
}

.startteaser h2 {
	font-weight:bold;
	font-style:normal;
	text-align:right;
	color:#FFFFFF;
}

.startteaser .newsbild {
	float: right;
	vertical-align: text-bottom;
	border: none;
	z-index:100;
}

.startteaser img.newsbild {
	margin-left: 5px;
	z-index:100;
}

.startteaser  p{
	color:#071032 !important;
	text-align:left;
}

.startteaser  a:link, a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

.startteaser  a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

/* #### Game-Tags ### */

.gameteaser {
	font-size:1.1em;
	line-height:1.1em;
	float: left;
	background-color:#FFFFFF;
	height:175px;
	padding-top:10px;
	padding-left:10px;
	background-image: url("games-back1.jpg");
	background-repeat: repeat-x;
}

.gameteaser:hover {
	background-image: url("games-back.jpg");
	background-repeat: repeat-x;
}

.gameteaser b {
	font-size: 1.4em;
}

.teaserpic  img{
	float: left;
	margin-right: 5px !important;
	width: 200px;
}

.teaserimgName {
	background-image: url("icons/Forward.png");
	background-repeat: no-repeat;
	background-position: 205px 50%;
	padding-left: 225px !important;
	padding-bottom: 2px !important;
}

.teaserimgAnbieter {
	background-image: url("icons/Target.png");
	background-repeat: no-repeat;
	background-position: 205px 50%;
	padding-left: 225px !important;
	padding-bottom: 2px !important;
	padding-top: 2px !important;
}

.teaserimgKategorie{
	background-image: url("icons/Folder.png");
	background-repeat: no-repeat;
	background-position: 205px 50%;
	padding-left: 225px !important;
	padding-bottom: 2px !important;
	padding-top: 2px !important;
}

.teaserimgUnterKat {
	background-image: url("icons/Bluetag.png");
	background-repeat: no-repeat;
	background-position: 205px 50%;
	padding-left: 225px !important;
	padding-bottom: 2px !important;
	padding-top: 2px !important;	
}

.teaserimgDesc {
	background-image: url("icons/Text.png");
	background-repeat: no-repeat;
	background-position: 205px 50%;
	padding-left: 225px !important;
}

.size_5 {
	font-size: 1.6em;
}

.size_3 {
	font-size: 1.5em;
}

.size_3 {
	font-size: 1.4em;
}

.size_2 {
	font-size: 1.3em;
}

.size_1{
	font-size: 1.1em;
}