/**
 * Style sheet xBasic
 */
#header
{
	width:100%;
	height:432px;
	background-color:#ededed;
	background-image:url("http://www.steffmueller.de/tl_files/steffenmueller/mainpics/header.jpg");
	background-repeat:no-repeat;
}

#container
{
	width:100%;
	background-image:url("http://www.steffmueller.de/tl_files/steffenmueller/mainpics/unterheader.jpg");
	background-position:left top;
	background-repeat:no-repeat;
}

#left
{
	margin-right:34px;
	margin-left:42px;
}

#termine ul
{
	margin-left:-22px;
}

.mod_article
{
	margin-bottom:20px;
}

#main .ce_text
{
	width:571px;
}

#presse .ce_text
{
	margin-bottom:20px;
}

.ce_mp3_neolao
{
	margin-top:6px;
	margin-bottom:18px;
}

#footer
{
	width:100%;
	height:159px;
	background-color:#ededed;
	background-image:url("http://www.steffmueller.de/tl_files/steffenmueller/mainpics/footer.jpg");
	background-repeat:no-repeat;
}

#footer .ce_text p,
#footer .ce_text a
{
	margin-top:80px;
	margin-left:4px;
	font-size:8px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#666966;
}

h6
{
	display:none;
	padding: 0px;
}

a img
{
	padding:1px;
	border:1px solid #cccccc;
}


/**
 * Basic tags
 */
h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
	font-size:13px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

img
{
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#ededed;
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:Verdana, sans-serif;
}

fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:Verdana, sans-serif;
}


/**
 * Font size
 */
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul
{
	font-size:11px;
	color:#666966;
}


/**
 * Links
 */
#links a
{
	padding-left:22px;
	background-image:url("http://www.steffmueller.de/tl_files/steffenmueller/mainpics/pfeil.gif");
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#b66e3e;
}

#links a:hover
{
	text-decoration:underline;
}

