/* CSS Document */

body {
text-align:center;
min-width:880px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
}

ul.pdfs {
	list-style-type: square;
	list-style-position: outside;
	list-style-image:url(../images/icon_pdf.gif);
	padding: 0;
	margin: 22px;
	
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#wrapperHome {
width:850px;
height:637px;
margin: 0 auto;
text-align:left;
background:url(../images/background.gif) no-repeat;
}

#wrapperBlue {
width:850px;
height:637px;
margin: 0 auto;
text-align:left;
background:url(../images/background_inner_blue.gif) no-repeat;
}

#wrapperRed {
width:850px;
height:637px;
margin: 0 auto;
text-align:left;
background:url(../images/background_inner_red.gif) no-repeat;
}

#wrapperGreen {
width:850px;
height:637px;
margin: 0 auto;
text-align:left;
background:url(../images/background_inner_green.gif) no-repeat;
}

#wrapperYellow {
width:850px;
height:637px;
margin: 0 auto;
text-align:left;
background:url(../images/background_inner_yellow.gif) no-repeat;
}

#mainmenu {
padding-top:10px;
padding-left:90px;
}

#homeLeft {
width:570px;
height:340px;
padding-left:95px;
padding-top:60px;
float:left;
}

#innerLeft {
width:570px;
height:340px;
padding-left:95px;
padding-top:30px;
float:left;
}

#logo {
width:185px;
height:340px;
padding-top:20px;
float:right;
}

#homeWishlist {
width:140px;
padding-left:90px;
padding-top:40px;
float:left;
clear:both;
color:#000;
}

#homeNews {
width:330px;
padding-left:20px;
padding-top:40px;
float:left;
color:#000;
}

#homeSupport {
width:200px;
padding-top:15px;
float:right;
	height: 52px;
}

#footer {
clear:both;
text-align:right;
padding-top:37px;
padding-right:82px;
}

#footeradmin {
clear:both;
text-align:right;
padding-right:290px;
}

#headline {
font-size:1.3em;
font-weight:bold;
}

#headlineRed {
font-size:1.3em;
color:#e51b24;
}

/*
td:hover {
background-color:#ffc423;
}
*/

a:link {
color: #fff;
}

a:visited {
color: #e9e9e9;
}

a:hover {
color: #000;
}

a.origin:link {
color: #000;
}

a.origin:visited {
color: #000;
}

a.origin:hover {
color: #00a0df;
}

a.submenuLinks:link {
color: #fff;
text-decoration:none;
}

a.submenuLinks:visited {
color: #e9e9e9;
text-decoration:none;
}

a.submenuLinks:hover {
color: #ffc323;
text-decoration:none;
}

a.submenuLinksYellow:link {
color: #e41b23;
text-decoration:none;
}

a.submenuLinksYellow:visited {
color: #d44d53;
text-decoration:none;
}

a.submenuLinksYellow:hover {
color: #000;
text-decoration:none;
}

#submenu {
font-size:11px;
font-weight:bold;
}

#credit {
font-size:10px;
color:#000000;
}