@charset "UTF-8";
/* CSS Document Website Severin Hohenegger*/

* {
	margin: 0px;
	padding: 0px;
}
body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#wrapper {
	margin: 0px auto;
	height: auto;
	width: 100%;
	max-width: 500px;
	min-width: 230px;
	position: relativ;
	float: left;
	overflow: hidden;
}
#header {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
#logo {
	width: 70%;
	max-width: 450px;
	min-width: 300px;
	height: auto;
	float: left;
	position: relative;
	padding-left: 0.5em;
	}
	
#inner-wrapper {
	width: 100%;
	max-width: 500px;
	min-width: 320px;
	height: auto;
	position: relative;
	float: left;
	background: #FFF;
	margin-top: -14px;
		/*overflow: scroll;*/
	}
	
/*=====hauptbildstreifen======*/

	#hauptbild {
	width: 100%;
	max-width: 500px;
	min-width: 320px;
	height: 100%;
	float: left;
	position: relative;
	margin-top: -1em;	
	}
	
/*=====ende hauptbildstreifen======*/

#textfeld-mitte {
	width: 80%;
	height: auto;
	min-height: 200px;
	position: relative;
	float: left;
	margin-right: 10%;
	margin-left: 4%;
	margin-bottom: 2em;	
	}
	
/*Navigation zu Textfeld-mitte===========*/

#textfeld-mitte li {
	list-style: url(none) none;
	}
	
#textfeld-mitte li a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	padding: 2px 8px;
	border-bottom: medium solid #CCC;
	border-right: thin solid #CCC;
	border-left: thin solid #CCC;
	}
	
#textfeld-mitte li a:hover {
	color: #999;
	}
	

/*toggle-container-impressum==============*/
* {
	margin: 0;
	padding: 0;
}
.trigger {
	color: #777;
	cursor: pointer;
	padding: 2px 5px 2px 5px;
}
.trigger_active {
	color: #333;
}
.toggle_container {
	width: auto;
}

/*===========Bilder und Text unten=========	*/

#einfassung {
	height: auto;
	width: auto;
	margin-left: 2%;
	margin-right: 1px;
	}

#textfeld {
	width: 30%;
	min-width: 310px;
	height: auto;
	position: relative;
	float: left;
	margin: 1.5% 0% 3% 2%;
	}
	
	#textfeld a {
	text-decoration: none;
	cursor: pointer;
	color: #666;
	}
	
/*===========navigation zu textfeld==========*/

.pdflink {
	padding: 2px 8px;
	border-bottom: medium solid #CCC;
	border-right: thin solid #CCC;
	border-left: thin solid #CCC;
}
	
/*===========ende navigation zu textfeld==========*/	
	
	
#bild-text {
	width: 97%;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 1%;
	min-height: 120px;
	}
	
#bild-unten {
	width: 97%;
	height: auto;
	position: relative;
	float: left;
	}

/*=========Trennbox unter Bildern=====*/	

#linie {
	border-top: thin solid #FFF;
	float: left;
	width: 100%;
	position: relative;
	height: 4em;
	}
	
#footer {
	/*background: #A4A4A4;*/
	background: #848484;
	width: 100%;
	max-width: 500px;
	min-width: 320px;
	height: 2.5em;
	bottom: 0;
	position: fixed;
	padding-top: 0.5em;
}

#etikett1 {
	height: 2.5em;
	width:35%;
	float: left;
	padding-left: 3%;
	position: relative;
	}
#etikett2 {
	height: 2.5em;
	width: 50%;
	float: right;
	padding-right: 2%;
	position: relative;
	}

/*=======navigation verschwindet=======*/

#navigation {
	position: absolute;
	right: -9999px;
	visibility: hidden;
}

/*======trigger=======button======*/
* {
	margin: 0;
	padding: 0;
}
.trigger {
	color: #777;
	cursor: pointer;
	padding: 2px 5px;
}
.trigger_active {
	color: #333;
}
.toggle_container {
	width: auto;
}


/*==================auszeichnungen*/

/*======Haupttitel*/

h1 {
    color: #7C7C7C;
    position: relative;
	font-family: "Belarius Sans Light", "Trebuchet MS", Verdana, sans-serif;
    text-align: left;
    font-size: 1.7em;
    letter-spacing: 1.5px;
    font-weight: 100;
    margin-top: 1em;
    margin-bottom: 1em;    
}

/*=======Haupttext*/

h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #666;
    line-height: 1.5em;
}

h3 {
	font-family: "Belarius Sans Light", "Trebuchet MS", Verdana, sans-serif;
    color: #7C7C7C;
    font-size: 1.4em;
	letter-spacing: 0.7px;
	font-weight: 100;
	margin-bottom: 0.3em;
}

/*======adressblock Impressum*/
h4 {
	"Lucida Console", Monaco, monospace;
	font: lighter 0.8em/1.2em "Lucida Console", Monaco, monospace;
	color: #FFF;
	}

h4 a {
	color: #F2F2F2;
	list-style: none;
	text-decoration: none;
	}
	
h4 a:hover {
	color: #ccc;
}
/*=======ende adressblock Impressum*/

p {
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 0.9em;
	color: #666;
}
.abstand-oben {
	margin-top: 1em;
	}

.fl {
	float: left;	
	}

.fr {
	float: right;
	}

/*=======================farben*/


html {
	height: 101%; /* damit die Seite nicht springt */
}
