/*
##### ESKAMP.DE STYLESHEET #####
################################
##### AUTHOR: FELIX HIRSCHFELD #
*/


/*
##### UNIVERSAL ################
*/

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

html, body
{
	background: black;
	height: 100%;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

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

a:hover
{
	text-decoration: underline;
}

/*
##### FRAMEWORK ################
*/

div#container
{
	width: 864px;
	height: 100%;
	margin: 0 auto 0 auto;
	background: black url("gfx/bg.gif") repeat-y;
}

div#header
{
	width: 864px;
	height: 145px;
	background: url("gfx/head_bg.gif") no-repeat;
}

a#logo
{
	position: relative;
	top: 17px;;
	left: 42px;
}

div#navi
{
	width: 864px;
	height: 30px;
}

#navi ul
{
	list-style: none;
}

#navi ul li
{
	float: left;
}

div#content
{
	width: 744px;
	height: auto;
	background: black url("gfx/bg.gif") repeat-y;
	padding: 30px 60px 60px 60px;
}

/*
##### CONTENT #################
*/

p.p_home
{
	text-align: justify;
	margin: 0 358px 10px 0;
	
}

object.flvplayer { float: right; }

h2
{
	font-size: 12px;
	margin-bottom: 10px;
}

h2 span { margin-left: 25px; }

div.div_profil
{
	clear: both;
	margin-bottom: 50px;
}

p.p_profil
{
	text-align: left;
	margin-right: 265px;
}

img.picture
{
	margin-top: 25px;
	float: right;
}

p.p_service
{
	text-align: left;
	margin: 0 265px 10px 0;
}

.small { font-size: 9px; }

ul.reflist
{
	list-style: disc;
	line-height: 17px;
	margin-left: 14px;
}

ul.cliplist
{
	clear: both;
	list-style: none;
	line-height: 18px;
	font-size: 11px;
	position: relative;
	top: 20px;
	left: 405px;
}

div#impressum_left
{
	width: 387px;
	float: left;
	margin-right: 20px;
}

.direction
{ 
text-align: right;
margin-bottom: 20px;
}

.impressum { font-weight: bold; }

.bigeskamp
{
	font-size: 34px;
	font-style: italic;
}

.hafthinweis
{
	font-size: 9px;
	margin: 10px 0 10px 0;
}
