/* init css styles */

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,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

body
{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	text-align: center;
	background-color: #000000;
	font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 8px;
	
}

#site
{
	margin: 0 auto;
	width: 900px;
}

#site-header
{
	margin-top: 60px;
	width: 900px;
	height:300px;
}

#site-header a,
#site-header a:link,
#site-header a:hover,
#site-header a:visited,
{
	text-decoration: none;
	border: none;
}


#address
{
	width:160px;
	padding-left:30px;
	margin-top:60px;
	float:left;
}

#text
{
	margin-top:10px;
	padding-left:38px;
	padding-right:28px;
	height:138px;
	float:left;
	text-align: center;
}

#creator
{
	width:200px;
	margin-top:60px;
	padding-left:30px;
	float:left;
}



/* diese klasse sorgt für die richtige breite, abstand nach oben und nach links und dass die elemente nebeneinander sind (float:left) */
.efcthumb
{
	float:left;
	width:140px;
	margin-top:40px;
	margin-left:50px;
}

/* diese klasse sorgt dafür, dass der text darunter zentriert ist */
.efcthumb p
{
	width:140px;
	text-align:center;
}

/* diese klasse sorgt dafür, dass das erste element einer reihe keinen abstand nach links hat (nml = no margin left) */
.nml
{
	margin-left: 0;
}



#kontakt
{
	float:right;
	margin-top:87px;
}


#content-footer
{
	margin-top:30px;
	width:900px;
	border-top:1px solid #ccc;
	padding-top:6px;
	text-align:right;
}

#content-footer p
{
	padding-top:1px;
	text-align:right;
	background-color: #000000;
	font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px;
}



h1
{
	padding: 4px 0 3px 12px;
	color: #ccc;
	font-size: 16px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h2
{
	margin: 4px 0 3px 12px;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	border-bottom: #aaa;
	border-style: none none solid none;
	border-width: 0 0 1px 0;
}

p
{
/*	padding: 3px 6px 6px 12px; */
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
	color: #fff;
}

p a:link, 
p a
{
	color: #fff;
	text-decoration: none;
}

p a:hover
{
	border-bottom: #fff;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}



/* essentials ---------------------------------------------- */
.hide { display: none; }
.clear { clear: both; }