/* CSS Reset */
* {
margin: 0;
padding: 0;
font-size: 100.01%;
/* font-weight:normal; */
}

ul,
ol {
list-style: none;
list-style-type: none;
list-style-position: outside;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
} 

/* Schrift Grösse */

body {
background-color: #cccccc;
font-family: Verdana, Arial, sans-serif;
font-size: 86%;
color: #000;
line-height: 1.2em;
text-align: left;
}

h1,
h2,
h3 {
font-weight: bold;
margin-bottom: 0.7em;
}

h1,
h2
{
font-family: Verdana, Arial, sans-serif;
color: #505050;
/* text-transform: uppercase; */ 
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.8em;
}

h3 {
font-size: 1.3em;
color: #FF0000;
}


blockquote {
color: #f18110;
}

tbody {
display:table-row-group;
vertical-align:middle;
}

/* LAYOUT */

#page {
background-color: #fff;
margin: 0 auto;
width: 920px;
}

#header {
width: 920px;
height: 120px;
background: transparent url(img/kredit-header.png) no-repeat scroll left top;
}

#content {
padding-top: 10px;
width: 710px;
float: right;
}

#mcontent {
text-align: justify;
width: 650px;
padding-left: 15px;
}

#mcontent p {
padding-top: 15px;
}

#mcontent p.small {
font-size: 0.8em;
}

#mcontent p.smallbig {
font-size: 0.8em;
font-weight: bold;
color: #FF0000;
}

/* TABLE LAYOUT*/
.tblnav {
background-color: #1c2666;
color: #fff;
font-size: 10px;
font-weight: bold;
text-align: center;
vertical-align: middle;
}

.tblmid {
background-color: #d5e6ff;
color: #000;
font-size: 11px;
text-align: center;
vertical-align: middle;
}

/* TOPNAV */

#topnav{
width: 100%;
background-color: #1c2666;
color: #FFF;
display: inline;
float: right;
}

#topnav ul {
display: inline;
float: right;
}

#topnav ul li {
display: inline;
float: right;
}

#topnav ul li a {
color: #FFF;
display: block;
font-size: 1em;
font-weight: bold;
padding: 0.5em 0.8em;
width: auto;
text-decoration: none;
}

#topnav ul li a:hover,
#topnav ul li a:focus,
#topnav ul li a:active,
#topnav ul li a.active {
background-color: #0066FF;
color: #FFF;
}

/* NAVIGATION */
#leftbox {
padding-top: 0px;
width: 195px;
float: right;
background-color: #d5e6ff;
}

.first {
/* background: transparent url(img/id-first.png) repeat-x scroll left top; */
width: 195px;
height: 23px;
background-color: #1c2666;
color: #fff;
text-align: center;
font-weight: bold;
padding-top: 7px;
}

.link {
border-bottom: 1px dotted #616161;
margin-left: 3px;
width: 192px;
text-align: left;
padding-top: 3px;
padding-bottom: 3px;
font-size: 0.9em;
}

.banner {
text-align: center;
padding-top: 10px;
}

#leftbox ul li a {
color: #404040;
display: block;
height: 23px;
text-decoration: none;
padding-left: 5px;
padding-top: 4px;
}

#leftbox ul li a:hover,
#leftbox ul li a:focus,
#leftbox ul li a:active,
#leftbox ul li a.active {
background-color: #0066FF;
color: #FFF;
}

#footer {
background: transparent url(img/footer.png) repeat-x scroll left top;
clear: both;
width: 920px;
height: 50px;
}

#footer p {
font-size: 0.7em;
}

#cfooter {
padding: 10px 0 0 390px;
}

#kontaktformular {
line-height: 2em;
}