/* DATEI: basis.css */

body { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 0.1em;
line-height:140%;
color: #000000;
margin: 100px 0 0 0;
padding: 0;
background-color: #ffffff;
text-align: center;
}

.breaker {
clear: both;
height: 0px;
overflow: hidden;
}

.hr {
display: none;
}

img {
border: none;
}

a { 
color:#333333;
text-decoration:underline;
}

a:hover {
color:#000000;
text-decoration:underline;
}

/* ------------- Container ------------------- */

#main {
width: 749px;
margin: 0 auto;
text-align: left;
border: #999999 1px solid;
}

/* ------------- Header ------------------- */

#headerBox {
height: 50px;
text-align:right;
}

#headerBox #logo {
height: 45px;
padding: 3px 3px 0 0;
overflow:hidden;
}

/* ------------- Content ------------------- */

#contentBox {
width: 749px;
height: 299px;
background: url(../img/bgimg1.jpg) no-repeat top left;
border-top: #cccccc 1px dotted;
border-bottom: #cccccc 1px dotted;
overflow: hidden;
}

/* ------------- ContentMain ------------------- */

#contentScrollbar {
height:279px;
width: 709px;
padding: 15px 0 5px 40px;
overflow: auto;
text-align:left;
}

#contentTransparent {
width: 282px;
}

#contentScrollbar h1 {
font-size: 14px;
letter-spacing: 0.2em;
line-height: 140%;
margin: 0 0 10px 0;
font-weight: normal;
color: #000000;
}


/* ------------- Footer ------------------- */

#footer {
font-size: 12px;
}

#footer ul {
list-style-type: none;
padding: 0;
margin:0;
}

#footer ul li {
float:left;
padding: 10px 10px 10px 0;
}

#footer ul li a {
padding: 0 0 0 20px;
color: #000000;
text-decoration:none;
}

#footer ul li a:hover {
color: #000000;
text-decoration:none;
}
