@charset "utf-8";

/* DEFAULT CSS RESET*/
* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
}
dfn, i, cite, var, address, em { 
	font-style: normal; 
}

th, b, strong, h1, h2, h3, h4, h5, h6 { 
	font-weight: normal; 
}

a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td, center { 
	vertical-align: top;
	text-align: left;
}

body { 
	background: black; 
	color: white; 
}

q { 
	quotes: "" ""; 
}

ul, ol, dir, menu { 
	list-style: none; 
}

sub, sup { 
	vertical-align: baseline; 
}

a { 
	color: inherit; 
}

hr { 
	display: none; 
}

font { 
	color: inherit !important; 
	font: inherit !important; 
}

marquee {
	overflow: inherit !important;
	-moz-binding: none;
}

blink { 
	text-decoration: none; 
}

nobr { 
	white-space: normal; 
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}

.clearfix {
   display: inline-block;
}

html[xmlns] .clearfix {
   display: block;
}

* html .clearfix {
   height: 1%;
}

	

/*PAGE STYLE*/

.orange {
	color:#FF9900;
}

a:link{
	text-decoration:underline;
	color:#ffffff;
}

a:visited{
	text-decoration:underline;
	color:#ffffff;
}

a:hover{
	color:#FF9900;
}

body{
	background-image:url(gfx/backgnd.jpg);
	background-repeat:repeat-x;
	text-align: center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
	
#site{
	margin:0 auto;
}

#wmteam{
	width:140px;
	height:500px;	
	text-align:left;
	float:left;	
}

#wmteam p{
	color:#ffffff;
	margin-left:18px;
}

#contentHolder{
	float:left;		
	margin:90px 0 0 0;
}

/*BORDER*/

#border_tl{
	background-image:url(gfx/slicecornertopleft.jpg);
	background-repeat:no-repeat;
	width:7px;
	height:20px;
	float:left;
}
#border_t{
	background-image:url(gfx/frametop.jpg);
	background-repeat:repeat-x;
	height:20px;
	width:100%;		
}
#border_tr{
	background-image:url(gfx/slicecornertopright.jpg);
	background-repeat:no-repeat;
	width:6px;
	height:20px;
	float:right;
}
#border_l{
	background-image:url(gfx/frameleft.jpg);
	background-repeat:repeat-y;
	width:6px;
	height:100%;
	float:left;
}
#borderCenter{	
	height:100%;
	background-image:url(gfx/frameleft.jpg);
	background-repeat:repeat-y;
	background-color:black;	
}
#content{
	height:100%;
	background-image:url(gfx/frameright.jpg);
	background-repeat:repeat-y;
	background-position:right;		
}

#contentHeader{
	padding:10px 20px 0 20px;
}

#contentFooter{
	padding:0 20px 20px 20px;
}

#border_r{
	background-image:url(gfx/frameright.jpg);
	background-repeat:repeat-y;
	width:6px;
	height:100%;
	float:right;
}
#border_bl{
	background-image:url(gfx/slicecornerbottomleft.jpg);
	background-repeat:no-repeat;
	width:7px;
	height:6px;
	float:left;
}
#border_b{
	background-image:url(gfx/framebottom.jpg);
	background-repeat:repeat-x;
	height:6px;
	width:100%;
}
#border_br{
	background-image:url(gfx/slicecornerbottomright.jpg);
	background-repeat:no-repeat;
	width:6px;
	height:6px;
	float:right;
}

/*TEXT*/

#headline{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
}

#subHeadline {
	color:#FF9600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	vertical-align:top;
	padding-top:5px;
	margin-bottom:-8px;
	text-align:left;
}

.linie {
	background-image:url(gfx/grauelinie.gif);
	background-repeat:repeat-x;
	height:3px;
	width:100%;
	margin-bottom:15px;
	margin-top:15px;
}

.copyText {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
    vertical-align:top;
	margin-top:-8px;	
	text-align:left;
}

.copyTextDual {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
    vertical-align:top;
	margin-top:-8px;	
	text-align:left;
}

.dual {	
	float:left;
	width:45%;
	padding-right:5%;
	
}
