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

body {
	font-family: 'Anonymous Pro', sans-serif;
	color:#FFF;
	background-color:#333;}

.navi {
	position: fixed;
	float:left;
	width: 180px;
	padding-top: 10px;
	text-align: right;}

.content {
	float:left;
	width: 600px;
	margin-left:200px;
	padding-top: 20px;
	text-align: left;}

.subcontent {
	float:left;
	width: 900px;
	margin-left: 20px;
	padding-top: 20px;
	text-align: left;}

.right {right:0 px;}

.styled-button-2 {
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	border-bottom-color:#09F;
	border:1px solid #09F;
	background-color:#09F;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color:#333;
	font-family:'Anonymous Pro', sans-serif;
	font-size:14px;
	color:white;
	padding:3 px;
}
	
.styled-button-2:hover {
	border-bottom-color:#0C0;
	border:1px solid #0C0;
	background-color:#0C0;
	}

.beitrag {
	}

.clear {clear:left;}

.footer {
	position:fixed;
	width:100%;
	background-image:url(images/footer-bg.png);
	padding-left:20px;
	height:100px;
	bottom:0px;
	left:0px;
	right:0px;}


h1 {font-family: 'Quantico', sans-serif;
	margin-top:0px;
	margin-bottom:5px;
	font-size: 60px;
	background-color:#09F;
	color: #FFF;
	font-weight: 400;}
	
h2 {font-family: 'Quantico', sans-serif;
	font-size: 18px;
	margin-top:0px;
	background-color:#666;
	color: #FFF;
	font-weight: 400;}

a	{font-size: 14px;
	color:#0CF;
	text-decoration:none;}

a.anders	{font-size: 14px;
			color:#990;
			text-decoration:none;}
			
a.nodecoration {text-decoration:none;}

p em 	{text-decoration: none;
		color:#0C0;
		font-style: normal;
		background-color:#000;}
		
em.q 	{text-decoration: none;
		font-style:normal;
		background-color:none;
		font-weight:bold;
		color:#F00;}

p.footer 	{font-family: 'Quantico', sans-serif;
			font-size:10px;
			padding-top:20px;
			color:#666;}
			
p.footer2 	{font-family: 'Quantico', sans-serif;
			font-size:10px;
			padding-top:20px;
			color:#000;}


h1:hover {background:red;}
h2:hover {background:#0C0;}
a:hover {color:red;}

