/******************************************/
/* Basiseinstellungen
/******************************************/
html {
	background-color:#f0d9a2;

}

body{
	color:#000;
	font-size:12px;
	margin:0px 0 0 0;
	padding:0;
	background-color:#f0d9a2;
}

span.nowrap {white-space:nowrap;}

dfn,
span.inv {
	visibility:hidden;
	display:none;
}


* {
	margin:0;
	padding:0;
}
/******************************************/
/* Fonts
/******************************************/

body,
input,
textarea{
	font-family: Arial,Verdana, sans-serif;
	font-size:13px;
}
/******************************************/
/* Überschriften
/******************************************/

h1{
	font-size:130%;
	font-weight:bold;
	border-bottom:1px solid #f2bf2f;
	text-transform:uppercase;
	color:#172349;
	margin-bottom:20px;
}

img{
	border:1px solid #172349;
}

div#spruch img{
	border:0!important;
	float:left;
	padding:10px 4px 0 165px;
	margin:0;
}

h2{
	font-size:120%;
	font-weight:bold;
	color:#cd9c19;
	margin-bottom:10px;
}

h3,h4,h5,h6{
	font-size:100%;
	font-weight:bold;
	color:#cd9c19;
	margin-bottom:10px;
	letter-spacing:2px;

}

a {
	color:blue;
	text-decoration:none;
}

div#headWrapper div#logo a img{
	border:0;
}
