
/* RESET
-------------------------------------------------------------------------- */
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;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, 
q:before, q:after {
    content: ''; 
    content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a { outline: none; }
body { font: 13px/1.231 sans-serif; font-size: small; }
select, input, textarea, button { font: 99% sans-serif; }

/* GLOBAL
-------------------------------------------------------------------------- */
html { overflow-y: scroll; }
html { -webkit-font-smoothing: antialiased; }
body {
    background: #E2E2E2 repeat 0 0;
    color: #444;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 87.5%;
    line-height: 1.5;
}

/* HEADINGS ------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #B01C28; }

h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; }
h4, h5, h6 { font-size: 1em; line-height: 1.25; margin-bottom: 1.25em; }

/* TYPOGRAPHY ----------------------------------------------------------- */

p { margin: 0 0 1.5em; }

blockquote { margin:1.5em; color:#666; font-style: italic; }
q { font-style: italic; }

strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr { border-bottom: 1px dotted #666; cursor: help; }
address { margin: 0 0 1.5em; font-style: italic; }

pre { margin: 1.5em 0; white-space: pre; }
pre, code { font: 1em 'Andale Mono', 'Lucida Console', monospace; line-height: 1.5; }

li ul, li ol { margin: 0; }
ul, ol { margin: 0 1.5em 1.5em 0; padding-left: 1em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }

ins { text-decoration: underline; }
del { color: #666; text-decoration: line-through; }
small { font-size: 11px;}

/* FORMS
-------------------------------------------------------------------------- */
form {background: #E2E2E2;}
fieldset { padding: 1em; margin: 0 0 1.5em 0; }
fieldset p { float: left; clear: both; line-height: 24px; margin-bottom: 1em;}
legend { font-weight: bold; font-size: 1.2em; }
label { font-weight: bold; display: block; float: left; width: 5em; margin: 0.5em 0;}
input[type=text], input[type=password], input.text, textarea, select { background-color: #fff; border: 1px solid #bbb; }
input[type=text]:focus, input[type=password]:focus, input.text, textarea:focus, select:focus { border-color: #666; }
input[type=text], input[type=password], textarea, select { margin: 0.5em 0; float: left;}
input.text { width: 300px; padding: 5px; }
textarea { width: 390px; height: 250px; padding: 5px; }
input[type=checkbox], input[type=radio], input.checkbox, input.radio { position: relative; top: .25em; }
.notice, .success { padding: .8em; margin-bottom: 1em; }
.error { color: #8a1f11;}
ul.error { padding-left: 1.5em;}
.notice { background: #FFF6BF; color:#514721; border-color: #FFD324; }
.success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }

/* Scalable Button */
.button {
    background: #B01C28 url(img/button-overlay.png) repeat-x;
    border: none;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -khtml-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    /*border-bottom: 1px solid rgba(0,0,0,0.25);*/
    position: relative;
    cursor: pointer;
    text-align: center;
}


/* LINKS ---------------------------------------------------------------- */

a:link { color: #fff; text-decoration: underline; }
a:visited { color: #fff; text-decoration: underline; }
a:hover { color: #fff; }
a:focus { color: #fff; }
a:active { color: #fff; }

/* IMAGES & VIDEOS ------------------------------------------------------ */

img.left { float: left; margin:1.5em 1.5em 1.5em 0; }
img.right { float: right; margin:1.5em 0 1.5em 1.5em; }

/* LAYOUT --------------------------------------------------------------- */

#page {
    margin: 0 auto;
    width: 800px;
    background: #ffffff;
    border-left: 20px solid #B01C28;
}

#header {
    height: 140px;
    position: relative;
}

#header h1 {
    width: 750px;
    height: 105px;
    background: url("../img/logo.png") no-repeat 0 0;
    text-indent: -10000px;
    position: absolute;
    left: 20px;
    top: 30px;
}
#body { padding: 30px; }

#aPlayerContainer, #foto-gross {
    float: right;
    border: 3px solid #E2E2E2;
    margin: 0 0 1.5em 0;
}
#aPlayerContainer {
    height: 356px;
}
#foto-gross img {
    display: block;
}
#content-1 { float:left; width: 230px;}
#content-2 { clear: both;}

#map { width: 500px; height: 400px; }

#gallery img {
    border: 3px solid #E2E2E2;
    float: left;
    margin: 0 40px 40px 0;
}

#formular {
	clear: both;
}

#footer {
    background: #B01C28;
    color: #fff;
    padding: 15px 0;
    clear: both;
}

#footer h2 {
    color: #fff;
}

table td {
	padding-right: 30px;
}
table {
	margin-bottom: 20px;
}

#body a {color: #B01C28}

/* PLUGINS
-------------------------------------------------------------------------- */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#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;	
}