/*  
Design Name: Achim
Design URI: http://www.aschlemmer.net/
Description: 
Version: 1.0
Author: Achim Schlemmer
Author URI: http://www.aschlemmer.net/
*/

/* Base definitions */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:1em;
	vertical-align:baseline;
	background:transparent;
	font-weight:normal;
	}

ol, ul{
	list-style:none;
	}
	
blockquote,
q{
	quotes:none;
	}
	
blockquote:before,
blockquote:after,
q:before,
q:after{
	content:'';
	content:none;
	}
	
/* :focus{
	outline:0;
	} */
	
ins{
	text-decoration:none;
	}
	
del{
	text-decoration:line-through;
	}
	
table{
	border-collapse:collapse;
	border-spacing:0;
	}
	
input[type=hidden]{
	visibility:hidden;
	}
	
/* slightly enhanced, universal clearfix hack */
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
.clearfix{
	display:inline-block;
	}

/* start commented backslash hack (IE/Mac) \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* stop commented backslash hack */



/* Container
*********************************************************/
.container{
	width:768px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	}
	.container:after{
		visibility:hidden;
		display:block;
		font-size:0;
		content:" ";
		clear:both;
		height:0;
		}
		
		
/* Colours

Lime green:	#00ff00
Background	#2a2a2a
Copytext:	#eeeeee
Links:		#cccccc

*/


/* Body
*********************************************************/

	
body {
	background:#2a2a2a url(img/bg.jpg) 50% 0;
	font:100% Arial,sans-serif;
	line-height:1.6;
	}
	
	
a {
	color:#eeeeee;
	font-weight:inherit;
	text-decoration:none;
	border-bottom: 1px solid 
	}
	a:hover{
		color:#f39;
		text-decoration:underline;
		}
		
p {
	margin:0 0 1em
	}
	
h1{
	font-size:250%;
	color:#425366;
	letter-spacing:-1px;
	}
h2{
	font-size:160%;
	color:#f39;
	letter-spacing:-1px;
	}
	h2.big{
		font-size:220%;
		}
		
a:link {
	background-color:inherit;
	border-color:#888888;
	border-style:none none solid;
	border-width:0 0 1px;
	color:#DDDDDD;
	padding:3px 0 2px;
	text-decoration:none;
	}

a:link {
	background-color:inherit;
	border-color:#888888;
	border-style:none none solid;
	border-width:0 0 1px;
	color:#DDDDDD;
	padding:3px 0 2px;
	text-decoration:none;
	}
	
a:visited {
	background-color:inherit;
	border-color:#999999;
	border-style:none none dotted;
	border-width:0 0 1px;
	color:#DDDDDD;
	padding:3px 0 2px;
	}
	
a:hover {
	background-color:#707070;
	border-color:#707070;
	color:white;
	text-decoration:none;
	}

	
/* Container */

#topwrapper {
	width: 100%;
	height: 19px;
	background-color: #777777;
	border-bottom: 1px solid #929293;
	text-align: center;
	}

#blackstripe {
	width: 100%;
	border-bottom: 1px solid #000000;
}
	
#inside { 
	width: 600px;
	margin: 0 auto;
	}
	
#inside h1, #inside h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 19px;
}

#inside h1.left {
	float: left;
}

#inside h2.right {
	float: right;
	}
	
#header img {
	margin: 75px 0;
	}

#content {
		margin: 0 84px;
	}
.copytext {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Arial, sans-serif;
	border-style:solid;
	color:#EEEEEE;
	line-height:1.6em;
	}

.copytext dl {
	}
	
.copytext dt {
	margin-top: 1.6em;
	font-weight: bold;
	font-size: 16px;
	line-height: 31px;
}
	
dd a {
	color:#CCCCCC;
	padding-bottom:1px;
	padding-top:2px;
	}

dd a:link {
	border-color:#64686C;
	border-style:solid;
	}

dd p {
	font-size: 15px;
	line-height: 1.6em;
	margin: 0;
	}

p span a {
	color: #bebebe;
	font-size: 10px;
	margin-left: 0.5em;
	}
	
.socialMedia {
	margin: 2px 5px 0 0;
	float: left;
	display: inline;
	width: 70px;
	height: 19px;
	}

#footer {
	width: 100%;
	height: 30px;
	border-bottom: #00ff00 solid 1px;
}

iframe.twitter-follow-button {
	margin-top: 1px;
	}
	
ul.referenzen {
	margin-left: 1em;
}	