@charset "iso-8859-1";
* {
	padding: 0px;
	margin: 0px;
}
html {
	height: 101%;
}
body {
	padding: 0px;
	margin: 0px;
	color: #DEBD3A;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
	background-color: #034694;
	background-image: url('../images/template/bg_body.jpg');
	background-repeat: repeat;
}
p {
	line-height: 160%;
	font-size: 140%;
	font-weight: normal;
	text-align: left;
}
h1 {
	overflow: hidden;
	font-size: 180%;
	font-weight: normal;
}
h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 200%;
	font-weight: normal;
}
h3 {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 150%;
	font-weight: bold;
}

h4 {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 180%;
	font-weight: normal;
	border:thin;
}


a {
	text-decoration: underline;
	color: #DEBD3A;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
img {
	margin: 0px;
	border-style: none;
	padding: 0px;
}
.img-with-border {
	border: 1px solid #C0C0C0;
}
.clearing {
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 1px;
	line-height: 1px;
}
.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	display: inline;
	overflow: hidden;
}


table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
td {
	vertical-align: top;
}


.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.right {
	text-align: right;
}


.span {
	font-size: 120%;
}
.bold {
	font-weight: bold;
}
.justify {
	text-align: justify;
}
#wrapper {
	background-position: right top;
	padding: 0px;
	margin: 20px auto 0px auto;
	width: 980px;
	background-image: url('../images/template/wrapper_right.jpg');
	background-repeat: no-repeat;
}
.klein {
	font-size: 120%;
}
.justify {
	text-align: justify;
}

