html,body{margin:0;padding:0}
body{
        font-family: arial,sans-serif;
        font-size: 10pt;
        text-align:center;
        color:#121212;
        background-image:url(gfx/bg.png);
        background-color: #A0A0A0;
}
img{
        border:0px;
}
h1{font-size: 15pt; font-weight:bold; padding-bottom: 0px; margin-bottom: 0px;}
h2{font-size: 12pt; font-weight:bold; padding-bottom: 0px; margin-bottom: 0px;}
h3{font-size: 10pt; font-weight:bold; padding-bottom: 0px; margin-bottom: 0px;}
/*head*/
#header {
        background-color: #da251e;
        height: 38px;
        width: 100%;
        padding-top: 12px;
        text-align: center;
}
#header a {
        text-decoration: none;
        font-size: 16px;
        color: #000000;
}
#header a:hover {
        color: #ffffff;
        font-size: 16px;
        text-decoration: underline;
}
#header_container {
        height: 38px;
        width: 940px;
        text-align: center;
        margin: 0 auto;
}
#header_left {
        float: left;
        height: 38px;
        width: 610px;
        text-align: left;
}
#header_right {
        float: left;
        height: 38px;
        width: 330px;
        text-align: right;
}
/*mainstage*/
#mainnav {
        padding: 0px;
        background-color: #da251e;
        width: 940px;
        height: 38px;
      	margin-top: 0px;
        line-height: 210%; 
      	list-style-image: none;
      	list-style-type: none;
      	text-align: center;
}
#imageBox {
        width: 940px;
      	height: 540px;
    		margin: 0px; 
}
#container{
        width:940px;
        margin:0 auto;
        text-align: left;
        background-color: #ffffff;
}
#wrapper{
        float:left;
        width:940px;
        background-color: #ffffff;
}
#content{
        float:left;
        width:710px;
        min-height: 400px;
        padding: 0 20px 20px 20px;
        background-color: #ffffff;
}
#right_container{
        float:left;
        width:180px;
        padding: 0 10px 0 0;
        height: 100%;
        background-color: #ffffff;
}
/*footer*/
#footer {
        background-color: #da251e;
        height: 50px;
        width: 100%;
        clear: left;
        color: #000000;
        text-align: center;
}
#footer a {
        text-decoration: none;
        color: #000000;
}
#footer a:hover {
        color: #ffffff;
        text-decoration: underline;
}
/*navi*/
#nav {
        padding: 0px;
        background-color: #da251e;
        width: 610px;
        height: 38px;
      	margin-top: 0px;
        line-height: 210%; 
      	list-style-image: none;
      	list-style-type: none;
      	text-align: center;
}
#nav li {
        padding: 0px;
      	float: left;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
      	float: left;
      	display:block;
        height:38px;
        padding: 0 10px 0 10px;
        text-decoration: none;
        color: #000000;
}
#nav li a:hover {
        height:38px;
        padding: 0 10px 0 10px;
        color: #ffffff;
        text-decoration: underline;
}
#nav li a.active:link, #nav li a.active:visited, #nav li a.active:active, #nav li a.active:hover {
	      float: left;
        height:38px;
        padding: 0 10px 0 10px;
        text-decoration: none;
        color: #000000;
}
/*Boxen*/
.subbox{
        width:100%;
        margin-top:10px;
        background-color: #F2F2F4;
}
.subbox_header_hell{
        background-image:url(gfx/boxheader_180.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-color: #fff;
        text-align:left;
        padding-left:7px;
        width:173px;
        height:25px;
}
.subbox_header_hell .boxheader{
        font-size: 13px;
        font-weight: bold;
        padding:0px;
        margin:0px;
        padding-top:5px;
        color: #000;
}
.subbox_content{
        border-width:1px;
        border-top-width:0px;
        border-style:solid;
        border-color:#D5D5D7;
        width:178px;
        line-height: 20px;
}
.boxheader a{
        font-size: 20px;
        color: #000;
}
.boxheader a:hover{
        font-size: 20px;
        color: #000;
}
