
.container {
        width: 600px;
       
}

#navPyra {
        margin: 0;
        padding: 0 0 20px 10px;

}

#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #436976;
}

#navPyra a:link.active, 
#navPyra a:visited.active, 
#navPyra a:hover {
        color: #000;
        background: url(images/pyramid.gif) no-repeat bottom center;
}
















/* Box mit dem Suchfeld */
/* ####################################################### */
table.such_box {
        border-width:2px;
        padding: 2px;
        border-style: solid;
        border-top-color: #436976;
        border-left-color: #dee7ec;
        border-right-color: #dee7ec;
        border-bottom-color: #436976;
        background-color: #dee7ec;
}
td.such_box {
        border-width:0px;
        padding: 3px;
        background-color: #dee7ec;
        color: #000033;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}
a.such_box {
        text-decoration: underline;
        color: #000033;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}

/* Die Box mit den Suchergebnissen */
/* ######################################################*/

table.box_such_erg {
        border-width:1px;
        padding: 2px;
        border-style: solid;
        border-top-color: #dddddd;
        border-left-color: #dddddd;
        border-right-color: #dddddd;
        border-bottom-color: #dddddd;
        background-color: #fffffff;
}
td.box_such_erg {
        border-width:0px;
        padding: 3px;
        background-color: #ffffff;
        color: #000033;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}
/* Link fett */
a.box_such_erg_fett:link {
        text-decoration: underline;
        color: #000033;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: bold;
}
a.box_such_erg_fett:visited {
        text-decoration: underline;
        color: #000033;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: bold;
}
a.box_such_erg_fett:hover {
        text-decoration: none;
        color: #FF0000;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: bold;
}
/* Link normal */
a.box_such_erg:link {
        text-decoration: none;
        color: #000033;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}
a.box_such_erg:visited {
        text-decoration: none;
        color: #000033;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}
a.box_such_erg:hover {
        text-decoration: none;
        color: #FF0000;
        font-size: 11px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}
.kleine_url_such {
        color: green;
        font-size: 9px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
        font-weight: normal;
}


/* Sonstige Designs wie Buttons etc. */
/* ##################################*/
.submit{
border-width:1px;
font-size:8pt;
border-color:#333333;
color:#000000;
background-color:#ffffff;
border-style:solid;
font-weight:;
font-family:Arial;
cursor:pointer;
font-style:;
}

.formsubmit{
border-width:1px;
font-size:9pt;
border-color:#333333;
color:#000000;
background-color:#f5f5f5;
border-style:solid;
font-weight:;
font-family:Arial;
cursor:pointer;
font-style:;
}

.textfeld{
border-width:1px;
border-color:#808080;
color:#333333;
background-color:#ffffff;
border-style:solid;
font-weight:;
font-family:Arial;
cursor:text;
font-style:;
}

.select{
border-width:0px;
border-color:#333333;
color:#333333;
border-style:none;
font-weight:;
font-family:Arial;
cursor:pointer;
font-style:;
}

h1 {
        color: #333333;
        font-size: 18px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
}
h2 {
        color: #333333;
        font-size: 16px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
}
h3 {
        color: #333333;
        font-size: 14px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
}
h4 {
        color: #333333;
        font-size: 12px;
        font-family: Verdana, Futura, Helvetica, sans-serif, Arial;
}


body,table,select,input
{
	background-repeat: no-repeat;
	background-attachement: fixed;
	background-position: bottom left;
	font-family: tahoma,helvetica;
	font-size: 8pt;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}


