/* body */
body{
    background-color : #000000;
    background-image:url(media/design/bg.jpg);
    background-attachment:fixed;
    background-position:center top;
    background-repeat :no-repeat;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    color : #010101;
    font-weight : normal;
    margin : 20px ;
    text-align:center;
}

.spacercolor{ background-color : #ffffff;}

/* h1 headline */
h1{
    font-family: Arial, sans-serif;
    font-size: 13pt;
    color : #000000;
    margin : 10px 0px 10px 10px ;
    padding : 0px 0px 0px 0px ;
    font-weight : bold;
}

tr,td {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color : #000000;
    font-weight : normal;
}

/* inactive navigation-text */
.intd, .intd a:link, .intd a:visited, .intd a:hover {
    font-family: Arial, sans-serif;
    font-size: 25px;
    color : #7594b3;
text-decoration : none;
}

/* active navigation-text */
.antd, .antd a:link, .antd a:visited, .antd a:hover{
    font-family: Arial, sans-serif;
    font-size: 25px;
    color : #ffffff;
    text-decoration:none;
}

/* active second tier navigation-text */
.antd2, .antd2 a:link, .antd2 a:visited, .antd2 a:hover {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color : #002c5a;
text-decoration : none;
font-weight:bold;
background:#efefef;
}

/* inactive second tier navigation-text */
.intd2, .intd2 a:link, .intd2 a:visited, .intd2 a:hover {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color : #002c5a;
text-decoration : none;
}

/* breadcrumb */
.bc{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* error message */
.error{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* info box */
.box{
    float: none;
    margin-right: 10px; margin-left: 0px;  margin-top: 10px; margin-bottom: 0px; width: 200px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    font-weight : normal;
}

.box .headline{
    font-family: Arial, sans-serif;
    font-size: 9pt;
    color : #ffffff;
    background-color : #97bf82;
    font-weight : bold;
    padding : 5px 5px 5px 5px ;
    margin: 0px;
}

.box hr{
    color: #cccccc;
    border-width: 0px;
    height: 1px;
}

.box p{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    padding : 5px 5px 5px 5px ;
    margin: 0px;
}

/* link */
A:link{
    font-size: 100%;
    color : #333333;
    text-decoration : underline;
}
A:visited{
    font-size: 100%;
    color : #333333;
    text-decoration : underline;
}
A:hover{
    font-size: 100%;
    color : #333333;
    text-decoration : underline;
}

li{
    margin-top : 5px; margin-bottom: 5px;
}

/* body */
.hiddendiv{
    background-color: #ffffff;
    border-width: 5px;
    border-style: solid;
}

h2 {
    font-size:12pt;
    font-weight:bold;
}
.bodywrapper {
    text-align:left;
    width:950px;
    margin: 0 auto;
    padding:0;
    background:#ffffff;
}
.content {
margin:30px;
}
.middle {
    float:left;
    width:660px;
    padding-right:30px;
}
.right {
    float:right;
    width:200px;
    margin:0;
padding:0;
}
.headtext {
    float:left;
}
.topnav {
    background: #002c5a;
    width:100%;
position:relative;
}
.topnav ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
.topnav ul li {
    margin: 10px 0 10px 30px;
    padding:0;
    /*display:inline;*/
    float:left;
    /*line-height:25px;*/
}
.subnavigation {
position:absolute;
margin-top:-1px;
background:#ffffff;
padding:0;
width:200px;
border: 1px solid #002c5a;
}
.subnavigation div {
padding:5px;
}

.bottomlinks {
    text-align:left;
    width:950px;
    margin: 0 auto;
    color:#ffffff;
}
.sms {
    float:right;
    font-size: 7pt;
color:#ffffff;
}
.sms a:link, .sms a:hover, .sms a:visited {
color:#ffffff;
}
.box .headline {
    text-align:center;
}
.clear {
clear:both;
}
/* blog css */
.blogbox {
margin-right: 10px; 
margin-left: 0;  
margin-top:10px; 
margin-bottom: 0; 
width: 200;
font-family: Arial, sans-serif;
font-size: 10pt;
}
.blogboxheadline {
padding:5px;
text-align:center;
font-family: Arial, sans-serif;
font-size: 25px;
color : #ffffff;
background-color : #002c5a;
margin-top:10px;
}
.blogbox ul {
list-style-type:none;
padding:0;
margin:0;
}
.blogsmall {font-size:smaller;}
.blogcomment {margin-bottom:10px;}
/* end blog css */
.smbutton {
margin-top:20px;
margin-bottom:20px;
}
img {
border:0;
}
