@charset "utf-8";

body, html{
	margin:0;
	padding:0;
	width:100%;
}
body,td,th {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}
body {
	background-color: #292929;
}
/* structur */
div#mainbox{
	width:85%;
	margin-left:auto;
	margin-right:auto;
	min-width:800px;
	min-height:200px;
}
header {
	width:100%;
	height:70px;
	text-align:left;
	margin:0;
	padding:0;
	top:0;
	left:0;
}
nav {
	width:100%;
	min-width:240px;
	height:20px;
	min-height:20px;
	max-height:20px;
	margin-left:40px;
	padding-top:0px;	
	padding:10px;
	color:#FFF;
	border-bottom:1px solid #666;
}
nav ul {
	list-style:none;
	display: inline;
}
nav li {
	margin-top:2px;
	display:inline;
}
nav li a {
	text-decoration:none;
	color:#999;
	background:#333;
	padding:5px;
	font-size:1.1em;
	letter-spacing:2px;
}
nav li a:hover {
	color:#FFF;
	background:#09C;
	list-style:none;
}
nav .menu_link_activ {
	color:#FFF;
	background:#00356A;
	list-style:none;
}
article{
	width:100%;
	clear:left;
	margin-top:20px;
	padding:15px;
	font-family: Verdana;
	font-size:1em;
	color:#888;
	line-height:18px;
	margin-bottom:30px;
	}
.news{
	margin-top:50px;
	border:1px solid #666;
	box-shadow: 5px 3px 6px #888;
	padding:25px;
	background:#222;
	}
/* txt */
header a{
	font-family: 'Share Tech Mono', Verdana;
	font-size:2em;
	margin:0;
	padding:0;
	color:#00356A;
	text-decoration:none;
}
article h1{
	font-family: 'Share Tech Mono', Verdana;
	font-size:3em;
	margin:0;
	margin-bottom:20px;
	padding:0;
	color:#09C;
}
article h2{
	font-family: 'Share Tech Mono', Verdana;
	font-size:2em;
	margin:30px 0 15px 0;
	padding:0;
	color:#00509F;
}
article h3{
	font-family: 'Share Tech Mono', Verdana;
	font-size:1.5em;
	margin:20px 0 20px 0;
	padding:0;
	color:#016696;
}
article p{
	font-family: Verdana;
	font-size:.9em;
	margin:5px;
	padding:5px;
	color:#888;
	line-height:18px;
}
article a{
	color:#CCC;
	text-decoration:none;
}
article a:hover{
	font-size:.9em;
	text-decoration:underline;
}
code{
	font-family:"Courier New", Courier, monospace;
	font-size:.9em;
	font-style: normal;
	width:350px;
	padding: 5px 10px 5px 20px;
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #777;
	line-height: 1.45;
	color: #383838;
	margin-left:80px;
	background:#E8E8E8;
	display:block;
	white-space:pre-line;	
}
blockquote {
	font-family: Verdana;
	font-size: 1em;
	font-style: normal;
	width:500px;
	padding: 5px 10px 5px 60px;
	border:2px dotted #FFF;
	line-height: 1.45;
	position: relative;
	color: #383838;
	margin-left:80px;
	background:#F3F3F3;
	white-space:pre-line;
}
blockquote:before {
	font-family: Georgia, serif;
	display: block;
	content: "\201C";
	font-style:italic;
	font-size: 80px;
	position: absolute;
	left: -5px;
	top: -20px;
	color: #7a7a7a;
}
blockquote cite {
	font-style:italic;
	font-size:.8em;
	display: block;
	margin-top:5px;
}
blockquote cite:before {
	content: "\2014 \2009";
}
article #contact_mail{
	font-family:Ubuntu, Verdana;
	margin-left: 20px;
	font-size:3em;
	font-weight:normal;
	color:#0CF;
	text-decoration:none;
}
.error {
	font-size:1em;
	color: #E05B5E;
	font-weight:bold;
}
#join_button{
	margin-top:30px;
	margin-bottom:20px;
	padding:20px 15px;
	font-size:2em;
	text-decoration:none;
	color:#FFF;
	display:inline-block;
	border:1px solid #555;
	text-transform:uppercase;
background: rgb(136,191,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(136,191,232,1) 0%, rgba(112,176,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,191,232,1)), color-stop(100%,rgba(112,176,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(136,191,232,1) 0%,rgba(112,176,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(136,191,232,1) 0%,rgba(112,176,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(136,191,232,1) 0%,rgba(112,176,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(136,191,232,1) 0%,rgba(112,176,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */


-moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari, Chrome */
-khtml-border-radius:10px; /* Konqueror */
border-radius:10px; /* CSS3 */	
	}
#join_button:hover{
	font-size:2em;
	text-decoration:none;
	color:#CCC;
	
background: rgb(64,150,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(64,150,238,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,150,238,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}
#join_button:active {
	margin-left:2px;
	margin-top:29px;
}
.meta{
	font-family: Verdana;
	font-size:.8em;
	margin:5px;
	padding:5px;
	color:#888;
	line-height:18px;
	}
.article_date {
}
.author {
	font-style:italic;
}
.important_hint{
	color:#F00;
	font-weight:bold;
}