@charset "utf-8";
/* CSS Document */


@import url(http://fonts.googleapis.com/css?family=Poiret+One|Raleway);

/*    -----  Allgemein  -----    */

html, body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	height: 100%;
	width: 100%;
	background-image: url(../bilder/hg/bilder/hg_startbild_01.jpg);
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;	
	
}
/*    -----  Texte, Links  -----    */


h1, h2, h3, h4, h5 {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 {
	font-size: 20px;
}
h2 {
}
.logo_font_01 {
	/* font-family: 'Raleway', sans-serif; */
	font-family: 'Poiret One', cursive;
	color: #55BFCD;
	font-weight: normal;
	font-variant: normal;
}
.logo_font_02 {
	font-family: 'Poiret One', cursive;
	color: #FFFFFF;
}
hr.hr_01 {
	background-color: #000;
	height: 1px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
}
a, a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
/*    -----  Bilder  -----    */


img {
}
img a, a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*    -----  Boxen  -----    */


#div_out {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
#div_start {
	padding: 0px;
	height: 600px;
	width: 600px;
	position: relative;
	left: auto;
	top: 60px;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
#start_logo {
	font-size: 42px;
	position: absolute;
	width: 225px;
	height: 75px;
	z-index: 10;
	left: 39px;
	top: 38px;
	text-align: left;
}
#box_trans {
	position: absolute;
	width: 600px;
	height: 200px;
	z-index: 20;
	left: 0px;
	top: 360px;
	text-align: left;
	background-image: url(../bilder/start/start_streifen_01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.start_navi {
	float: left;
	width: 200px;
}
.start_name {
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 40px;
	padding-top: 40px;
	font-size: 20px;
}
.name_01 {
	color: #666;
}
.name_02 {
	color: #000;
}
/*    -----  Navigation  -----    */


ul#navigation {
	width: 10em;
	margin: 0;
	padding: 0.8em;
}
* html ul#navigation {  /* Korrekturen fuer IE 5.x */
	width: 11.6em;
	w\idth: 10em;
	padding-left: 0;
	padd\ing-left: 0.8em;
}
ul#navigation li {
	list-style: none;
	margin: 0.4em;
	padding: 0;
	text-align: left;
	font-size: 16px;
}
ul#navigation a {
	display: block;
	padding: 0.2em;
	text-decoration: none;
	color: #000000;
}
* html ul#navigation a {  /* Breitenangaben nur fuer IE */
	width: 100%;
	w\idth: 8.8em;
}
ul#navigation a:hover {
	color: white;
}
