@charset "utf-8";
/* CSS Document */

*,
input,
textarea{
	margin: 0px;
	padding: 0px;
	font-family: 'trebuchet ms', tahoma, verdana, arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
a{outline: 0px; color: #add216;}
a:hover{text-decoration: none;}
a img{border-width: 0px;}
ul li, ol li {list-style-type: none;}


body{
	background-color:#141414;
}
#Header_BG{
	width:auto;
	background-color:#000;
	height:96px;
}
#Site_Header{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:59px;
	margin-bottom:10px;
}
#Site_Header #Logo{
		width:240px;
		height:75px;
		background-image:url(images/logo.png);
		background-repeat:no-repeat;
		float:left;
		margin-right:40px;
		margin-top:10px;
		margin-bottom:10px;
}
#Site_Header #Navigation{
	padding-top:0px;
	float:left;
}
#Site_Header #Navigation ul {
	width: 680px;
	margin: 0 auto;
	font-size:1.4em;
}
#Site_Header #Navigation ul li {
	display: inline;
	float:left;
	margin-right: 1px;
}
#Site_Header #Navigation ul li a {
	display: block;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	padding: 39px 16px;
}
#Site_Header #Navigation ul li a:hover,
#Site_Header #Navigation ul li.active a {
	background: #1a1917 url(images/whereami.png) no-repeat center top;
	color: #add216;
}

#Content{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
#LinkerContent{
	width:200px;
	float:left;
}

#RechterContent{
	width:740px;
	margin-left:20px;
	float:left;

}
.LinkerBox{
	background-image:url(images/bg_pattern.jpg);
	background-repeat:repeat;
	padding:5px;
	margin-bottom:10px;
}
.RechterBox{
	background-image:url(images/bg_pattern.jpg);
	background-repeat:repeat;	
	width:740px;
	padding:5px;
	
}
.RechterBox div.childscontainer, .RechterBox div.thumbscontainer, .RechterBox div.managecontainer{
	background-image:url(images/bg_pattern.jpg);
	background-repeat:repeat;	
	padding:5px;
	margin-left:-5px;
	width:740px;
}
em{
	font-style:normal;	
}
.Title{
	background-color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	padding:3px;
	margin-top:-5px;
	color:#add216;
	margin-left:-5px;
}
.Title span{
	font-size:16px;
	text-transform:uppercase;
	color:#add216;
}
.Title a{
	font-size:16px;
	text-transform:uppercase;
	color:#add216;
	text-decoration: none;
}
#LinkerContent .LinkerBox .Title{
	width:194px;	
}
#RechterContent .RechterBox .Title{
	width:744px;

}
input[type=text],input[type=password],
textarea{
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	background-color:#333333;
	color:#FFFFFF;
	width:150px;
	background-image:url(images/content_bg.png);
}
input[type=submit],
input[type=reset],button{
	color:#666;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	background-color:#333333;
	text-transform:uppercase;
	padding:2px;
	font-size:10px;
}
#loginbtn{
	margin-top: 5px;
	
}
input[type=submit]:hover,
input[type=reset]:hover,button:hover{
	color:#000000;
	cursor:pointer;
}
.gmnoprint h4, .gmnoprint p{
	color:#000000;
}
h1{
	font-size:20px;
	color:#a83535;
}
h2{
	font-size:18px;
	color:#a83535;
}
h3{
	font-size:16px;
	color:#a83535;	
}
p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-bottom:10px;	
}
ul{
	margin-left:20px;
	margin-bottom:10px;
}
ul li{
	list-style-type:circle;
}
table{
	margin-bottom:10px;	
}
table td{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;	
}
ul img{
	width:80px;
	height:80px;
	border-color:#add216;
	border-style:solid;
	border-width:1px;
}

