﻿/*	1. Formatting
	2. Structural
*/

/* 1. Formatting */
body {
	font:small/1.5 Arial, Helvetica, Sans-serif;
	background-color:#FFF;
	color:#054260;
	text-align:center;
}
#container{
	font-size:85%;/*Global font size*/
	text-align:left;
}

ul#listMenuRoot{
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	font-size:110%;
}
ul#listMenuRoot ul{
	text-transform:none;
	font-weight:normal;
	letter-spacing:normal;
}
a:link, a:visited {
	color:#F24118;
	text-decoration: underline;
}
a:hover {
	color: #126d9c;
	text-decoration: none;
} 
h1 {
	font-size: 180%;
}
h2 {
   margin-bottom:0.6em;
   font-size:160%;
   font-weight:normal;
   font-family:Arial, Helvetica, Sans-serif;
}
h3{
	font-size:130%;
	font-weight:normal;
	font-family:Arial, Helvetica, Sans-serif;
	margin-bottom:0.4em;
}
h2,h3,h4{color:#054260}
h4{
	font-size:100%;
	font-weight:bold;
}
h5{
	font-size:100%;
	font-weight:bold;
}
h6{
	font-size:100%;
	font-weight:bold;
}
#footer, #footer a{
	text-decoration:none;
	color:#fff;
}
a.button:link, a.button:visited, input.button{
	width:auto;
	height: 1em;
	line-height:1em;
	padding: 5px;
	border: 1px solid #ccc;
	background: #FAFAFA url(images/gfx/button.gif) repeat-x;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
	cursor:pointer;
	text-decoration:none;
}
input.button{
	height:auto;
	line-height:inherit;
}
.newsCategory{border-bottom:1px solid #ccc; margin-bottom:1.5em;}
.newsDate{font-weight:bold;}/*newslanding date*/
h4.month{border-bottom:1px solid #ccc;}/*news category month*/

/* 2. Structural */
body{
	background-color:#253340
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	overflow:hidden;
	background-color:#fff;
	padding-bottom:10px;

}
#wrapper{	
	background-image:url(../images/gfx/rightColumn.gif);
	background-repeat:no-repeat;
	background-position:480px 0;
	margin-top:-4px;	
    overflow:hidden;
}
#wrapper.internal{background:none;}
#main{
	width:100%;
	float: left;
	margin-right: -495px;
	position:relative;
	z-index:0;		
	padding-top:219px;
	font-size:110%;	
}
.cdr{
	position:absolute;
	top:-223px;left:0;
	height:199px;
	width:940px;overflow:hidden;
}
.cdr li{
	padding:0;	
	margin:0;
	list-style:none;	
}
.internal #main{
	background:url(../images/gfx/internal-banner4.jpg) 10px 0 no-repeat;
	padding-top:149px;
	margin-right:-420px;
}
#content{
	position:relative;
	z-index:0;
	margin-right: 495px;
	margin-left:10px;
	padding-left:20px;
	padding-bottom:10px;
	background:url(../images/gfx/content-back.gif) left bottom no-repeat #fff;
}
.internal #content{
	margin-right:420px;
}
.internal #content h2{
	position:absolute;
	z-index:100;
	top:-60px;left:100px;
	color:#fff;
	/*background:#c18000 url(../images/gfx/h2-back.jpg) no-repeat left bottom;*/
}
#sidecontent{
	width: 440px;   
	float: right;
	margin-top:219px;
	margin-right:20px;
    padding-left:5px;	
	position:relative;
	z-index:0;
	font-size:1.2em;
}
.internal #sidecontent{
	margin-top:149px;
	width: 372px;   

}

.internal #sidecontent .pic {
	border:1px solid #e5e5e5;
	padding:13px;
}

#masthead{
	position:relative;
	z-index:1;
	padding:0;	
	background:url(../images/gfx/header-back.png) no-repeat 0 0;
	padding-top:119px;
}
ul#listMenuRoot{
    height:45px;
	width:950px;
}
h1#logo{
	width:201px;
	height:76px;
	position:absolute;
	top:24px;
	left:10px;
}
h1#logo a{
	background-image:url(../images/gfx/logo.png);
	background-position:bottom;
	width:201px;
	height:76px;
}
p#spiel{
	text-indent:-9999px;
	position:absolute;
	top:40px;right:85px;
	background:url(../images/gfx/spiel.png) 0 0 no-repeat;
	height: 53px;
	width: 530px;
}

.title{
	color: #F24118;
	cursor:pointer;
	text-decoration:underline;
}
.title:hover{
	color: #126d9c;
	text-decoration: none;
}
#serv h3{text-decoration:underline;cursor:pointer}
#footer {    
	padding:0.5em;
	clear:both;
	background-color:#253340;
	overflow:hidden;
	margin-bottom:1em;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#footer ul{
	list-style-type:none;
	float:right;
}
#footer li{
	float:left;
	padding:0 0 0 2em;
	margin:0;
}
table.NewsCategoryItems td{
	padding-bottom:1.5em;
}
td.NewsCategoryDate{
	padding-right:1.5em;
}
h4.NewsCategoryMonth{border-bottom:1px solid #ccc; clear:left;}
#newsCategory a.button{
	margin:1.5em 1em 1.5em 0;
	float:left;
}