/* Willkommen Fremder! */
/* Die Style-Sheet-Datei zu christoph-hamsen.de */

/* Standard HTML-Zeug */
* {
margin: 0;
padding: 0;
}
html {
height:100%;
}
body {
font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
text-align: left;
color: #000;
margin: 0;
background: #CCC;
min-height:101%;
}
a {
color: #00617F;
text-decoration: underline;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
a:hover {
color: #C3D3E2;
text-decoration: underline;
}
a:active {
color: #ff0000;
text-decoration: underline;
}
a:visited {
color: #66CAEA;
text-decoration: underline;
}
h1, h2, h3 {
font-size: 1.2em;
font-weight: bold;
color: #000;
line-height: 300%;
border-bottom: 2px #000 dotted;
}

abbr, acronym{
border-bottom:1px dotted #ff0000;
cursor:help;
}
input, textarea {
background: #C2EAF7;
border: 1px #00A6DC solid;
}
input:hover, textarea:hover, input:focus, textarea:focus {
background: #ffffff;
border: 1px #00A6DC solid;
}
/* Seitenelemente */
#wrapper {
color: #ffffff;
text-align: left;
margin: 0 auto;
}
#main{
width: 750px;
}
#logo {
height: 130px;
width: 750px;
font-weight: bold;
}
#logo p{
padding: 30px;
}
#logo a{
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #00A6DC;
}
#content {
color: #000;
padding: 20px;
min-height: 500px;
}
#content p {
line-height: 160%;
}
#content img {
border: 1px #B5CAE3 solid;
padding: 5px;
margin: 5px 0 5px 0;
text-align: center;
}
#content a:hover img{
border: 1px #B5CAE3 solid;
padding: 5px;
margin: 5px 0 5px 0;
background: #B5CAE3;
}
#leftpanel {
width: 150px;
float: right;
}
#navcontainer {
width: 100%;
}
#navcontainer ul {
margin: 0 0 10px 0;
padding: 0;
list-style-type: none;
}
#navcontainer a {
display: block;
color: #00A6DC;
padding: 5px 0 5px 0;
margin: 0 0 2px 0;
text-decoration: none;
text-indent: 10px;
font-weight: bold;
width: 100%;
}
#navcontainer a:hover {
color: #000;
background-color: #00A6DC;
width: 150px;
}
#navcontainer li li a {
display: block;
color: #4D6480;
padding: 5px 0 5px 0;
margin: 10px 0 0 0;
width: 100%;
text-decoration: none;
border: 2px #D5D4D4 solid;
font-weight: normal;
}
#current {
background: #00A6DC !important;
}
#footer {
width: 750px;
clear: both;
text-align: left;
color: #000000;
padding: 8px;
}
#footer a{
color: #000;
}
#footer a:hover{
color: #ff0000;
}
#footer a:active{
color: #ff0000;
}
#footer a:visited{
color: #00A6DC;
}
#linkfarm {
margin: 10px 0 10px 0;
}
#buttons {
text-align: left;
padding: 10px 0 10px 10px;
}
#buttons img{
border: 0;
margin: 4px 0 0 0;
}
/* Diverses */
.hinweis {
font-size: 0.7em;
font-style: italic;
color: #00375C;
}
.linkliste {
padding: 0 0 0 30px;
list-style-type: disc;
line-height: 140%;
list-style-image: url(../images/ext_link.gif);
}
.kontakt {
padding: 0 50px 0 0;
font-size: 0.8em;
text-align: center;
}
.top {
font-size: 10px;
font-style: italic;
text-align: right;
}
.top a{
text-decoration: none;
padding: 2px;
border: 1px #4D6480 solid;
}
.top a:hover{
background-color: #4D6480;
color: #fff;
text-decoration: none;
padding: 2px;
border: 1px #4D6480 solid;
}