@charset "UTF-8";

#container {
    height: 0;
    margin: 20px auto;
}

#content {
    font-family: "UniversLight", HelveticaNeue, Helvetica, Arial, sans-serif;
    width: 503px;
    margin-left: 277px;
}

.centered { text-align: center; }
.centered#placeholder {
    float: left;
    font-size: 35px;
    padding: 2px 0px;
    padding-left: 130px;
}

#content h3 {
    font-weight: normal;
    margin-top: -50px;
    text-transform: uppercase;
    font-size: 50px;
    font-family: "UniversUltraCondensedLight", HelveticaNeue, Helvetica, Arial, sans-serif;
}
#content .head {
    margin-top: -50px;
    overflow: hidden;
}
#content .head * {
    float: left;
}
#content .head h3 {
    margin: 0;
    width: 110px;
}
#content .head p {
    width: 330px;
    margin-top: 5px;
    font-size: 12px;
    line-height: 120%;
}

#imprint {
    margin-top: 20px;
}
#imprint p {
    margin: 20px 0px;
    text-align: center;
}

#datenschutz h3 {
    text-align: right;
    font-size: 40px;
    margin-top: 0px;
}
#datenschutz p {
    font-size: 14px;
    text-align: justify;
}

/* TABLE */

#content table {
    width: 503px;
	border: 1px solid rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5) inset;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5) inset;
	font-size: 16px;
}
#content table tr {
    background: rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.05);
}
#content table tr:nth-child(2n) { background: rgba(0,0,0,.1); }
#content table tr td:last-of-type { border-bottom: 0px none rgba(0,0,0,.05); }

#content table tr:hover {
	background: rgba(0,0,0,.15);
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
}

#content table tr td {
	padding: 7px 25px;
}
#content table tr td:first-of-type {
	width: 150px;
	padding: 7px 25px;
	text-align: right;
	border-right: 1px solid rgba(0,0,0,.05);
}
#content table tr td a {
	display: block;
	color: inherit;
}

