* {
    margin: 0;
    padding: 0;
}

body {
    font: 95% Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background-color:#C5C5C5;
    background-image:url('../images/hg1.gif');
    background-repeat:repeat-x;
    background-position:top;
}

a:link, a:visited, a:active {
    color:#000000;
    text-decoration:none;
}

a:hover, a:focus {
    color:#000000;
    text-decoration:none;
}

/* <a class="nounderline" href="... */
a.underline:link 	{text-decoration: underline;}
a.underline:visited	{text-decoration: underline;}
a.underline:hover   	{text-decoration: none;}

p {
    padding: 5px 5px 5px 0px;
}

img {
    border: 0 solid;
}

pre {
    font: 95% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2 {
    background: transparent;
    color:#000;
    text-align:left;
}

h1 {
    font-size:1.3em;
    padding-bottom: 20px;
    padding-top: 20px;
}

h2 {
    font-size:0.8em;
}

#logo h1,
#logo h2 {
    color:#fff;
    padding-bottom: 10px;
    padding-top: 0;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}



/* Seiten-Layout */
#container {
    color: #000;
    background: #c8c5c5;
    margin-top: 20px;
    width: 780px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 30px;
}

p.containerbot {
    text-align: center;
}

#header {
    width: 100%;
    background: #b4a895 url(../images/head1.jpg) top left no-repeat;
    height: 190px;
}

#logo {
    position: absolute;
    top: 20px;
    margin-left:auto;
    margin-right:auto;
    width: 600px;
    height: 180px;
    background: transparent;
    padding: 10px;
}

#logo a img {
    float: left;
    padding: 4px 10px 10px 10px;
}

#navigation {
    position:absolute;
    margin-top: 190px;
    width: 780px;
    height:35px;
    color: #000;
    background-image:url('../images/navi_bg1.jpg');
    background-repeat:no-repeat;
    background-color:#F4ECDE;
    font-size: 0.80em;
}

#main {
    margin-top: 35px;
    margin-left: 0;
    color: #000;
    background: rgb(100,151,204);
    line-height: 1.2em; /* to avoid the peekaboo bug */
}

p.mainbot {
    clear: both;
    height: 90px;
    background: rgb(100,151,204);
    text-align: center;
}

#column {
    float: right;
    width: 200px;
    color: #000;
    background: rgb(100,151,204);
}

#content {
    margin-right: 200px;
    color: #000;
    background:rgb(242,242,242);
    padding: 10px 10px 50px 10px;
    min-height: 500px;
}



/* Navigation */
#navigation ul {
    list-style-type: none;
}

#navigation ul li {
    float: right;
}

#navigation ul li a {
    display: block;
    padding: 0px 7px;
    line-height: 30px;
    background: url(../images/list-sign1.gif) top left no-repeat;
}

#navigation ul li a:hover {
    background: url(../images/list-sign3.gif) top left no-repeat;
}

#navigation ul li.active a {
    background: url(../images/list-sign3.gif) top left no-repeat;
}

/* Boxen */
#showfelder {
    width: 100%;
    text-align:left;
}

#feld1, #feld2, #feld4, #feld5, #feld6, #feld3 {
    margin: 30px 10px 10px 10px;
    width: 260px;
    float: left;
}

#feld1, #feld4, #feld6 {
	background-image:url('../images/s_bg1.gif');
}
#feld2, #feld3, #feld5 {
	background-image:url('../images/s_bg2.gif');
}

#feldhead1, #feldhead2, #feldhead4, #feldhead5, #feldhead6 {
	position:relative;
	width:250px;
	height:21px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:19px;
	vertical-align:top;
	text-align:right;
}
#feldhead3 {
	position:relative;
	width:250px;
	height:21px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:19px;
	vertical-align:top;
	text-align:right;
}

#feldhead1, #feldhead4, #feldhead6 {
	background-image:url('../images/s_head11.gif');
	background-color:#D6B025;
}

#feldhead2, #feldhead5, #feldhead3{
	background-image:url('../images/s_head12.gif');
	background-color:#D6B025;
}

#feldcont1, #feldcont2, #feldcont3, #feldcont4, #feldcont5, #feldcont6 {
	position:static;
	font-size:11px;
	color:#333333;
	padding:10px;

}
#feldfoot1, #feldfoot2, #feldfoot3, #feldfoot4, #feldfoot5, #feldfoot6 {
	position:static;
	background-image:url('../images/s_weiter1.gif');
	width:100%;
	height:17px;
	font-size:11px;
}


#content ul,
#content ol{
    margin: 10px 25px;
}
#content li{
    padding: 3px 0;
}
#content p{
    margin: 10px 0;
}



#marghead1 {
	position:static;
	height:21px;
	padding-right:10px;
	background-image:url('../images/s_head21.gif');
	height:21px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:19px;
	vertical-align:top;
	text-align:right;
        margin-top: 35px;
}
#margcont1 {
	position:static;
	background-image:url('../images/m_bg1.gif');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#EDECEC;
	text-align:left;
	padding: 10px;
	border-style:solid;
	border-width:0px 1px 0px 1px;
	border-color:#366BA3;
	text-align:center;
}
