/* 
 * Scratchbeck - Single Column CSS
 * 3 Column im Footer
 *
 * 20.05.2010 22:18 - 05.10.2011 16:42 - 24.10.2012 15:08
 *
 */

html { 
	font-size:100.01%;
	height:100%; 
}

body {
	margin:0;
	padding:0;
	border:0; /* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#a0a0a0;
	font-size:100%;
	font-family: arial, helvetica, geneva, sans-serif;
	line-height:140%;
	text-align:center;
}
	
/* Links */
	
a {
	color:#369;
}

a:visited {
	color:#a0a0a0;
	text-decoration:none;
}

a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}

#header a.home-scratch {
	color:#eee;
	background:none;
	text-decoration:none;	
}

#header a.home-scratch:hover {
	color:#eee;
	background:none;
	text-decoration:none;	
}

/* Headlines */
	
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
	}
img {
	margin:10px 0 5px;
	border:0;
	}

/* Page Margins */



#page, #page_margins {
	margin:0 auto;	
	width:90%;
	text-align:left;
	background:#eee;
	margin:0 auto;	
	
}


/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	/* - m - */
	height:140px;
	position:relative;
	margin:0;
	padding:0;
	border-bottom:thin dotted black;
	background:#eee;
}
	
#header h1 {
	position:absolute;
	top:20px;
	left:-5000px;
	margin:0;
	padding:0px;
	font:normal 20px verdana, sans-serif;
	color:#000;
}

#header .topstb {
	position:absolute;
	top:5px;
	right:10px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width:260px;

}

#header .top-navigation	{
	position:absolute;
	top:85px;
	left:20px;	
	
}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
	
#header ul {
	clear:left;
	float:left;

	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}

#header ul li {
	font-size:24px;
	display:inline;
	margin:0;
	padding:0 25px 0 0;
}

#header ul li a {
		
	margin:0;	
	text-align:center;
	color:#43619B;
	text-decoration:none;	
}

#header ul li.menuActive a {
		
	margin:0;	
	text-align:center;
	color:#000;
	text-decoration:none;	
}
	
#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
	
	
/* column container */
#content {
	font-family: georgia, serif;
}

.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* Full page settings */
.fullpage {
	background:#eee;		/* page background colour */
}
.fullpage .col1 {
	width:96%;			/* page width minus left and right padding */
	left:2%;			/* page left padding */
}
/* 3 Column settings for Footer */
.threecol {
	background:#797C86;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#797C86;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#797C86;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
	
/* Navigation */

.navigation, .fblock { margin:15px 0;	} .navigation ul { list-style:none; 
margin:0; padding:0;		}

.navigation ul li {
	padding: 5px 0;	
}

.navigation ul li a {
	color:#C2D2DC;	
}	
/* Footer styles */

#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	background:#797C86;
}
	
#footer p {
		padding:0 0 5px 0;
		margin:0;
	}

#footer a {
	color:#C2D2DC;	
}

.fb-sharer, .del-sharer {
padding:10px 0;	
}

/* -------- iPhone D --------------- */

@media screen and (max-width: 480px) {
	
body, p { 
	font-size: 16px;
}
	
#page, #page_margins {
	width:100%;
	margin:0;
	text-align:left;
}

img, a img, p a img {
	max-width:100%;
	max-height:100%;
	height:auto;
	border:0px solid #000;
}

h1, h2, h3 {
	line-height:140%;
}

#header {
	height:120px;
}

#header .top-navigation {
    left: 10px;
    position: absolute;
    top: 65px;
}

#header .topstb {
	display:none;
}

#footer .col2, #footer .col1, #footer .col3 {
	float:none;
}




/* ende max-device */
}
	
