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, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
	height: 100%;
}
body {
    height: 100%;
    font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #FFFFFF;
	text-shadow: 0 0 3px #000000;
	background-color: #23343E;
	background-image: url(/background.jpg);
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}
address .mail > span:before {
 	content: "@";
 }
address .mail > span span {
	display: none;
}
#wrapper {
	width: 810px;
	height: 100%;
	min-height: 500px;
	margin: 0px auto;
	position: relative;
}
#address {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	background-image: url("/rgba0-0-0-0.2.png");
	border-radius: 0px 0px 10px 10px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: right;
}
address .title {
	text-transform: uppercase;
	letter-spacing: 2px;
}
address .title strong {
	font-weight: bold;
}
#hello {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px 0px 0px 20px;
	font-size: 2.3em;
	line-height: 1.7em;
	font-weight: bold;
	font-style: italic;
}
#content {
	position: absolute;
	bottom: 0px;
	background-image: url("/rgba0-0-0-0.5.png");
	border-radius: 10px 10px 0px 0px;
	padding: 0px 0px 0px;
}
#content h2 {
	padding: 20px 20px 20px;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}
#content .item {
	float: left;
	width: 270px;
	margin-bottom: 20px;
}
#content .item a {
	display: block;
	width: 240px;
	margin: 20px 15px 10px;
	padding: 20px 0px;
	background-color: #EEEEEE;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ie-transition: all 1s ease 0s;
}
#content .item:hover a {
	margin: 0px 15px 30px;
}
#content .item p {
	padding: 0px 30px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
}
#content #footer {
	text-align: center;
	margin: 0px 50px;
	border-top: 1px solid #CCCCCC;
	padding: 3px 0px;
	font-size: 13px;
}
#content #footer a:link,
#content #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#content #footer a:hover,
#content #footer a:active,
#content #footer a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}


/***IMPRESSUM***/
body.impressum {
	text-shadow: 0 0 0px transparent;
	background-color: #FAFAFA;
	background-image: none;
}
.impressum #impressum {
	width: 700px;
	margin: 0px auto;
	padding: 25px 10px;
	color: #444444;
}
.impressum #impressum h1 {
	font-size: 2.8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 0.5em;
}
.impressum #impressum h1 a:link,
.impressum #impressum h1 a:visited {
	color: #D34B36;
	text-decoration: none;
}
.impressum #impressum h1 a:hover,
.impressum #impressum h1 a:focus,
.impressum #impressum h1 a:active {
	color: #8F402C;
	text-decoration: none;
}
.impressum #impressum h2 {
	font-size: 1.7em;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 0.7em;
	padding-top: 0.3em;
}
.impressum #impressum h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 0.5em;
}
.impressum #impressum p {
	padding-bottom: 0.5em;
}
.impressum #impressum address {
	font-style: italic;
	padding-bottom: 0.5em;
}
.impressum #impressum a:link,
.impressum #impressum a:visited {
	color: #8F402C;
	text-decoration: none;
}
.impressum #impressum a:hover,
.impressum #impressum a:active,
.impressum #impressum a:focus {
	color: #8F402C;
	text-decoration: underline;
}