@charset "utf-8";
/* 
CSS Document 
Copyright by Florian Hirzinger.
All rights reserved.
*/

@font-face {
	font-family: 'centurygothic';
	src: url('../centurygothic.eot?#iefix') format('embedded-opentype'), 
	     url('../centurygothic.woff') format('woff'), 
	     url('../centurygothic.ttf')  format('truetype'),
	     url('../centurygothic.svg#svgFontName') format('svg');
	}

body {background-color:#222222; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px;}

.content {background-color:#484848;}

.text_c {font-family:centurygothic, Arial, Helvetica, sans-serif; font-size:13px; color:#000000; vertical-align:top; text-align:justify;}

.text_content {font-family:centurygothic, Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF; vertical-align:top; text-align:justify;}
.text_content a:link {text-decoration:none; color:#FFFFFF;}
.text_content a:visited {text-decoration:none; color:#FFFFFF;}
.text_content a:hover {text-decoration:underline; color:#FFFFFF;}

.text_error {font-family:centurygothic, Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF; vertical-align:top; text-align:center;}
.text_error a:link {text-decoration:none; color:#FFFFFF;}
.text_error a:visited {text-decoration:none; color:#FFFFFF;}
.text_error a:hover {text-decoration:underline; color:#FFFFFF;}

.text_headline {font-size:16; font-weight:bold;}
.text_subheadline {font-weight:bold;}

.text_navigation {font-family:centurygothic, Arial, Helvetica, sans-serif; color:#222222; font-size:13px; text-align:center;}
.text_navigation a:link {text-decoration:none; color:#222222;}
.text_navigation a:visited {text-decoration:none; color:#222222;}
.text_navigation a:hover {text-decoration:underline; color:#222222;}

.text_footer {font-family:centurygothic, Arial, Helvetica, sans-serif; color:#222222; font-size:11px; text-align:center;}
.text_footer a:link {text-decoration:none; color:#222222;}
.text_footer a:visited {text-decoration:none; color:#222222;}
.text_footer a:hover {text-decoration:underline; color:#222222;}
