/* Table of Content
==================================================
	#Page Styles
	#Site Styles
	#Fond Styles
	#Link Styles
	#Media Queries
	#Font-Face
*/

/*	#Page Styles
==================================================*/
html, body {
	color: #fff;
	font-size: 100%;
	font-family: Arial, sans-serif;
	margin: 10px;
	margin-top: 0px;
	height: 100%;
}
body {
	background-color: #eee;
	background-image: url(../../images/basis/siteBg.png);
	background-repeat: repeat-x;
	background-attachment: inherit;
}
.clearboth {
	clear: both;
}
/*	#Site Styles
==================================================*/
#Label {
	position: absolute; /*fixed ;/*relative;*/
	right: 33px;
	top: 71px;
	padding: 10px;
	color: white;
	background-color: grey;
	width: 180px;
	transform: rotate(7deg);
	border: 1px solid red;
	border-radius: 8px;
	z-index: 102;
	opacity: 0.8;
	box-shadow: 1px 1px 15px white;
	text-shadow: 1px 1px 3px black;
}
#Seite {
	width: 100% -60px;
	max-width: 900px;
	background-color: #999;
	min-height: 500px;
	margin: 0 auto;
	margin-top: 30px;
}
#Kopf {
	/*position: relative;*/
	top: 0px;
	right: 0px;
	left: 0px;
	max-width: 900px;
	background-color: #666;
	z-index: 9;
}
#Fuss {
	/*position: relative;*/
	bottom: 0px;
	right: 0px;
	left: 0px;
	min-height: 20px;
	max-width: 900px;
	background-color: #666;
	padding-top: 4px;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 8;
}
#nav_vertikal {
	min-height: 25px;
	max-width: 900px;
	background-color: #333;
	padding-top: 6px;
	padding-bottom: 2px;
	z-index: 10;
}
#nav_vertikal_sub {
	min-height: 25px;
	max-width: 900px;
	background-color: #666;
	padding-top: 6px;
	padding-bottom: 2px;
	z-index: 10;
}
#nav_links {
	position: fixed;
	min-width: 100px;
	min-height: 100%;
	background-color: #666;
	z-index: 11;
}
#go_top {
	display: none;
	background-image: url(../../images/basis/go_up.png);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	z-index: 101;
}
.line {
	clear: both;
	color: #f00;
	font-size: 1px;
}
.Textbox {
	padding-left: 20px;
	padding-right: 20px;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
/*	#Font Styles
==================================================*/
h1 {
	color: #fff;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;
}
.fusstext {
	color: #fff;
	font-size: 11px;
	line-height: 1.3em;
	text-align: center;
	word-spacing: 0;
	margin-bottom: 50px;
	bottom: 0px;
}
/**/
img {
	background-color: none;
	border: 0px;
	border-color: none;
	padding: 0px;
	max-width: 100%;
	;
}
/*	#Link Styles
==================================================*/
a {
	text-decoration: none;
	padding: 2px;
}
a:link, a:visited, a:active {
	color: #fff;
}
a:hover {
	color: #f00;
}
}
.link_hervorgehoben{
	text-decoration:underline}
/* ---------- */
#nav_vertikal a:link {
	color: #fff;
}
#nav_vertikal a:hover {
	color: #f00;
}
/* #Media Queries
================================================== */
 @media only screen and (max-width : 650px) {
/* Tablet view: 3 tiles */
#Seite {
	margin-top: 10px;
}
}

/* ungenutzt 
.lupe {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}
*/

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
