/*	1. Formatting
	2. Structural
*/

/* 1. Formatting */
body {
	font:1em/1.4 arial,helvetica,'helvetica neue',sans-serif;
	background-color:#FFF;
	color:#2c2c2c;
	text-align:center;
}
#container{
	font-size:80%;/*Global font size*/
	text-align:left;
}

ul#listMenuRoot{
	letter-spacing:1px;
}
ul#listMenuRoot ul{
	text-transform:none;
	font-weight:normal;
	letter-spacing:normal;
}
a:link, a:visited {
	color: #811e49;
	text-decoration: underline;
}
a:hover {
	color: #537399;
	text-decoration: none;
} 
h1 {
	font-size: 180%;
	color: #811e49;
}
h2,h3,h2{
	font-weight:normal;
	color: #811e49;
}
h2 {
   font-size:100%;
   line-height:5;
   font-weight:bold;
}
h3{
	font-size:160%;
	line-height:1;
	margin-bottom:0.5em;
}
h4,h5,h6{
	font-size:100%;
	font-weight:bold;
}
q{
	font-size:0.8em;	
}

#footer, #footer a{
	text-decoration:none;
	color:#2c2c2c;
}
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:url(../assets/images/gfx/background.jpg) repeat-x 0 0 #fff;
}
#container{
	margin-left:auto;
	margin-right:auto;
	max-width:960px;
	min-width:800px;
	
}
#main{
	width:100%;
	float: right;
	margin-left: -42%;
	margin-bottom:3em;
	position:relative;
	z-index:0;
}
#content{margin-top:1.5em}


#sidecontent{
	width: 25%;
	float: left;
	position:relative;
	z-index:0;
	margin-left:1%
}
#masthead{
	position:relative;
	z-index:1;
	margin-bottom:1.5em;
	padding:130px 0 0 0;
	height:170px;
	overflow:hidden;	
}

h1#logo{
	width:248px;
	height:67px;
	float:left;
	margin-left:1%
}
h1#logo a{
	background-image:url(../assets/images/gfx/logo.gif);
	background-position:bottom;
	width:248px;
	height:67px;
}
#footer {
	padding:0.5em;
	border-top:2px solid #eee5e1;
	clear:both;
	width:100%;
	text-align:right	
}
#footer ul{
	list-style-type:none;
	width:100%;
	overflow:hidden;margin:0;
}
#footer li{
	display:inline;
	padding:0 0 0 0em;
	margin:0;
}
#footer p{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;
}

/*== == == HOME PAGE == == == */
#spiel h2{
	margin-bottom:0.5em;
}
#spiel p{
	font-weight:bold;
	color:#81214a
}
#left-content,#spiel{width:450px;}
#main #content,#spiel{
	margin-left: 29%;
	position:relative;
}

#main-content{overflow:hidden}
#left-content{float:left;}

#right-content{
	float:right;	
	width:200px;margin-top:-200px;	
	width:200px;
	padding-left:5px;
	text-align:center;
}
#right-content blockquote{
	background:url(../assets/images/gfx/quotes.png) 0 0 no-repeat;
	padding:0 10px;
	color:#811e49;
	text-align:left;
	overflow:hidden;	
	min-height:80px;
}

.gift{
	padding:5px 1px;
	border-top:3px solid #ede4df;
	border-bottom:3px solid #ede4df;
	background:url(../assets/images/gfx/gift-box.jpg) 0 0 no-repeat;
	text-align:left;
	}
.gift h3{
	font-size:140%;
	padding:10px 0 30px 95px;
	color:#811e49;
	line-height:120%;
	}
.gift h3 strong{
	font-weight:normal;
	font-size:80%;
	line-height:100%;
	}
.gift a{
	display:block;
	margin:10px 0;}

/*== == == INTERNAL PAGE == == == */
.internal #spiel{width:auto}
.staff-profile{
	padding-left:110px;
	position:relative;
	margin-bottom:2em;
	overflow:hidden;
}
.staff-profile img{
	float:left;
	margin-left:-110px;
}
#left-content img{
	border:1px solid #ede4df;
	padding:3px;
}
