/*
 * HTML5 Boilerplate
 *
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, iFramer, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }


::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #BC0B18; }
a:visited {
	color: #BC0B18;
}
a:focus {
	outline: thin dotted;
	color: #BC0B18;
}
a:hover, a:active {
	outline: 0;
	color: #BC0B18;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; }

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== 

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

legend { border: 0; *margin-left: -7px; padding: 0; }

label { cursor: pointer; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
 */

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Redfloor
   ========================================================================== */
   
* {
	margin: 0;
	padding: 0;
	border: none;
}

body, html {
	background: #fff url(../images/bg_big.jpg) 0 0 ;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

h1 {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    font-weight: bold;
    color: #BC0B18;
}

h2 {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    font-weight: bold;
    color: #BC0B18;
    margin-bottom: 10px;
}

p {
	margin: 0;
	padding: 0;
}

#page {
	margin: 25px auto;
	width: 746px;
	height: auto;
}

#header {
	width: 744px;
	height: 95px;
	border: 1px solid #fff;
	background: #fff url(../images/head_malerei_wagrain.jpg) 0 0 no-repeat;
	margin: 0 0 5px 0;
	position: relative;
}

#header2 {
	width: 744px;
	height: 95px;
	border: 1px solid #fff;
	background: #fff url(../images/head_hebebuehnenvereih.jpg) 0 0 no-repeat;
	margin: 0 0 5px 0;
	position: relative;
}

#header3 {
	width: 744px;
	height: 95px;
	border: 1px solid #fff;
	background: #fff url(../images/head_farbengeschaeft.jpg) 0 0 no-repeat;
	margin: 0 0 5px 0;
	position: relative;
}

#nav {
	position: absolute;
	top: 70px;
	display: block;
	width: auto;
	height: 22px;
	background: ;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navleft {
	left: 25px;
}

.navright {
	right: 0;
}

#nav li {
	float: left;
	padding: 3px 15px 0 10px;
}

#nav li a, #nav li a:visited {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;
}

#nav li.active a, #nav li a:hover, #nav li a:focus {
	text-decoration: none;
	color: #ccc;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;
}

/* =============================================================================
   Linkfarbe im dokument
   ========================================================================== */
#main a, #main a:visited {
	color: #BC0B18;
	text-decoration: none;
}

#main a:hover, #main a:focus {
	color: #BC0B18;
	text-decoration: underline;
}


#deutsch {
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 31px;
	height: 21px;
	background: url(../images/deutsch.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#english {
	display: block;
	position: absolute;
	top: 27px;
	left: 6px;
	width: 31px;
	height: 21px;
	background: url(../images/english.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#content {
	width: 744px;
	height: auto;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

#main {
	float: left;
	width:324px;
	height: auto;
	padding: 24px;
}

#mainB {
	float: left;
	width:650px;
	height: auto;
	padding: 24px;
}

#photos {
	float: right;
	width: 348px;
	height: auto;
	padding: 24px 24px 24px 0;
}

#slides {
	width: 350px;
	height: 240px;
	overflow: hidden;
	margin-bottom: 24px;
}

.clear {
	clear: both;
	width: 744px;
	height: 10px;
	background: #C8C8C8;
	text-size: 1px;
	line-height: 1px;
}


#footer {
	margin-top: 15px;
}

#footer p {
	text-align: center;
	color: #000;
	padding: 0 0 2px 0;
	margin: 0;
}

#footer p a, #footer p a:visited {
	color: #BC0B18;
	text-decoration: none;
}

#footer p a:hover, #footer p a:focus {
	color: #BC0B18;
	text-decoration: underline;
}


#iFramer {
	margin-top: 5px;
	align: center;
}
/* =============================================================================
   lightbox 
   ========================================================================== */
   
#prevLink, #nextLink {
	display:block;
	position:absolute;
	top:0;
	width:35%;
	height:100%;
	background:transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink {
	left:0;
	float:left;
}

#nextLink {
	right:0;
	float:right;
}

#prevLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(../images/prev.gif) no-repeat 0% 50%;
}

#nextLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(../images/next.gif) no-repeat 100% 50%;
}

#playLink,#pauseLink,#saveLink,#closeLink {
	display:block;
	float:right;
	/* Set these two to the actual dimensions of your images! If they differ in size you have to set them seperately!*/
	width:26px;
	height:26px;
	/* End*/
	margin-left:1.0em;
}

#playLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../images/play.gif) no-repeat center;
}

#pauseLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../images/pause.gif) no-repeat center;
}

#saveLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../images/save.gif) no-repeat center;
}

#closeLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../images/close.gif) no-repeat center;
	/*clear:right;
	float:right;*/
}



/* =============================================================================
   slimbox 
   ========================================================================== */
   
#sbOverlay {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	cursor:pointer;
	z-index:1090;
}

#sbCenter, #sbBottomContainer {
	position:absolute;
	left:50%;
	overflow:hidden;
	background-color:#fff;
	z-index:1100;
}

#sbCenter a, #sbBottomContainer a {
	text-decoration:none;
	border:none;
	outline:none;
	color: #000;
}

#sbCenter a:hover, #sbBottomContainer a:hover {
	text-decoration: underline;
}

.sbLoading {
	background:#fff url(../images/loading.gif) no-repeat center;
}

#sbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat;
}

#sbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	line-height:1.4em;
	text-align:left;
	padding:0 10px 10px 10px;
}

#sbCaption {
	width:66%;
	font-weight:bold;
	margin-bottom:0.1em;
}

#sbNumber {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent a {
	position:relative;
	float:left;
	color:#777;
	border-right:0.3em solid #fff;
	border-bottom:0.1em solid #fff;
	border-left:0.4em solid #fff;
	margin-right:0.2em;
}

#sbPresent a.act {
	/*font-weight:bold;*/
	color:#fff;
	background:#777;
	border-color:#777;
}


/* =============================================================================
   lightbox only 
   ========================================================================== */
   
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:1090;
}

#lbLightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:1100;
	text-align:center;
	line-height:0;
}

#lbLightbox #closeLink {
	margin-bottom:10px;
}

#lbLightbox a {
	text-decoration:none;
	border:none;
	outline:none;
}

#lbLightbox img {
	width:auto;
	height:auto;
	border:none;
}

#lbOuterImageContainer {
	position:relative;
	background-color:#fff;
	width:250px;
	height:250px;
	margin:0 auto;
}

#lbImageContainer {
	padding:10px;
}

#lbLoading {
	position:absolute;
	z-index:1110;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
	background:#fff url(../images/loading.gif) no-repeat center;
}

#lbHoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1010;
}

#lbImageContainer>#lbHoverNav {
	left:0;
}

#lbImageDataContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;
}

#lbImageData {
	padding:0 10px;
	color:#666;
}

#lbImageDetails {
	width:66%;
	float:left;
	text-align:left;
	padding-bottom:10px;
}

#lbCaption {
	display:block;
	font-weight:bold;
	margin-bottom:0.1em;
}

#lbNumberDisplay {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent a {
	position:relative;
	float:left;
	color:#777;
	border-right:0.3em solid #fff;
	border-bottom:0.1em solid #fff;
	border-left:0.4em solid #fff;
	margin-right:0.2em;
}

#lbPresent a:hover {
	color:#000;
}

#lbPresent a.act {
	/*font-weight:bold;*/
	color:#fff;
	background:#777;
	border-color:#777;
}






