/*RESET STYLES*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}

body {
    line-height: 1em;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear{
    display:block;
    clear:both;
}


/* RESET END*/




#site{
    margin: 0 auto;
    width:960px;
    font-family:helvetica;
    font-size:13px;
    font-weight:bold;
    text-align:left;
}

#navigation{
    padding-bottom:50px;
}

.navi{
    margin-top:10px;
    margin-right:40px;
    float:left;
    color : #656464;
}

.navi a{
    text-decoration : none;
    color : #656464;
}

.navi a:visited{
    color:#656464;
    text-decoration:none;
}

.navi a:hover{
    color:#ff0078;
    text-decoration:none;
}

.navi a:active{
    color:#0082c6;
    text-decoration:none;
}

.navic a{
    margin-top:10px;
    margin-right:40px;
    float:left;
    color:#0082c6;
    text-decoration:none;
}

#content{
    width:960px;
    color:#656464;
    font-family:helvetica;
/*    padding-bottom: 10px;*/
}

#content a{
    color:#656464;
    text-decoration:underline;
}

.flLeft{
    float:left;
}

img.flLeft{
    padding-right:10px;
}

.flRight{
    float:right;
}

img.flRight{
    padding-left:10px;
}

#footer{
    border-top: 1px solid #999999;
    color:#999999;
    width:935px;
    text-align:right;
    padding-top:3px;
    margin-top:25px;
}

#content p{
    font-size:12px;
    line-height:1.3em;
}

label{
    display:block;
    width:100px;
    font-family:helvetica;
    font-size:10px;
    font-weight:bold;
    height:13px;
}

#formular{
    width:380px;
    padding-left:40px;
    padding-right: 0 auto;
    padding-bottom:10px;
    float:right;
}

#formular2{
    width:380px;
    border:1px solid #0082c6;
    padding-left:40px;
    padding-right:0 auto;
    padding-top:150px;
    padding-bottom:150px;
    text-align:center;
    color:#0082c6;
    float:right;
}

input{
    padding:5px;
    width:343px;
    background-color:#fff;
    border:1px solid #0082c6;
    font-family:helvetica;
    font-size:12px;
    color:#0082c6;
}

textarea{
    width:343px;
    height:150px;
    border:1px solid #0082c6;
    background-color:#fff;
    font-family:helvetica;
    font-size:14px;
    padding:5px;
    color:#0082c6;
}

.errmessage{
    color:#ff0078;
}

.eingabefeld{
    padding-bottom:3px;
}

.message{
    padding-top:9px;
}

.buttonsend{
    padding-top:6px;
}

input[type=submit]{
    cursor:pointer;
    background-color:#0082c6;
    color:#fff;
    font-family:helvetica;
    font-weight:bold;
    font-size:16px;
    width:355px;
    height:18px;
    border:none;
    padding-bottom:2px;
    padding-top:0px;
}

li{
    float:left;
    width:121px;
    height:121px;
    text-align:center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right:10px;
    margin-left: 0px;
    overflow:hidden;
    border:2px solid #0082c6;
}

h1{
    color: #545353;
    font-size:0.9em;
    padding-top:10px;
    padding-bottom:5px;
}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#gallery {
    background-color: #444;
    padding: 10px;
    width: 960px;
}

#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
    border: 5px solid #3e3e3e;
    border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
    border: 5px solid #fff;
    border-width: 5px 5px 20px;
    color: #fff;
}
#gallery ul a:hover {
    color: #fff;
}