html {
	min-height: 100%;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 70%;
	color: #333;
	background-color: #FFFFFF;
  	margin: 0;
  	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

/*
L A Y O U T
*/

div#container {
	width: 1000px;
	margin-left: auto;  
	margin-right: auto;
	text-align: left;
	height: 100% !important;
	border: 0px solid red;
}

div#header {
	margin: 0px;
  	padding: 0px;
	height: 177px;
}
	
	div#logo {
		margin: 0px;
	  	padding: 0px;
		width: 511px;
		float: left;
		display: inline;
		height: 177px;
	}
	div#welcome {
		margin: 0px;
	  	padding: 0px;
		width: 488px;
		height: 177px;
		float: left;
		display: inline;
		background-image: url(images/bg_welcome.gif);
		background-repeat: no-repeat;
		background-position: left;
		overflow: hidden;
	}
	div#welcometext {
		margin: 7px 130px 10px 30px;
	  	padding: 0px;
	}
	
div#image {
	margin: 0px;

  	padding: 0px;
	height: 177px;
}
	
	div#mainpic {
		margin: 0px;
	  	padding: 0px;
		width: 511px;
		float: left;
		display: inline;
		height: 201px;
		border: 0px solid #fff;
		border-right-width: 1px;
	}
	div#mainnavi {
		margin: 0px;
	  	padding: 0px;
		width: 186px;
		height: 201px;
		float: left;
		display: inline;
		background-image: url(images/bg_start_mainnavi.gif);
		background-repeat: no-repeat;
		background-position: left;
		border: 0px solid #fff;
		border-right-width: 1px;
	}
	div#justregister {
		margin: 0px;
	  	padding: 0px;
		width: 261px;
		height: 201px;
		float: left;
		display: inline;
		background-image: url(images/bg_start_justregister.jpg);
		background-repeat: no-repeat;
		background-position: left;
	}
	div#justregistertext {
		margin: 30px 20px 20px 40px;
	  	padding: 0px;
		font-size: 13px;
		font-weight: bold;
		color: #941800;
		line-height: 200%;
	}
	
div#leftcol {
	margin: 0px;
  	padding: 0px;
	width: 511px;
	float: left;
}
	div#loginbox {
		margin: 0px;
	  	padding: 0px;
		width: 511px;
		background-color: #FFC75B;
		border: 0px solid #fff;
		border-top-width: 1px;
		border-bottom-width: 1px;
	}
	div.langselect {
		margin: 10px 0px 10px 30px;
		margin-left: 30px;
	  	padding: 0px;
		width: 200px;
		float: left;
		display: inline;
	}
	div#login {
		margin: 10px 10px 10px 0px;
	  	padding: 0px;
		width: 250px;
		float: right;
		display: inline;
	}
	
	div#quicksearch {
		margin: 0px;
	  	padding: 0px;
		width: 511px;
		background-image: url(images/bg_start_quicksearch.jpg);
		background-repeat: no-repeat;
		background-position: left;
		border: 0px solid #fff;
		border-bottom-width: 1px;
	}
	
	div#main {
		margin: 0px;
	  	padding: 0px;
		width: 511px;
		background-color: #FFE4A6;
	}
	

div#rightcol {
	margin: 0px;
  	padding: 0px;
	padding-top: 40px;
	width: 449px;
	float: right;
}
	
	div#startstories {
		margin: 0px 0px 30px 0px;
	  	padding: 0px;
	}
	div#news {
		margin: 0px 0px 30px 0px;
	  	padding: 0px;
	}


div#footer {
	margin: 0px;
	margin-top: 30px;
  	padding: 0px;
	clear: both;
}
	div.author {
		margin: 10px 0px 10px 0px;
	}
	div.friends {
		margin: 10px 0px 0px 0px;
	}

div.innerbox {
	padding: 15px 30px 10px 30px;
}

/* LINKS */
a:link, a:visited, a:active, a:hover {
	color: #D42800;
}

a:link.panellink, a:visited.panellink, a:active.panellink, a:hover.panellink {
	font-size: 11px;
	color: #9B1800;
	line-height: 150%;
}
a:link.panelmainlink, a:visited.panelmainlink, a:active.panelmainlink, a:hover.panelmainlink {
	font-size: 12px;
	color: #4E0900;
	line-height: 150%;
}
a:link.button, a:visited.button, a:active.button, a:hover.button {
    margin:0px;
	padding: 2px 5px 2px 5px;
	background-color: #FFD385;
	border: 1px solid #EDAA85;
	/*
	border-top-color: #FFDC9E;
	border-right-color: #FFDC9E;
	*/
	text-decoration: none;
	font-weight: bold;
}
#mainnavi a:link, #mainnavi a:visited, #mainnavi a:active, #mainnavi a:hover {
	color: #fff;
	text-decoration: none;
}
#justregistertext a:link, #justregistertext a:visited, #justregistertext a:active, #justregistertext a:hover {
	color: #941800;
	text-decoration: none;
}
a:link.footerlink, a:visited.footerlink, a:active.footerlink, a:hover.footerlink {
	font-size: 11px;
	color: #941800;
	font-weight: bold;
}
.author a:link, .author a:visited, .author a:active, .author a:hover {
	font-size: 11px;
	color: #bbb;
	font-weight: normal;
	text-decoration: none;
}
.friends a:link, .friends a:visited, .friends a:active, .friends a:hover {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
.userresultviewimgcount a:link, .userresultviewimgcount a:visited, .userresultviewimgcount a:active, .userresultviewimgcount a:hover {
	color: #B82D0D;
}

/* Menü */
div#mainnavi ul {
	margin-top: 30px;
	color: #fff;
}
div#mainnavi li {
	font-size: 12px;
	color: #fff;
	line-height: 170%;
	font-weight: bold;
}

/* FORMAT */
h1, h2 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #941800;
	font-size: 15px;
	letter-spacing: 1px;
}
h3 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #941800;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

div#welcome h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #bbb;
	line-height:100%;
}
div#welcome h3 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #941800;
	font-size: 16px;
}

form {
  padding: 0px;
  margin: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

/* hides text-align to the left from IE, because the next 2 rules doesn't apply to IE */
 html>body td {
  text-align: left;
}

html>body td[align="center"] {
  text-align: center;
}

html>body td[align=center] {
  text-align: center;
}

html>body td[align=right] {
  text-align: right;
}

html>body td[align="right"] {
  text-align: right;
}

*[align="center"] {
  text-align: center;
}

*[align=center] {
  text-align: center;
}

*[align="right"] {
  text-align: right;
}

*[align=right] {
  text-align: right;
}


.submitbutton {
	font-size: 13px;
	font-weight: bold;
	color: #d42800;
	background-color: #FFD68F;
	border: 1px solid #F4AC68;
	border-right-color: #FFDE98;
	border-top-color: #FFDE98;
}



.memberpanelsubhead {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	color: #6A1100;
	font-weight: bold;
}

.mainmodul {
	background-color: #FFEEC8;
	padding: 15px 55px 30px 55px;
	margin-bottom: 10px;
}
.mainmodulerror {
	color: #27A6B7;
	font-weight: bold;
}
.errors {
	color: #27A6B7;
}

.oddrow, .addrow {
	background-color: #ffebc2;
}

.evenrow {
	background-color: none;
	line-height: 150%;
}

td.brown {
	color: #a64a02;
}

.justregistercount {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
}
.justregisternotalone {
	font-size: 18px;
	line-height: 220%;
	font-style: italic;
	color: #d42800;
	letter-spacing: 1px;
}

.story, .newslistitem {
	margin-bottom: 20px;
}
.storyhead, .newshead {
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	color: #941800;
	font-size: 13px;
	font-weight: bold;
}

#news p {
	margin:0px;
}

