/*** Allgemein | Start ***/

	body {
		margin					:   0px;
		padding					:   0px;
		font-family				: Arial, Helvetica, Verdana, sans-serif;
		font-style				: normal;
		font-variant			: normal;
		font-size				:  12px;
		font-weight				: normal;
		color					: #000000;
		background-color		: transparent;
	}

	body > div {
		position				: absolute;
	}

	h1 {
		margin					:   0px;
		padding					:   0px;
		font-size				:  14px; 
		letter-spacing			:   2px;
		font-weight				: bold;
	}

	h4 {
		margin					:   0px;
		padding					:   0px;
		padding-top				:   6px;
		padding-bottom			:   3px;
		font-size				:  12px;
		font-weight				: bold;
		letter-spacing			:   2px;
	}

	h6 {
		margin					:   0px;
		padding					:   0px;
		padding-left			:   6px;
		padding-top				:   3px;
		padding-bottom			:   3px;
		font-size				:  12px;
		font-weight				: bold;
	}

	p {
		text-align 				: justify;
		line-height				: 120%;
	}

/*** Allgemein | Ende ***/

.righttop {
	text-align				: right;
	vertical-align			: top;
}

.lefttop {
	text-align				: left;
	vertical-align			: top;
}

#gaga {
	font-style				: normal;
}

#main {
	left					:  50%;
	margin-left				: -250px;
	top						: 135px;
	width					: 500px;
	min-height				: 200px;
	overflow				: hidden;
	position				: absolute;
}

#partnerlink {
	left					:  -200px;
	top						: 30px;
	width					: 50px;
	min-height				: 20px;
	overflow				: hidden;
	position				: absolute;
}

#main > div {
	position				: relative;
}

#headline {
	width					: 500px;
	overflow				: hidden;
	border-bottom-width		:   3px;
	border-bottom-style		: solid;
	border-color			: #ff8c01;
	padding-left			:  10px;
	padding-top				:   2px;
	padding-bottom			:   2px;
}

#content {
	left					:  10px;
	width					: 480px;
	min-height				: 225px;
	overflow				: hidden;
}

#start_pic {
	left					:   0px;
	top						:   0px;
	padding-top				:  30px;
	width					: 200px;
	min-height				: 540px;
}

#start_text {
	left					: 210px;
	top						:   0px;
	width					: 270px;
	position				: absolute;
}

#footer {
	color					: #ff8c01;
	background-color		: transparent;
	font-size				: 13px;
	font-weight				: bold;
	text-align				: center;
	vertical-align			: middle;
	width					: 500px;
	overflow				: hidden;
	border-top-width		:   3px;
	border-top-style		: solid;
	border-color			: #ff8c01;
	padding-top				:   2px;
	padding-bottom			:  20px;
}

.px100 {
	font-family				: Arial, Helvetica, sans-serif;
	border-width			:   1px;
	font-size				:  10px;
	vertical-align			: top;
	text-align				: left;
	color					: #000000;
	border-color			: #ff8c01;
	border-style			: solid;
	background-color		: #ffffff;
	width					: 100%;
}

td.center {
	text-align 				: center;
	vertical-align 			: middle;
}

td.inputheadline {
	font-weight				: bold;
	letter-spacing			: 3px;
}

/*** Laufleiste | Start ***/

	#information {
		left					:  50%;
		margin-left				: -250px;
		top						: 106px;
		width					: 500px;
		height					:  18px;
		overflow				: hidden;
		text-align				: center;
		font-size				: 14px;
		color					: #ff8c01;
		position				: absolute;
	}

/*** Laufleiste | Ende ***/



/*** Werbung | Start ***/

	#advertising_top {
		left					:  50%;
		margin-left				: -250px;
		top						:  20px;
		width					: 500px;
		height					:  90px;
		overflow				: hidden;
		text-align				: center;
		position				: absolute;
	}

	#advertising_right {
		left					:  50%;
		margin-left				: 260px;
		top						:  15px;
		width					: 190px;
		min-height				: 200px;
		overflow				: hidden;
		text-align				: center;
		position				: absolute;
	}

	.google_right {
		position				: relative;
		padding					:  5px;
	}

	#trendmicro {
		position				: relative;
		padding					:  5px;
		margin-left				: 20px;
	}

/*** Werbung | Ende ***/



/*** Fixed --> Navigation & Logo | Start ***/

	#left_fixed {
		left					:  50%;
		margin-left				: -440px;
		top						:   5px;
		width					: 180px;
		overflow				: hidden;
		position				: absolute;
	}

	#left_fixed > div {
		position				: relative;
	}

	#logo {
		width					: 180px;
		height					: 118px;
		overflow				: hidden;
	}

	#navigation {
		top						:   8px;
		width					: 158px;
		min-height				: 200px;
		overflow				: hidden;
	}

	#navpunkte1 {
		font-weight				: bold;
		text-align				: right;
		vertical-align			: middle;
		font-size				: 13px;
		color					: #ff8c01;
		margin					:   0px;
		padding					: 10px;
	}

	#navpunkte2 {
		margin					:   0px;
		padding					:   0px;
		font-weight				: bold;
		text-align				: right;
		vertical-align			: middle;
		font-size				: 11px;
		color					: #ff8c01;
	}

	#navpunkte1 > li {
		border-right-width		:   3px;
		border-right-style		: solid;
		border-color			: #ff8c01;
		padding-right			:   5px;
		line-height				:  18px;
		list-style				: none;
		margin-top				:   6px;
	}

	#navpunkte2 > li {
		border-right-width		:   3px;
		border-right-style		: solid;
		border-color			: #ff8c01;
		padding-right			:   5px;
		line-height				:  14px;
		list-style				: none;
		list-style				: none;
	}

/*** Fixed --> Navigation & Logo | Ende ***/



/*** Links | Start ***/

	a:visited, a:link {
		color					: #006545;
		background-color		: transparent;
		text-decoration			: none;
	}

	a:hover, a:active {
		color					: #ff8c01;
		background-color		: transparent;
		text-decoration			: none;
	}

	#footer a:visited, a:link {
		color					: #006545;
		background-color		: transparent;
		text-decoration			: none;
	}

	#footer a:hover, a:active {
		color					: #ff8c01;
		background-color		: transparent;
		text-decoration			: none;
	}

	#information a:visited, a:link {
		color					: #006545;
		background-color		: transparent;
		text-decoration			: none;
	}

	#information a:hover, a:active {
		color					: #ff8c01;
		background-color		: transparent;
		text-decoration			: none;
	}

	#navpunkte1 a:visited, a:link {
		color					: #006545;
		background-color		: transparent;
		text-decoration			: none;
	}

	#navpunkte1 a:hover, a:active {
		color					: #ff8c01;
		background-color		: transparent;
		text-decoration			: none;
	}

	.content_href:visited, .content_href:link {
		color					: #006545;
		background-color		: transparent;
		text-decoration			: none;
	}

	.content_href:hover, .content_href:active {
		color					: #ff8c01;
		background-color		: transparent;
		text-decoration			: none;
	}

	.no_decoration:visited, .no_decoration:link, .no_decoration:hover, .no_decoration:active {
		color					: #000000;
		background-color		: transparent;
		text-decoration			: none;
		cursor					: text;
	}

/*** Links | Ende ***/