@CHARSET "UTF-8";

*
{
    border: 0px none;
    margin: 0px;
    padding: 0px;
    outline: none;
}

html
{
    width: 100%;
}

body
{
    width: 100%;
	background-color: #fff;
    color: #fff;
    font-family: "Helvetica", "Lucida Grande", Verdana, sans-serif;
    font-size: 100.01%;
}

a
{
	color: white;
	text-decoration: none;
}

ul
{
	list-style: none;
}

#horizontal
{
    background-color: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    min-width: 960px;
}

#page
{
    position: relative;
	background: transparent url("../img/bg_small.png") no-repeat left top;
    margin: 0px auto;
    text-align: left;
    width: 960px;
	height: 665px;
}

#header
{
	position: absolute;
	top: 38px;
	left: 115px;
	text-transform: uppercase;
}

#header h1
{
	text-indent: -10000px;
	height: 0px;
}

#header .title
{
	font-size: 28px;
	line-height: 50px;
}

#header .title strong
{
	font-weight: 600;
}

#header .subtitle
{
	font-size: 16px;
	font-weight: 600;
	text-align: right;
	padding-right: 33px;
}

#main_nav
{
	position: absolute;
	right: 35px;
	bottom: 180px;
	width: 100px;
	font-weight: 600;
}

#main_nav li
{
	text-transform: uppercase;
	line-height: 20px;
}

#main_nav li .active
{
	background: transparent url(../img/dot.png);
}

#main_nav li a
{
	display: block;
	width: 82px;
	padding-left: 18px;
	color: white;
	text-decoration: none;
}

#main_nav li a:hover
{
	background: transparent url("../img/dot_white.png") no-repeat 0px 5px;
}
#main_nav li a.active
{
	background: transparent url("../img/dot.png") no-repeat 0px 5px;
}

#main_nav li.imprint
{
	position: absolute;
	bottom: 160px;
	left: 22px;
	text-indent: -10000px;
}

#main_nav li.imprint,
#main_nav li.imprint a
{
	width: 40px;
	height: 20px;
}

#main_nav li.imprint a:hover,
#main_nav li.imprint a.active
{
	background-position: 28px 7px;
}


#sub_nav
{
	position: absolute;
	left: 42px;
	top: 154px;
	width: 220px;
	
}

#sub_nav h2
{
	font-size: 16px;
	margin-top: 30px;
	padding-left: 18px;
	text-transform: uppercase;
}

h2.sub_nav2
{
	margin-top: 462px !important;
}

#sub_nav ul li
{
	font-weight: 300;
	font-size: 14px;
	margin-top: 17px;
}

#sub_nav ul li span
{
	text-transform: uppercase;
}

#sub_nav ul li a
{
	display: block;
	width: 205px;
	padding-left: 18px;
}

#sub_nav ul li a:hover
{
	background: transparent url("../img/dot_white.png") no-repeat 0px 2px;
}
#sub_nav ul li a.active
{
	background: transparent url("../img/dot.png") no-repeat 0px 2px;
}

#sub_nav ul li p
{
		text-transform: none;
}

#sub_nav ul li ul
{
	display: block;
	padding-left: 18px;
}

#sub_nav ul li ul li
{
	margin-top:5px;
}

#sub_nav ul li ul li.first
{
	margin-top: 17px;
}

#sub_nav ul li ul li.last
{
		margin-bottom: 20px;
}


/* Link player*/
#player
{
	position: absolute;
	top: 216px;
	left: 289px;
	width: 508px;
	height: 286px;
}


.player_bg
{
	position: absolute;
	top: 216px;
	left: 289px;
	width: 508px;
	height: 286px;
	background-color: #000;
}

.player_bg.letterbox
{
	top: 205px;
	height: 305px;
}


#player.letterbox
{
	top: 205px;
	height: 305px;
}

#player.fragment
{
	height: 275px;
}

.player_bg.fragment
{
	height: 275px;
}

#content
{
	position: relative;
	top: 176px;
	left: 57px;
	width: 721px;
	height: 390px;
}

#content.imprint
{
	top: 142px;
}

#content img.vita
{
	position: absolute;
	bottom: -99px;
	right: -182px;
}

#content p
{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	text-align: justify;
}

#content p.last
{
	display:block;
	margin-top: 15px;
	margin-bottom: 0px;
}

#content h2
{
	text-transform: uppercase;
}

#content h2,
#content h3
{
	font-size: 16px;
	line-height: 22px;
}

#content p span.name
{
	padding-left: 38px;
}

#content p span.nonverblaster
{
	padding-left: 93px;
}

#content p span.programming
{
	padding-left: 183px;
}



#content p span.mail
{
	padding-left: 275px;
}

#content_contact
{
	position: relative;
	top: 405px;
	right: -275px;
	width: 500px;	
}

#content_contact h2,
#content_contact p
{
	text-transform: uppercase;
	text-align: right;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

#content_contact p.last
{
	margin-bottom: 40px;
}

.himprint
{
	margin-bottom: 18px;
}


