body {
    background: #ffffff url("../gfx/bg_bot.png") repeat-y center top;
	font-family: sans-serif;
	font-size: 12px;
	color: #666666;
} 

a {
	color: #f60;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 14px;
}
table {
	font-size: 12px;
}
td {
    vertical-align: top;
}
img {
    border: none;
    margin: 0;
}
h1 {
    font-size:18px;
    letter-spacing:2px;
}
.indent {
    padding:20px 40px;
}

table#main {
    background: url("../gfx/bg_top_sommer.png")  no-repeat center top;
    width: 967px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-bottom: 30px;
}
td#main_center {
    width: 760px;
    border-top: 1px solid #aaaaaa;
}

div#head {
    width: 100%;
}
div#head_top {
    background: #0066ff url("../gfx/head_bg.png");
    height: 57px;
}
div#head_middle {
    background: #ffffff url("../gfx/head_img_sommer.png");
    height: 120px;
    border-top: 2px solid #666666;
    border-bottom: 2px solid #666666;
}
div#head_bottom {
    /*background: #0066ff url("../gfx/head_bg.png")*/;
    height: 58px;
}
div#head_bottom img {
    float: left;
    height: 58px;
}
div#content {
    margin:auto;
    margin-top:10px;
    padding:30px;
    border:1px solid #aaa;
    border:none;
    width:70%;
    line-height:160%;
    /*text-align:justify;*/
}
div.next {
    border:2px solid #aaa;
    padding:15px;
    width: 300px;
    float:right;
    margin:10px -10px 10px 10px;
    background:#ffff00;
    color:#f06;
}
div.next h3 {
    margin:0;
    color:#06f;
}
div.next img {
    margin:-15px;
}
