/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		SkyLineBlue
	Based on style:	SkyLineBlue
	Original author:	Volize ( http://www.volize.com/ )
	Modified by:	MartectX ( http://styles.martectx.de/ )

	This is a converted and redesigned style for phpBB3. Unfortunately the original author could not be contacted.

	Copyright 2003 Volize ( http://www.volize.com/ ), 2008 MartectX ( http://styles.martectx.de/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ABB0B5;
	font-size: 62.5%;
	margin: 0;
}

#wrapbody {
	background-color: #FFFFFF;
}

#verytop {
	height: 23px;
	background-image: url('./images/top_bg.gif');
	background-repeat: repeat-x;
	border-top: 10px solid #ABB0B5;
	text-align: right;
	padding-right: 4px;
}

#wrapheader {
	height: 70px;
}

#logo {
	position: relative;
	float: left;
	width: 182px;
	z-index: 1;
	height: 109px;
}

#headertop {
	background-image: url('./images/panel_1_bg.gif');
	background-repeat: repeat-x;
	height: 89px;
	text-align: center;
}

#banner {
	height: 81px;
}

#register {
	position: relative;
	float: right;
	width: 110px;
	z-index: 1;
	height: 81px;
}

#menubar {
	background-image: url('./images/panel_2_bg.gif');
	background-repeat: repeat-x;
	height: 28px;
	position: relative;
	text-align: center;
	width: 100%;
}

#menudiv {
	height: 28px;
	position: absolute;
	top: 114px;
	left: 0px;
	width: 100%;
}

#menubar td {
	padding: 0pt;
}

#wrapcentre {
}

#wrapfooter {
	height: 62px;
	clear: both;
	background-image: url('./images/footer_bg.gif');
	background-repeat: repeat-x;
}

#footerlink {
	position: absolute;
	padding-top: 2px;
	width: 60px;
	height: 0px;
	left: 20px;
	z-index: 2;
}

#verybottom {
	height: 25px;
	background: #ABB0B5 url('./images/footer_2_bg.gif') repeat-x;
	text-align: center;
	padding-top: 25px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#headerbottom {
	background-color: #F9F9F9;
	height: 16px;
	border-bottom: 2px solid #EEEEEE;
	text-align: center;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	margin-bottom: 4px;
	width: 100%;
	position: relative;
}
/* Form Elements
 ------------ */

input {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}
#footer  {
clear:	both;
color:	black;
font-variant:	small-caps;
margin-left:	1em;
margin:	0;
text-align:	right;
}

#footer #copyright  {
padding-left:	1em;
padding-right:	1em;
padding-top:	.5em;
}

#footer #feedback  {
padding-left:	1em;
padding-right:	1em;
}

#footer #footerbar  {
background-color:	#0A246A;
background-repeat:	repeat-x;
border-bottom-color:	black;
border-bottom-style:	solid;
border-bottom-width:	2px;
border-top-color:	black;
border-top-style:	solid;
border-top-width:	2px;
color:	white;
letter-spacing:	.1em;
padding-bottom:	.1em;
padding-right:	1em;
text-align:	right;
clear: both;
}

#footer #footerbar a  {
border-style:	none;
color:	white;
}

#footer a  {
color:	black;
}

