html,body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Geneva, arial, helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}

p {
	margin: 0 10px 10px;
}

a { /* all the links in the normal text */
	color: #660000;
}

div#header {
	background: url(../img/logo_header.gif) no-repeat;
	width: 800px;
	height: 152px;
	border: 4px ridge #ff9900;
}

div#header_de {
	background: url(../img/logo_header_de.gif) no-repeat;
	width: 800px;
	height: 152px;
	border: 4px ridge #ff9900;
}
div#header_en {
	background: url(../img/logo_header_en.gif) no-repeat;
	width: 800px;
	height: 152px;
	border: 4px ridge #ff9900;
}
div#flag {
	 /*border:1px solid #ff9900; */
	padding-left: 700px;
	padding-top: 120px; 
}

div#flag img {
	 border:0;
	 padding: 0;
}

div#header h1 { 
	/*	padding-left: 10px;
	font-size: 250%;
	text-align: left;
	font-weight: bold;
	color: #ffffff; */
}

div#container {
	text-align: left;
	margin: 0;
	padding: 10px;
	font-size: 13px;
	color: #660000;
}

div#content h1 {
	margin: 10px 10px 10px;
	font-size: 18px;
}

div#content h2 {
	margin: 10px 10px 10px;
	font-size: 16px;
}

div#content h3 {
	margin: 10px 10px 10px;
	font-size: 14px;
}

div#content h4 {
	margin: 0px 0px 0px 10px;
	font-size: 13px;
	padding: 0;
}

div#content ul {
	margin: 2px 10px 10px 40px;
	padding: 0;
}


.calendarcontainer {
	color: #000000;
	background-color: #f5f5f5;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}
	
div#content p { /*line-height: 1.4; */
	
}

/* extra */
div#extra {
	background: #FF8539;
	float: left;
	clear: left;
	width: 200px;
}

/* footer settings */
div#footer {
	background: #ffcc33; /*url(../img/footer.gif) no-repeat; */
	height: 40px;
	border: 4px ridge #ff9900;
}

div#footer p {
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	font-size: 14px;
	color: #996600;
}

div#footer {
	clear: both;
	width: 800px;
}

div#container {
	width: 808px;
	 /* 800 + 2 * 4 (border) = 808 */
	margin: 0 auto;
}

div#content {
	float: right;
	/* 800 - 143 - 4 = 653 */
	width: 653px;
	height: 750px;
	background: url(../img/friet.gif) repeat-y;
	border-right: 4px ridge #ff9900;
}

/* navigation on left side */
div#navigation {
	float: left;
	width: 143px;
	height: 750px;
	background: url(../img/menu_bg.gif) repeat-y;
	border-left: 4px ridge #ff9900;
	border-right: 4px ridge #ff9900;
}

div#navigation p {
	background: url(../img/menu_item.gif) no-repeat;
	width: 100%;
	height: 48px;
	margin: 0pt;
	padding: 0pt;
	line-height: 48px;
}

ul.navbar a:link,ul.navbar a:visited {
	color: #884600;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

ul.navbar a:hover,ul.navbar a:active {
	color: #884600;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

ul.navbar {
	width: 143px;
	height: 48px;
	margin: 0pt;
	padding: 0pt;
	list-style-type: none;
	clear: both;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	line-height: 48px;
}

ul.navbar li {
	display: block;
}

a.nav:link,a.nav:visited {
	width: 100%;
	display: block;
	background: url(../img/menu_item.gif) no-repeat;
}

a.nav:hover {
	width: 100%;
	display: block;
	background: url(../img/menu_highlight.gif) no-repeat;
}

a.nav:active {
	display: block;
	width: 100%;
}

div.floatleft {
	/*border: 1px dashed #FF0000; */
	text-align: center;
	width: 300px;
	margin: 0px;
	padding: 15px 6px 6px 6px;
	float: left;
}

/* used in form */
.required {
	font-weight: bold;
}

.required_star {
	font-weight: bold;
	color: #F00;
}

.not-required {
	font-weight: normal
}
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

form {
	width: 640px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div.column1 {
	float: left;
	width: 320px;
	padding: 0px;
	margin: 0px;
}

div.column2 {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 320px;
}

div.column2 label {
	padding: 0;
	float: left;
	width: 70px;
	text-align: right;
	margin-right: 10px;
}

	
/* FORM input types */
fieldset {
	padding: 0;
	margin: 6px 0px 6px 0px;
	border: 0px;
}

fieldset img { /* no box around the questionmarks */
	border: 0;
}

label {
	padding: 0;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

input {
	padding: 0;
	margin: 0;
	background-color: #f5f5f5;
	font-size: x-small;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

select {
	padding: 0;
	/*width: 220px; */
	font-size: 10pt;
	background-color: #f5f5f5;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}

textarea {
	padding: 0;
	width: 400px;
	height: 80px;
	background-color: #f5f5f5;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

