/**
 * style.css
 * 
 * Analytics Anonym Standard Style
 * copyright 2009 by luna-park GmbH
 * 
 * @author 
 * Eric Schneller
 */

 * { 
 	margin: 0;
	padding: 0;
 }
 
 body {
 	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		0.8em;
	color: 			#666666;
	
	background-color: #f0f0f0;
	background-repeat: repeat-x;
	background-image: url("../images/aa_bg.jpg");	
 }

 #main { 
 	margin: auto;
	padding: 30px 0px 30px 0px;
 	width: 800px;
 }
 
 #head {
 	clear: both;
	position: relative;
 }
 	#betaicon {
 		position: absolute;
		left: 350px;
		top: -20px;
 	}
	#head h1 {
		background-image: url("../images/aa_schrift.png");
		background-repeat: no-repeat;
		width: 320px;
		height: 60px;
		margin-left: 100px;
		margin-top: 20px;
	}
 	#head h1 span { display: none }
 
 	#head img { float: left; }
 
 #content {
 	margin-top: 30px;
 	clear: both;
	position: relative;
 }
 	#einbinden {
 		position: absolute;
		top: -45px;
		right: 5px;
 	}
 
 #footer {
 	background-color: #e3e3e3;
	border: 1px solid #d9d9d9;
	
	-moz-border-radius: 15px;
	padding: 10px;
 }
 
 #sidebar {
 	position: fixed;
	right: 0px;
	top: 60px;
	
	width: 120px;
 }
 
 
 .beta-icon {
 	position: absolute;
	left: 670px;
	top: 0px;
 }
 
 img {
 	border: 0px;
 }
 a {
 	color: #ff8800;
	text-decoration: underline;
 }
 a:Hover {
 	text-decoration: none;
 }
 .clearer {
 	clear: both;
 }
 
 p {
 	margin-top: 5px;
	margin-bottom: 10px;
	
	line-height: 1.5em;
 }
 

 
 .block {
 	background-color: #e6e6e6;
	
 	padding: 5px;
	border: 1px solid #d9d9d9;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
 }
	.block-head {
		padding-left: 10px;
	}
	.block-content {
		margin-left: 12px;
		padding-bottom: 10px;
	}
	.block-footer {
		width: 800px;
		height: 30px;
		background-image: url("../images/aa_block-footer.png");
		
		margin-bottom: 20px;
	}

.content-image {
	border: 1px solid #ccc;
	padding: 4px;
}

.row-frame {
	clear: both;
}
	.left-row {
		float: left;
		margin-left: 15px;
		
		width: 40%;
	}
	.right-row {
		float: right;
		margin-right: 15px;
	}

.image-float-right {
	float: right;
	margin-left: 10px;
}

.footer-navi {
	float: left;
	width: 30%;
	margin-right: 10px;
	list-style: none;
	
	color: #666;
}
	.footer-navi li {
		margin: 2px 0px 5px 10px;
	}
	.footer-navi-head {
		font-weight: bold;
		margin-left: 0px !important;
		margin-bottom: 8px !important;
	}

	
.code-preview {
	border: 1px solid #999;
	background-color: #333;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	font-family: Courier;
	line-height: 1.3em;
	margin-right: 10px;
}
	.html__tag_start, .html__tag_end {
		color: #6a98ff !important;
		font-weight: bold;
	}
	.html__attr_value {
		color: #cc0000 !important;
	}
	.js__statement {
		color: #85d7e1 !important;
	}
	
.sidebar-title {
	padding: 5px;
	margin: 5px 7px 20px 5px;
	border: 3px solid #ffffff;
	background-color: #ff8800;
	font-weight: bold;
	font-size: 1.0em;
	color: #ffffff;
	cursor: pointer;
	
	opacity: 0.7;
	
	display: block;
	width: 90px;
	text-align: center;
}
.sidebar-title:Hover {
	opacity: 1;
	padding: 4px;
	border-width: 4px;
}
h4, h3 {
	display: block;
	margin-bottom: 10px;
	color: #54bbc4;
	font-size: 1.2em;
}
h3 { font-size: 1.4em }

