/* Meta -------------------------------------------------------------- */

html {
	height: 100%;
	}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../_MEDIA/backgrounds/bg_main.jpg);
	}
	
#wrapper {
	background-image: url(../_MEDIA/backgrounds/bg_box.png);
	width: 736px;
	margin: 0px auto;
	background-repeat: repeat-y;
	padding: 10px;
	}
	
#wrap {
	background-color: #EEEEEE;
	width: 728px;
	margin: 0px auto;
	padding: 0px;
	}
	
/* Header -------------------------------------------------------------- */

#header {
	margin: 0px;
	background-image: url(../_MEDIA/header/img_main.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 112px;
	width: 728px;
	}
	
#header h1 {
	color: #333333;
	font-size: 105%;
	font-style: italic;
	margin: 0px;
	padding: 4px;
	text-align: right;
	}
	
#header_spiel {
	width: 450px;
	height: 70px;
	background-color: #CCCCCC;
	margin: 5px;
	font-size: 75%;
	float: right;
	}
	
#header_inner {
	padding: 5px;
	}
	
/* Navigation -------------------------------------------------------------- */

#navigation {
	height: 55px;
	background-image: url(../_MEDIA/header/bg_navigation.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #739DCB;
	border-bottom: 1px solid #739DCB;
	text-align: center;
	}
	
#navigation_inner {
	padding: 15px;
	}
	
#navigation a {
	margin: 2px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: 75%;
	color: #3F4C6B;
	}
	
#navigation a:hover {
	text-decoration: underline;
	}
	
/* Ads -------------------------------------------------------------- */

#mid_ads {
	padding: 15px 25px;
	}
	
#wallpaper_ads {
	float: right;
	padding: 10px 15px 0px 10px;
	}
	
/* Secondary Navigation -------------------------------------------------------------- */

#sec_nav {
	border-top: 1px solid #739DCB;
	border-bottom: 1px solid #739DCB;
	text-align: center;
	font-size: 75%;
	padding: 2px 0px;
	}
	
#sec_nav a {
	color: #3F4C6B;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	}
	
#sec_nav a:hover {
	text-decoration: underline;
	}
	
/* Content -------------------------------------------------------------- */

#content {
	width: 524px;
	margin: 0px;
	min-height: 200px;
	float: left;
	}
	
#content_inner {
	padding: 4px 0px 0px 4px;
	}
	
#content h2 {
	margin: 5px 0px;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #001539;
	}
	
#content h2 a {
	text-decoration: none;
	color: #001539;
	}
	
#content h2 a:hover {
	text-deocration: underline;
	}
	
/* Wallpaper -------------------------------------------------------------- */

#wallpaper {
	float: left;
	margin: 1px;
	width: 125px;
	}

#wallpaper h3 {
	position: relative;
	color: #001539;
	font-size: 80%;
	text-align: center;
	margin: 0px;
	height: 30px;
	}
	
#wallpaper h4 {
	position: relative;
	color: #333333;
	font-size: 70%;
	text-align: center;
	margin: 0px;
	height: 30px;
	}
	
#wallpaper_text {
	margin: 2px;
	padding: 2px;
	}
	
/* Specs -------------------------------------------------------------- */

#specs a {
	color: #003366;
	font-size: 85%;
	text-decoration: none;
	}
	
#specs a:hover {
	text-decoration: underline;
	}

/* Sidebar -------------------------------------------------------------- */

#sidebar {
	width: 200px;
	background-color: #CCCCCC;
	min-height: 200px;
	margin: 5px 0px 2px 0px;
	float: right;
	}
	
#sidebar h2 {
	font-size: 85%;
	}
	
#sidebar_inner {
	padding: 2px;
	}
	
#sidebar ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sidebar li a {
	width: 190px;
	background-color: #EDEDED;
	padding: 0px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
	display: block;
	font-size: 75%;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}

#sidebar li a:hover{
	background-color: #999999;
}

/* Page Numbers -------------------------------------------------------------- */

#page_num {
	text-align: center;
	font-size: 85%;
	padding: 5px;
	}
	
#page_num a {
	color: #003366;
	text-decoration: none;
	}
	
#page_num a:hover {
	text-decoration: underline;
	}
	
/* Footer -------------------------------------------------------------- */

#footer {
	margin: 0px;
	background-color: #CCCCCC;
	}
	
#footer_inner {
	padding: 2px;
	text-align: center;
	}
	
#footer a {
	color: #003366;
	font-size: 85%;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer h4 {
	font-size: 85%;
	margin: 2px 0px;
	}
	
/* Contact -------------------------------------------------------------- */

#contact {
	}
	
#contact h3 {
	font-size: 85%;
	margin: 2px 0px;
	}
	
/* Extra -------------------------------------------------------------- */

#topsites {
	padding: 5px;
	}
	
/* Classes -------------------------------------------------------------- */

.search {
	width: 100px;
	}
	
.form_field {
	width: 250px;
	}
	
.form_field_body {
	width: 400px;
	}