@charset "UTF-8";
@import url("reset.css");

body {
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
    font-family: "Arial",Helvetica,sans-serif;
    font-size: 12px;
    line-height: 120%;
}

a, a:link, a:visited {
    color: #000;
}

a:hover, a:active {
    text-decoration: none;
}

h2 {
    margin-bottom: 6px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 6px;
    display: block;
    font-size: 9pt;
    font-weight: bold;
}

ul li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('../images/list.png') no-repeat;
    line-height: 20px;
}

b, strong {
    font-weight: bold;
}

div#ansicht {
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0px 25px 0px;
    width: 920px;
}

div#box-1 {
    padding: 40px;
    background: url('../images/box_01.jpg') no-repeat;
    height: 310px;
    width: 840px;
}

div#box-2 {
    padding: 30px 40px 30px 40px;
    background: url('../images/box_02.jpg') no-repeat;
    height: 240px;
    width: 840px;
}

div#box-3 {
    padding: 30px 40px 30px 40px;
    background: url('../images/box_03.jpg') no-repeat;
    height: 240px;
    width: 840px;
}

div#box-4 {
    padding: 30px 40px 42px 40px;
    background: url('../images/box_04.jpg') no-repeat;
    height: 238px;
    width: 840px;
}

#navigation li {
    margin: 0px;
    border: 0px;
    padding: 0px;
    background: none;
    float: left;
}

#navigation li a:link, #navigation li a:visited {
    margin-right: 5px;
    padding-top: 25px;
    background: url(../images/kreis_o.png) center top no-repeat;
    display: block;
    color: #222222;
    text-decoration: none;
    text-align: center;
    height: 72px;
    width: 72px;
}

#navigation li a:hover, #navigation li a:active {
    background: url(../images/kreis_g.png) center top no-repeat;
    color: #ffffff;
}

.text-left {
    float: left;
    width: 390px;
}

.text-right {
    float: right;
    width: 395px;
}

.box-1-l {
    margin-top: 250px;
}

.box-1-r {
    margin-top: 25px;
}

/*slider*/

#slider a {
	border:0;
	display:block;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*dialog*/
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #ffffff url(../images/ui_bg.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }

.ui-dialog {
    padding: 10px;
    border: #aaaaaa solid 1px;
    background: #ffffff;
}

.ui-icon-closethick {
    float: right;
}

.ui-dialog-title {
    font-size: 16pt;
    font-weight: bold;
}
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }