body {

font-family: Verdana, sans-serif;
font-size: 12px;
color: #1f1c24;

}

.header h1 {

position: absolute;
font-size: 38px;
text-indent: -5000px;

}

p {

margin-top: 15px;
line-height: 20px;

}

a:link, a:hover, a:visited {

color: #1f1c24;
text-decoration: underline;
cursor: pointer;

}


/* Center Background */
.wrapper_1 {

width: 1059px;
margin: 0 auto;
/* position: relative; */

}


/* Background Header */
.header {

width: 1059px;
height: 575px;
background-image: url(pictures/site_bg.png);
background-position: top left;
background-repeat: no-repeat;
/* position: relative;
z-index: 10; */

}


/* Content wrapping */
.wrapper_2 {

/* position: relative;
z-index: 20; */
width: 383px;
margin-top: -420px;
margin-left: 176px;

}


/* Content Stylings */
img {

cursor: pointer;
display: block;
margin-top: 20px;

}

.pane {

margin-left: 50px;
width: 509px;

}


/* Hide Bio until finished */
#bio {

display: none;
width: auto;
height: auto;

}


/* Dates Styles */
.termine_upcoming {

font-weight: bold;

}

.termine_outdated {

text-decoration: line-through;

}


/* Image Gallery */
#gallery img {

display: inline;
margin-right: 10px;

}


/* Tooltips Image Gallery */
.tooltip_gallery {

display: none;
width: 118px;
height: 94px;
padding: 10px;
background-image: url(pictures/tooltip_gallery_bg.png);
background-repeat: no-repeat;

}


/* Overlay Gallery */
.overlay_gallery {

display: none;
z-index: 20000;
background-color: grey;
color: white;
padding: 15px;
width: 685px;
min-height: 200px;

}

.overlay_gallery img {

margin-top: 0px;

}

.overlay_gallery .close {

background-image: url(pictures/close_button.png);
width: 35px;
height: 35px;
position: absolute;
top: -15px;
right: -15px;
cursor: pointer;

}

.details {

position: absolute;
top: 15px;
right: 15px;
color: white;
width: 150px;

}

.details h3 {

font-size: 14px;
color: white;
text-decoration: underline;

}


/* Contact Form Stylings */
form {

position: relative;

}

.label {

width: 190px;
font-weight: bold;
float: left;
clear: left;
margin-top: 10px;
margin-left: 10px;

}

input {

width: 194px;
color: #1f1c24;
border: 1px;
border-style: solid;
border-color: #1f1c24;
background-image: url(pictures/input_bg.png);
background-repeat: repeat-x;
background-position: top left;
margin-top: 10px;
padding-left: 3px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;


-moz-border-radius-bottomright:1ex;
-webkit-border-bottom-right-radius:1ex;

}

textarea {

font-family: Verdana, sans-serif;
width: 293px;
height: 145px;
border: 1px;
border-style: solid;
border-color: #1f1c24;
background-image: url(pictures/input_bg.png);
background-repeat: repeat-x;
background-position: top left;
margin-top: 10px;
padding-left: 3px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;

-moz-border-radius-bottomright:3ex;
-webkit-border-bottom-right-radius:3ex;

}

.sends {

clear: left;
margin-left: 200px;

}

.sends input {

color: #1f1c24;
width: 116px;
height: 30px;
cursor: pointer;
background-color: transparent;
background-image: url(pictures/send_bg.png);
background-position: 0px 1px;
background-repeat: no-repeat;
border: none;
margin-top: 20px;
margin-bottom: 10px;
padding: 0;

-moz-border-radius-bottomright:0ex;
-webkit-border-bottom-right-radius:0ex;

}


/* Tooltips Form */
.tooltip_form {

display: none;
width: 270px;
padding: 15px;
background-color: grey;
color: white;
text-align:left;
z-index: 200000;

}


/* Error Messages Form */
#error {

background-image: url(pictures/attention.png);
background-position: 10px 10px;
background-repeat: no-repeat;
background-color: #1f1c24;
margin-top: 10px;
margin-left: 10px;
padding-left: 130px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
position: relative;
z-index: 10000;
display: none;
color: white;

-moz-border-radius-bottomright:3ex;
-webkit-border-bottom-right-radius:3ex;

}

#error h3 {

font-size: 18px;

}

.error_text {

font-size: 12px;

}


/* Response Page */
.thanks h2 {

font-size: 30px;
margin-top: 30px;

}


/* Error 404 Page */
.error_404 {

background-image: url(pictures/error_404_greenish.png);
background-repeat: no-repeat;
width: 500px;
height: 70px;
margin-top: 32px;

}

.error_404 h2 {

font-size: 30px;
color: #ffcc00;
position: relative;
top: 15px;
left: 12px;

}
