body {
	color: #272727;
	background: url(../images/bg2.jpg) center #000000 top no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	font: 0.8em/1.3  Verdana, Helvetica, Arial, sans-serif; 
}

/* TYPOGRAFIE */

p {
	font: 12px/1.3  Verdana, Helvetica, Arial, sans-serif;
	color: #272727;
}

a{
	text-decoration: none;
	color: #fff;
}
a:hover{
	text-decoration: underline;
	color: #fff;
}

p span.footer {
	font-size: 0.7em;
}
p span.navi {
	margin-left: 20px;
	color: #000000;
}
a span.navi {
	text-decoration: none;
	color: #252525;
}
a:hover span.navi{
	text-decoration: underline;
	color: #6C0000;
}
a.classic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #000000;
}
a.classic:hover {
	text-decoration: underline;
	color: #CC0000;
}
.headline {
	font-size: 1.2em;
	padding-top: 1em;
	font-family: helvetica,sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold
	clear: both:
}
h4 {font-size: 0.9em; margin: 0.5em 0 0 0;}

.bloghead {
	color: White;
	font-weight: bold;
	margin-left: 10px;
	font-size: 0.7em;
}
.blogcont {
	color: #272727;
	margin-left: 15px;
	margin-right: 7px;
	font-size: 0.8em;
	
}

a.worldnavi {
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.worldnavi:hover {
	color: #000160;
	text-decoration: none;
}

#navi {
	float: left;
	width: 125px;
	font-size:12px;
	color:#FFFFFF;
}
#navi a {
	color: #000000;
	height:20px;
	line-height:18px;
	font-size:12px;
	background-color:#eeeeee;
	display: block;
	text-decoration: none;
	color: #000000;
	text-align: left;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-weight: normal;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#navi a:link {
color: #000000;
background-color:#eeeeee;
}
#navi a:visited {
color: #000000;
background-color:#eeeeee;
}
#navi a:hover {
color:#FFFFFF;
background-color:#36393d;
}
#navi a:active {
	color: #000000;
	background-color:#eeeeee;
}
a.topnavi {color:#FFFFFF; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none;}
a.topnavi:hover {text-decoration:none; color:#CCCCCC;}

#box {
background: #eeeeee;
position: relative;
padding: 5px;
width: 550px;
height: auto;
}
span.box-top-left, span.box-top-right, span.box-bottom-left, span.box-bottom-right {
position: absolute;
width: 20px;
height: 20px;
display: block;
}
span.box-top-right {
background: url(../images/box-top-right.gif) no-repeat;
top: 0;
right: 0;
}
span.box-top-left {
background: url(../images/box-top-left.gif) no-repeat;
top: 0;
left: 0;
}
span.box-bottom-left {
background: url(../images/box-bottom-left.gif) no-repeat;
bottom: 0;
left: 0;
}
span.box-bottom-right {
background: url(../images/box-bottom-right.gif) no-repeat;
bottom: 0;
right: 0;
}
/* IE6 Fix */
* html span.box-top-right, span.box-bottom-left, span.box-bottom-right {
width: 19px;
height: 19px;
margin-bottom: -1px;
}
/* IE6 Fix END */