html, body
{
	height: 100%;
}

body
{
	margin-top: 20px;
	padding: 0px;
	background: #e2e2e2;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

p, ol, ul
{
	margin-top: 0px;
}

p, td
{
	line-height: 160%;
}

a
{
	color: #860659;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.image-style img
{
	border-radius: 30px 0px 0px 0px;
}

.button {
    background-color: #860659;
    border: none;
	border-radius: 8px;
    color: #eee;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	font-weight: bold;
}

/** WRAPPER */

#wrapper
{
	position: relative;
	margin-bottom: 50px;
}

.container
{
	width: 1000px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/** HEADER */

#header
{
	overflow: hidden;
}

/** LOGO */

#logo
{
}

#logo p
{
	margin: 0px 0px 20px 0px;
	line-height: normal;
}

/** MENU */

#menu
{
}

#menu ul
{
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	padding: 0px 0px 20px 0px;
}

#menu a
{
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.50em;
	color: #FFFFFF;
}

#menu a:hover
{
	text-decoration: underline;
}

/** PAGE */

#page
{
	position: relative;
}

/** CONTENT */

#content
{
	position: absolute;
	right: 10px;
	width: 725px;
	padding: 10px 10px 10px 10px;
	background-color: #dcf1d2;
	box-shadow: inset 0px 0px 0px 10px #bfe0ad;
	border-radius: 40px 0px 40px 0px;
}

#content h1
{
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	font-size: 1.80em;
	color: #860659;
}

#content h2
{
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	font-size: 1.1em;
	color: #860659;
}

#content .post
{
	padding: 40px 20px 20px 40px;
}

#inhalt
{
	width:460px;
	float:left;
}

#inhalt table
{
	border-collapse: collapse;
}

#inhalt td
{
	padding: 3px;
	border: solid 1px #860659;
}

#inhalt-person
{
	width:460px;
	float:left;
	line-height: 160%;
}

#inhalt-kontakt
{
	width:460px;
	float:left;
	line-height: 160%;
}


#infos
{
	width:165px;
	padding: 0px;
	float:right;
}

#infos h2
{
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	font-size: 1.0em;
	color: #860659;
}

#infos p
{
	font-size: 0.9em;
}

/** SIDEBAR */

#sidebar
{
	position: absolute;
	width: 270px;
	left: 10px;
	top: 20px;
}

.box
{
	overflow: hidden;
	padding: 40px 40px;
	background: #B01E73;
	box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255,0.90);
	border-radius: 0px 40px 0px 40px;
}

/* Footer */

#footer
{
	margin: 0px 40px;
	border-top: 1px solid #860659;
}

#footer td
{
	font-size: 0.9em;
	padding: 20px 0px 20px 0px;
}

#footer a
{
}

/* Athena-infobox */

#infoseite
{
	position: relative;
	margin-bottom: 20px;
}

#infobox
{
	position: absolute;
	left: 10px;
	width: 800px;
	padding: 10px;
	background-color: #dcf1d2;
	box-shadow: inset 0px 0px 0px 10px #bfe0ad;
	border-radius: 40px 0px 40px 0px;
}

#infobox h1
{
	padding: 20px 20px 10px 20px;
	text-decoration: none;
	font-size: 1.80em;
	color: #860659;
}

#infobox h2
{
	padding: 10px;
	text-decoration: none;
	font-size: 1.1em;
	color: #860659;
}

#infobox p
{
	padding: 5px 25px 5px 25px;
}

#infobox li
{
	padding: 5px;
}

#infobox td
{
	padding: 5px;
}






