@charset "utf-8";
/* CSS Document */

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,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* END RESET */

/* START GLOBAL */

.left { float:left; }
.right { float:right; }
.clear { clear:both; }

.box .ruler { width:200px; height:1px; background:url('../../../../images/brg/box_ruler.jpg') no-repeat; }

/* END GLOBAL */


html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:url('../../../../images/brg/background.jpg') no-repeat #435255;
	background-position:0px 2px;
	height: 100%;
}

body.winter {
	background:url('../../../../images/brg/background_w.jpg') no-repeat #435255;
}


.top_bar {
	width:100%; height:20px;
	
	background:#8bcbe9;
}

.top_bar p {
	padding:3px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -35px;
}

.push { height:35px; }

.header {
	width:1000px; height:170px;
	background:url('../../../../images/brg/background_header.jpg') no-repeat;
}

.header.winter {
	background:url('../../../../images/brg/background_header_w.jpg') no-repeat;
}

	.header .logo {
		display:block;
		width:300px;
		height:70px;
	}

.cols { width:1000px; }

.menu_col {
	width:200px;
}

	.menu_col .box {
		background:url('../../../../images/brg/background_box.jpg') repeat-y;
	}
	
		.menu_col .box .menuHead  {
			width:170px; height:20px;
			padding:15px 15px 0px 15px;
			text-align:center;
			font-size:16px;
			font-weight:bold;
			color:#435255;
			background:url('../../../../images/brg/background_menu_top.jpg') no-repeat;
		}
		
		.menu_col .box .menuHead.winter {
			background:url('../../../../images/brg/background_menu_top_w.jpg') no-repeat;
		}
		
		.menu_col .box .head {
			width:170px; height:20px;
			padding:15px 15px 0px 15px;
			text-align:center;
			font-size:16px;
			font-weight:bold;
			color:#435255;
			background:url('../../../../images/brg/background_box_top_left.jpg') no-repeat;
		}

		.menu_col .box p {
			padding:5px 15px;
		}
		
		.menu_col .box ul li a {
			display:block;
			padding:7px 12px 8px 20px;
			font-size:14px;
			font-weight:bold;
			text-decoration:none;
			color:#435255;
		}
		
		.menu_col .box ul li a:hover {
			color:#8bcbe9;
		}
		
		.menu_col .box .foot {
			width:200px;
			height:20px;
			background:url('../../../../images/brg/background_box_bottom_left.jpg') no-repeat;
		}
		
		.menu_col .box form label {
			float:left;
			margin-left:20px;
			padding-top:5px;
			width:30px;
			font-size:10px;
		}
		
		.menu_col .box form input[type=text], .menu_col .box form input[type=password] {
			float:left;
			width:120px;
			height:14px;
			font-size:10px;
			border:1px solid #666;
			margin:2px;
		}
		
		.menu_col .box form input[type=submit] {
			display:block;
			border:1px solid #666;
			background:#fff;
			color:#666;
			font-weight:bold;
			font-size:10px;
			height:20px;
			padding:0 auto;
			width:100px;
			margin:5px 0 0 52px;
		}
			

.content_col {
	width:600px;
	background:url('../../../../images/brg/background_content.jpg') repeat-y #fff;
}
	
	.content_col .head {
		width:580px; height:20px;
		padding:0px 0 0 20px;
		text-indent:-999px;
		background:url('../../../../images/brg/background_content_top.jpg') no-repeat;
	}
	
	.content_col .heading {
		width:570px; height:20px;
		padding:5px 0 5px 30px;
		font-size:18px;
		line-height:20px;
		font-weight:bold;
		color:#fff;
		background:url('../../../../images/brg/background_content_heading.jpg') repeat-y;
	}
	
	.content_col .content {
		padding:20px 30px;	
	}
	
	.content_col .content p { padding:0.4em 0 0.8em 0; line-height:1.4em}
	
	.content_col .content h1 { font-weight:bold; font-size:1.8em; color:#435255; line-height:2.4em;}
	.content_col .content h2 { font-weight:bold; font-size:1.6em; color:#435255; line-height:2.2em;}
	.content_col .content h3 { font-weight:bold; font-size:1.4em; color:#435255; line-height:2.0em;}
	.content_col .content h4 { font-weight:bold; font-size:1.2em; color:#435255; line-height:1.8em;}
	.content_col .content h5 { font-weight:bold; font-size:1.0em; color:#435255; line-height:1.6em;}
	.content_col .content h6 { font-weight:bold; font-size:0.8em; color:#435255; line-height:1.4em;}
	
	.content_col .content a { color:#435255; }
	.content_col .content a:hover { color:#8bcbe9; }
	
	.content_col .content strong {font-weight:bold; }
	
	.content_col .content .news {
		width:500px;
		border-top:1px dotted #435255;
		padding:5px 0 30px 0;
	}
		
		.content_col .content .news .date {
			width:120px;
			font-size:12px;
			color:#435255;
			font-weight:bold;
			border-bottom:1px dotted #435255;
			margin:3px 20px 0 0;
			padding:5px 0 4px 0;
		}
		
		.content_col .content .news .image {
			width:120px;
			border-bottom:1px dotted #435255;
			padding:5px 0 4px 0;
		}
			
			.content_col .content .news .image img { width:120px; height:auto; }
		
		.content_col .content .news .link {
			width:120px;
			font-size:12px;
			font-weight:bold;
			border-bottom:1px dotted #435255;
			margin:3px 20px 0 0;
			padding:5px 0 4px 0;
		}
		 	
			.content_col .content .news .link a { font-size:12px; font-weight:bold; text-decoration:underline; color:#435255; }
			.content_col .content .news .link a:hover {color:#8bcbe9; text-decoration:none;}
		
		.content_col .content .news h3 { line-height:1.8em; }
		
		.content_col .content .news .content {
			width:350px;
			margin:0;
			padding:0; 
			font-size:12px;
			line-height:1.4em
		}
		
		.content_col .content .news .projectImages {
			list-style:none;
		}
		
		.content_col .content .news .projectImages li {
			margin:3px;
		}
		
		.content_col .content .news .projectImages img {
			width:80px;
			height:auto;
		}
		
		.content_col .content .gallery h3 { line-height:1.8em; }
		
		.content_col .content .gallery .content {
			width:540px;
			margin:0;
			padding:0 0 20px 0; 
			font-size:12px;
			line-height:1.4em;
			border-bottom:1px dotted #435255;
		}
		
		.content_col .content .gallery .galleryImages {
			list-style:none;
		}
		
		.content_col .content .gallery .galleryImages li {
			margin:3px;
		}
		
		.content_col .content .gallery .galleryImages img {
			width:80px;
			height:auto;
		}
		
		
		.content_col .content .downloads li {
			padding:5px;
		}
	
	.content_col .foot {
		width:600px;
		height:10px;
		background:url('../../../../images/brg/background_content_bottom.jpg') no-repeat;
 	}

.info_col {
	width:200px;
}
	
	.info_col .box {
		background:url('../../../../images/brg/background_box.jpg') repeat-y;
	}
	
		.info_col .box .head {
			width:170px; height:20px;
			padding:15px 15px 0px 15px;
			text-align:center;
			font-size:16px;
			font-weight:bold;
			color:#435255;
			background:url('../../../../images/brg/background_box_top_right.jpg') no-repeat;
		}
		
		.info_col .box h2.stoderkircherl {
			height:20px;
			background:url('../../../../images/brg/background_stoderkircherl.jpg') no-repeat;
		}
		
		.info_col .box h2.winter {
			background:url('../../../../images/brg/background_stoderkircherl_w.jpg') no-repeat;
		}
		
		.info_col .box a.stoderkircherl {
			display:block;
			width:180px; height:115px;
			margin:0 10px;
			background:url('../../../../images/brg/stoderkircherl_sommer.jpg') no-repeat;
			text-indent:-999em;
		}
		
		.info_col .box a.winter {
			background:url('../../../../images/brg/stoderkircherl_winter.jpg') no-repeat;
		}
	
		.info_col .box p {
			padding:5px 15px;
		}
		
		.info_col .box .foot {
			width:200px;
			height:20px;
			background:url('../../../../images/brg/background_box_bottom_right.jpg') no-repeat;
		}
		
		.wetter {
			display:block;
			width:48px; height:48px;
			background:url('../../../../images/brg/wetter.jpg') no-repeat;
			text-indent:-999em;
			margin:7px 0 0 15px;
		}
		
		.webcam {
			display:block;
			width:180px; height:115px;
			margin:0 10px;
			background:url('../../../../images/brg/webcam.jpg') no-repeat;
			text-indent:-999em;
		}
		
		.info_col .box ul { 
			margin:0;
		}
		
		.info_col .box ul a { 
			display:block;
			color:#435255;
			font-size:0.8em;
			font-weight:bold;
			text-decoration:none;
			padding:2px 2px 2px 18px;
		}

.footer {
	width:570px; height:15px;
	margin:0px 200px 0px 200px;
	padding:20px 15px 0px 15px;
	font-size:10px;
	color:#000;
	background:url('../../../../images/brg/background_footer.jpg') no-repeat;
}

	.footer a { color:#000; }
	.footer a:hover { color:#666; }
