/* Basisvorlage CSS
www.strategische-kommunikation.at
Start: 09.03.2016
Letzte Aenderung: 09.03.2016
*/

/* Farbschema
--------------------------- */

/*
Farbton (Element): #xxxxxx
Farbton (Element): #xxxxxx
Farbton (Element): #xxxxxx
Farbton (Element): #xxxxxx
Farbton (Element): #xxxxxx
*/

/*Reset
--------------------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
/* Globals und Typo
--------------------------- */
html {
	background:#fff url(../img/bg-Aggurat.png) top right no-repeat;
}

body {
	font-size: 75%;
}

html>body {
	font-size: 12px;
}

a:link {
	color: #ccc;
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

p {
	font: 1em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
}

h1 {
	font: 2.7em/1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-top: 2.5em;
	margin-bottom: 1.5em;
	text-align: center;
}

h2 {
	font: 1em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
}

h3{
	font: 1.6em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: 1em;
}

h4{
	font: 1em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-top: 1em;
}


img, a img {
	border: 0;
}

.links {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

.rechts {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

/*Layoutelemente
Verwenden Sie overflow: hidden; um nötige Floats aufzulösen.
--------------------------- */
#wrapper {
	margin: 0 auto;
	width: 80em;
	max-width: 100%;
}

#header {
	clear: both;
}

.button-SK {
	list-style-type: none;
}

.button-SK a:link {
	padding: 20px;
	text-decoration: none;
}

.button-SK a:hover {
	padding: 20px;
	text-decoration: none;
	border-bottom: 2px solid #333;
}

#Aggurat {
	clear: both;
	float: left;
	display: inline;
	width: 45%;
	margin: 250px 0px 100px 0px;
	text-align: right;
}

#Adresse {
	float: right;
	display: inline;
	width: 45%;
	margin: 250px 0px 100px 0px;
	padding-top: 30px;
}

#Adresse h2 {
	text-align: left;
	padding-top: 15px;
}

#footer {
	clear: both;
	border-top: 1px solid #CCC;
	margin: 250px 0px 50px 0px;
	text-align: right;
}

#footer p {
	color: #CCC;
	text-transform: none; 
}

#Impressum-header {
	width: 980px;
	overflow: hidden;
}

#navi {
	float: left;
	margin-top: 20px;
}

#navi li {
	float: left;
	list-style-type: none;
	font: 1.1em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#navi li a {
	float: left;
	color: #000;
	padding: 25px 50px;
	text-decoration: none;
	border-right: 1px solid #CCC; 
}

#navi li a:hover, #navi li a.active {
	float: left;
	color: #000;
	padding: 25px 50px 23px 50px;
	text-decoration: none;
	border-bottom: 2px solid #000;
}


#Impressum-Main {
	clear: both;
	margin: 50px 0px;
}