﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Verdana", "Bitstream Vera Sans", "Helvetica", sans-serif;
	font-size: 9pt;
	background: #166bb2 url("images/main_bg.png") 50% 0px repeat-y; 
}

a {
	color: #166bb2;
}

a:hover {
	color: #900101;
}

a:visited {
	color: #003e93;	
}

h1,h2,h3 {
	color: #900101;
	border-bottom: 1px dotted #900101;
	font-family: "Palatino Linotype", "Palatino", "URW Palladio L", serif;
	margin-bottom: 10px;
}

h1 { font-size: 180%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }

p {
	line-height: 140%;
	text-align: justify;
}

th,td {
	border-bottom: 1px solid black;
	text-align: left;
	padding: 2px 2px;
}

/*----------Main-Container----------*/

#main-container {
	width: 675px;
	margin: 20px auto 20px auto;
	position: relative;	
}

/*----------Branding----------*/

#branding p {
	font-size: 80%;
	text-align: right;
	float: right;
}

/*----------Navigation----------*/

#navigation {
	clear: right;
	border: 1px solid #aaaaaa;
	margin-top: 20px;
	margin-bottom: 1px;
	padding: 10px 10px 10px 0px;
	background: url("images/navi_bg01.png") bottom left repeat-x;
}

#navigation a {
	padding: 11px 23px;
	color: black;
	text-decoration: none;
}

#navigation a:hover {
	background: url("images/navi_bg11.png") bottom left repeat-x;
	color: #e3e3e3;
}

#navigation ul {
	margin-left: 30px;	
}

#navigation ul li {
	display: inline;
	list-style-image: none;	
}

/*----------Inhalt----------*/

#inhalt {
	margin-top: 20px
}

#inhalt p {
	color: #555;
}

#inhalt img.pdf_icn {
	height: 25px;
	width: 25px;
}

/*----------Inhalt-Haupt----------*/

#inhalt-haupt {
	width: 420px;
	float: left;
	padding-right: 15px;
	border-right: 1px dotted #999999;
	margin-bottom: 10px;
}

#inhalt-haupt p {
	margin-bottom: 20px;
	margin-left: 10px;
}

#inhalt-haupt img.bildlink {
	border: none;
	margin: 0px 0px 15px 30px;
}

#jubilaeumsbild {
	margin: 5px 0px 15px 20px;
	border: 1px solid #999999;
}

/*----------Inhalt-Sub----------*/

#inhalt-sub {
	width: 225px;
	float: right;
}

#inhalt-sub p {
	margin-bottom: 20px;
	margin-left: 5px;
}

/*----------Fusszeile----------*/

#fusszeile {
	clear: both;
	border-top: 1px solid black;
	padding-top: 10px;
}

#fusszeile p {
	font-size: 8pt;
}

#fusszeile p.bottom-right {
	float: right;
}

/*===========Galerie==========*/

/*----------Inhalt-Haupt----------*/

#vm07, #gruppe {
	clear: left;
}

#inhalt-haupt .galerie-foto {
	height: 110px;
	width: 146px;
	float: left;
	padding: 5px;
	margin: 5px 5px 5px 33px;
	border: 1px solid #aaa;
	background: #e3e3e3;
}

#inhalt-haupt .galerie-foto img {
	border: 1px solid #aaa;	
}

#inhalt-haupt .galerie-foto a:hover img {
	border: 2px solid #e3e3e3;
}

#next-album {
	clear: left;
	padding-top: 10px;
}

/*----------Inhalt-Sub----------*/

#navigation-sub ul {
	margin-bottom: 10px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

#navigation-sub ul li {
	border-bottom: 1px solid #999;
	background: url("images/navi_bg0.png") bottom left repeat-x;	
	list-style-type: none;	
}

#navigation-sub a {
    padding: 6px 0px 6px 15px;                     
	display: block;
	text-decoration: none;
	color: black;
}

#navigation-sub a:hover {
    color: #e3e3e3;
    background: url("images/navi_bg1.png") bottom left repeat-x;                
}

/*===========Infos==========*/

/*----------Inhalt-Haupt----------*/

#inhalt-haupt p.fett {
	margin-bottom: 4px;
	font-weight: bold;
}

#inhalt-haupt a.download {
	text-decoration: none;
	color: black;
	margin-left: 10px;
	padding: 5px 10px;
	border: 1px solid #aaa;
	background: url("images/navi_bg0.png") bottom left repeat-x;
		
}

#inhalt-haupt a.download:hover {
	background: url("images/navi_bg1.png") bottom left repeat-x;
    color: #e3e3e3;	
}

/*===========Kontakt==========*/

/*----------Inhalt-Haupt----------*/

#inhalt-haupt table {
	width: 100%;
}

#inhalt-haupt table th, #inhalt-haupt table td {
	vertical-align: top;
	text-align: left;
}

#inhalt-haupt .textfeld, #inhalt-haupt textarea {
	padding: 2px 2px 0px 2px;
	margin: 3px 3px 0px 3px;
	background: #c0c0c0;
	border: 1px solid #aaa;
}


#inhalt-haupt table td {
	border: none;
}


/*---------ERROR & SUCCESS----------*/

.error {
	color: red;
}

#inhalt-haupt p.success {
	color: green;
}

/*-------Hütte----*/

#huettebild {
	border: 1px solid black;
	margin: 0px 7px;
}