/*basic styling*/

html {
	font:11px Georgia, Times New Roman, Times, serif;
	color:#ccc;
}

body {
	background-color:#5a3e1d;
	margin:0px;
	background-image:url(../img/alfredo.jpg);
	background-repeat:no-repeat;
}

img {
	border:0px;
}

h1 {
	font:13px Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color:#ccc;
}

p {
	font:11px Georgia, Times New Roman, Times, serif;
	color:#ccc;
}

p.trenner {
	border-bottom:1px dotted #ccc;
	/*padding:20px 0px 15px 0px;*/
}

b {
	font:11px Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color:#ccc;
}

a {
	font:11px Georgia, Times New Roman, Times, serif;
}

ul.text		{
	list-style-type:square;
	margin:0px;
	padding-left:15px;
}

/*typo styling*/

a.navi:link, a.navi:visited {
	font:11px Georgia, Times New Roman, Times, serif;
	color:#ee7e17;
	text-decoration:none;
}
	
a.navi:hover, a.navi:active {
	font:11px Georgia, Times New Roman, Times, serif;
	color:#63c3db;
	text-decoration:none;
}

.nolinknavi {
	font:11px Georgia, Times New Roman, Times, serif;
	color:#63c3db;
	text-decoration:none;
}

a.text:link, a.text:visited {
	font:11px Georgia, Times New Roman, Times, serif;
	color:#ccc;
	text-decoration:underline;
}
	
a.text:hover, a.text:active {
	font:11px Georgia, Times New Roman, Times, serif;
	color:#5a3e1d;
	text-decoration:none;
	background:#ccc;
}

.orange {
	color:#ee7e17;
}

.tuerkis {
	color:#63c3db;
}


/*ID selectors*/
/*header*/
#header {
	margin-top:0px;
	height:86px;
	background-image:url(../img/tapete.gif);
}

#absender {
	margin-top:0px;
	height:58px;
	background-image:url(../img/absender.gif);
}

/*content*/
#content {
	margin-top:140px;
	margin-left:400px;
	width:390px;
}

#navi {
	border-bottom:1px dotted #ccc;
	padding:0px 0px 5px 0px;
}

#text {
	border-bottom:1px dotted #ccc;
	padding:20px 0px 15px 0px;
}
