/*
------------------------------------------------------------------------------------------------
*/

body {
	background: url(gfx/bg-body.gif) repeat-x;
	background-color: #fff;
	margin: 0px; 
	padding: 0px;
}

body, div, p, span, a, ul, li {
	font-family: Arial, Helvetica, sans-serif;
}

/*
------------------------------------------------------------------------------------------------
*/

#container{
	width:774px;
	margin: 4px auto;
	text-align:left;
	background: url(gfx/bg-main.gif) repeat-y;
	border: solid 1px #4E6588;
}

/*
------------------------------------------------------------------------------------------------
*/

#header {
	height: 195px;
	width: 764px;
	background: url(gfx/bg-header.jpg) no-repeat;
	background-color: #F6EFDD;
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

#header img {
	vertical-align: middle;
	padding-bottom: 4px;
}

#header h1 {
	display: none;
}

/*
------------------------------------------------------------------------------------------------
*/

#navigation {
	width:191px;
	float:left;
	margin-top: 15px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
}

/*
------------------------------------------------------------------------------------------------
*/

#content {
	margin: 0;
	padding: 20px;
	padding-right: 38px;
	width:520px;
	float:left;
	font-size: 11px;

}

#content p, #content h2, #navfoot p {
	margin: 0;
	padding: 0;
}

#content h2 {
	font-size: 14px;
	color: #F60;
	padding-bottom: 8px;
}

#content h3 {
	font-size: 12px;
	color: #F60;
	padding-bottom: 6px;
}


#content img.bild {
	padding-bottom: 15px;
	padding-right: 15px;
	border: 0;
	float: left;
}

.tab1 {
	background-color: #FFE8A3;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	border-top: solid 4px #f60;
}

.tab2 {
	background-color: #FFF2CC;
	font-size: 11px;
	color: #000;
}

#content p.tab3, #content p.tab4 {
	font-size: 11px;
	color: #000;
	margin-bottom: 1px;
	padding: 3px;
	padding-left: 25px;
}

.tab3 {
	background-color: #FFE8A3;
}

.tab4 {
	background-color: #FFF2CC;
}

#navfoot {
	width: 248px;
	padding-right: 22px;
	float: left;
}

#navfoot p.header {
	height: 32px;
	background: url(gfx/sub-header.gif) no-repeat;
	border-top: 1px solid #FD822D;
	border-left: 1px solid #FD822D;
	border-right: 1px solid #FD822D;
}

#navfoot p.header a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 7px 30px;
	height: 18px;
}

#navfoot p.content {
	padding: 8px 15px;
	font-size: 11px;
	border-left: 1px solid #FD822D;
	border-right: 1px solid #FD822D;
}

#navfoot p.footer {
	height: 12px;
	background: url(gfx/sub-footer.gif) no-repeat;
}

#formular1 {
	width: 520px;
	float: left;
}

#formular1 p.header {
	background-color: #FAF5EB;
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	padding: 10px;
	border-top: 1px solid #FD822D;
	border-left: 1px solid #FD822D;
	border-right: 1px solid #FD822D;
}

#formular1 table.content {
	font-size: 11px;
	border-left: 1px solid #FD822D;
	border-right: 1px solid #FD822D;
}

#formular1 p.footer {
	height: 10px;
	background: url(gfx/sub-footer2.gif) no-repeat;
}

#files_list {
	border: 1px solid #FD822D;
	padding: 3px;
	width: 510px;
}

#files_list input
{
	background: none;
	background-color: #ccc;
	border: 1px solid #6a6a6a;
	text-align: center;
	padding: 0px 5px;
	margin-left: 4px;
}

/*
------------------------------------------------------------------------------------------------
*/

#footer {
	margin: 0;
	padding: 0;
	clear:both;
	height: 34px;
	width: 424px;
	background: url(gfx/bg-footer.gif) no-repeat;
	background-color: #F6EFDD;
	font-size: 10px;
	padding-left: 350px;
	padding-top: 40px;
}

/*
------------------------------------------------------------------------------------------------
*/

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

/*
------------------------------------------------------------------------------------------------
*/

input, textarea {
	background: url(gfx/bg-input.gif) no-repeat;
	border-top: 1px solid #6a6a6a;
	border-left: 1px solid #6a6a6a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	padding-left: 4px;
}

input.button {
	background: none;
	background-color: #ccc;
	border: 1px solid #6a6a6a;
	text-align: center;
	padding: 0px 5px;
}

/*
------------------------------------------------------------------------------------------------
*/



/*
------------------------------------------------------------------------------------------------
*/
