/* CSS insektenreich.de */

html {
	font-size: 62.5%;
	overflow: hidden;
}

body {
	font: 1.2em/1.6em Arial, Helvetica, sans-serif;
	color: #F0F8FF;
	height: 100%;
	text-align: center;
}

* {margin: 0px; padding: 0px; border: 0px;}

h1 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFCC33;
	padding: 30px 0px 0px 40px;
}

h2 {
    color: #F0F8FF;
    font-size: 1.3em;
    font-weight: bold;
    background-image: url(../images/bg_h1.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 18px;
}

h3 {
    font-size: 1.2em;
    font-weight: normal;
    color: #FFCC33;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 0px;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #F0F8FF;
    margin-bottom: 5px;
    padding-bottom: 1px;
    border-bottom: 1px dotted #F0F8FF;
}

a {
    color: #FFCC33;
    text-decoration: none;
}
a:link {}
a:visited {}
a:hover {
    color : #F0F8FF;
}
a:active {}

div#wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
	width: 100%;
	height: 100.1%;
	display: table;
	background: #006666;
}

div#wrap_content {
    display: table-cell;
    vertical-align: middle;
}

div#box {
    width: 800px;
    height: 540px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div#nav {
    float: left;
    height: 540px;
    width: 140px;
    background: #006666 url(../images/01.jpg) no-repeat left top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-right: 20px;
	text-align: right;
}

div#nav ul {
    list-style-type: none;
    margin-top: 155px;
    color: #FFCC33;
    font-size: 1.3em;
}

div#nav li {
    padding-bottom: 8px;
}

div#nav a:link {
    color: #FFCC33;
}

div#nav a:visited {
    color: #FFCC33;
}

div#nav a:hover,
body#welcome li.navwelcome a,
body#events li.navevents a,
body#gallery li.navgallery a,
body#philosophy li.navphilosophy a,
body#about li.navabout a,
body#contact li.navcontact a {
    color: #F0F8FF;
}

div#subnav {
    
}   

div#subnav ul {
    font-family: Arial, Helvetica, sans-serif;    
    font-size: 0.9em;
    line-height: 1.1em;
    margin-top: 10px;
}

div#subnav li {
    padding-bottom: 2px;
}

div#subnav a:hover,
body#impressum li.navimpressum a,
/* body#sitemap li.navsitemap a, */
body#home li.navhome a {
    color: #F0F8FF;
}

div#col {
    float: right;
    height: 540px;
    width: 140px;
    padding-left: 20px;
    background: #006666 url(../images/02.jpg) no-repeat right bottom;
}

div#maincontent {
    width: 480px;
    height: 540px;
    margin: 0px 160px;
}

div#header {
    height: 100px;
    background: #006666;
    overflow: hidden;    
}

div#footer {
    height: 100px;
    background: #006666;
    font-size: 0.8em;
    color: #FFCC33;
    padding: 0px;
}

div#content {
    height: 336px;
    text-align: left;
    overflow: auto;    
    border: 2px solid #FFD700;
}

div#maintext {
    margin: 0px 40px; /* Sorgt für Randabstand der Texte*/
    padding-bottom: 20px;
}

/* Unterstreichung der Links im Content */
div#maintext p a, div#maintext li a {padding-bottom: 1px;}
div#maintext p a:link, div#maintext p a:visited, div#maintext li a:link, div#maintext li a:visited {border-bottom: 1px solid;}
div#maintext p.image a { border: none; }


div#maintext p {
    margin-bottom: 10px;
}

div#maintext p.image {
    text-align: left;
    margin-bottom: 30px;
}

div#maintext p.image img {
    border: 10px solid #61A0A0;
}

.floatleft {
    float: left;
    margin-top: 4px;
    margin-right: 20px;
}

div#maintext ul {
    list-style-type: none;
    margin-bottom: 10px;
}

div#maintext li {
    background-image: url(images/bg_list.gif);
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left: 18px;
}

.center {
    margin: 100px 60px;
}

.small {
    font-size: 0.9em;
    line-height: 1.1em;
}

.italic {
    font-style: italic;
}

.end {
    background: url(../images/bg_end.gif) no-repeat right;
    padding-right: 16px;
}

div#invisible {
    display: none;
}

.details {
    background-color: #006666;
    text-align: left;
    padding: 20px;
    border: 1px solid #61A0A0;
}

/* Formular */
form {
    
}

textarea, input[type="text"] {
    border: 5px solid #61A0A0;
    margin-bottom: 10px;    
}

input[type="submit"] {
    border: 1px solid #FFFFFF;
    color: #FFCC33;
    background-color: #61A0A0;
    padding: 5px 20px;
    font-weight: bold;
    margin-top: 10px;
}

input[type="submit"]:hover {
    color: #F0F8FF;
}

.error {
    color: #006666;
    background-color: #FFCC33;
    padding: 2px;
} 