body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	background-repeat:repeat-x;	
	background-image:url(../images/background.jpg);
	background-color:#000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:x-large;
	color: #CCCCCC;
	margin-bottom:0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:medium;
	color: #CCCCCC;
	margin-top:0px;
	margin-bottom:30px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:medium;
	color: #CCCCCC;
}

hr {
	color: #999999;
	margin-left:0px;
}

img {
	border:none;
}

table {
	text-align:left;
}

a {
	color:#CCCCCC;
	text-decoration:none;
}

a:hover, a:focus {
	color:#CCCCCC;
	text-decoration:underline;
}

label {
	cursor:pointer;
}

input[type=submit], input[type=button] {
	background-color:#FFFFFF;
	background-image:url(../Images/form_edit.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	border:1px solid #000000;
	padding:1px 5px 1px 20px;
	margin-bottom:30px;
}

input[type=image] {
	width: auto;
	background: none;
	border: none;
}

/* forms */
/*------------------------------------------------------------------------------------------*/
fieldset {
	width:500px;
	margin-top:5px;
	margin-bottom:5px;
	border: 1px solid #CCCCCC;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CCCCCC;
	padding-left:5px;
	padding-right:5px;
}

.line label {
	width:150px;
	display:inline;
	float:left;
	padding-left:7px;
}

.line {
	width:470px;
	clear: both;
	padding:2px;
}

.form textarea {
	background-image: url(../Images/form_pencil.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:2px 0 2px 20px;
	border:1px solid #ccc;
	background-color: #ffffff;
	width:250px;
	height:100px;
	font-size: 12px;
	font-family: Arial;
	display:inline;
}

.form textarea:focus {
	background-image: url(../Images/form_edit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:2px 0 2px 20px;
	border:1px solid #000000;
}

.form select {
	width:250px;
	border:1px solid #ccc;
}

.form select:focus {
	border:1px solid #000000;
}

.form input[type=text], .form input[type=password], .form input[type=file]  {
	width:250px;
	display:inline;
	border:1px solid #cccccc;
	background-color: #ffffff;
	background-image: url(../Images/form_pencil.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding:2px 0 2px 20px;
}

.form input[type=text]:focus, .form input[type=password]:focus, .form input[type=file]:focus {
	border:1px solid #000000;
	background-color: #ffffff;
	background-image: url(../Images/form_edit.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
}

/* specials */
.security_label {	
	font-size: 10px;
	color:#000000;
	text-decoration:none;
	width:150px;
	display:inline;
	float:left;
	padding-left:7px;
}

.field {
	background-image: none;
	border:1px solid #cccccc;
	background-color: #ffffff;
	padding:2px 0 2px 0;
}

.field:focus {
	background-image: none;
	border:1px solid #000000;
	background-color: #ffffff;
	padding:2px 0 2px 0;
}

.required {
	background-image:url(../images/required.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:7px;
}

.security_label {	
	font-size: 10px;
	color:#CCCCCC;
	text-decoration:none;
	width:150px;
	display:inline;
	float:left;
	padding-left:7px;
}

#counter {
	font-family: Arial;
	font-size: 10px;
	color:#CCCCCC;
	text-decoration:none;
}

#counter input {
	font-size: 10px;
	color:#CCCCCC;
	font-family: Arial;
	border:0px;
	background-color:transparent;
	background-image:none;
	text-align:right;
	width:30px;
}

.info {
	background-image:url(../images/info.gif);
	background-repeat:no-repeat;
	background-position:left;
	border-top:2px dotted;
	border-bottom:2px dotted;
	padding-bottom:10px;
	padding-top:15px;
	padding-left:45px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	width:500px;
	text-align:center;
}

.error {
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
	background-position:left;
	border-top:2px dotted #CC3333;
	border-bottom:2px dotted #CC3333;
	padding-bottom:10px;
	padding-top:15px;
	padding-left:40px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	width:500px;
	text-align:center;
	color:#CC3333;
}

/* navigation */
/*------------------------------------------------------------------------------------------*/
#navigation td img {
	display: block;
	border:none;
}

/* container */
/*------------------------------------------------------------------------------------------*/
#container {
	margin-top:10px;
	background-color:#333;
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}

/* header */
/*------------------------------------------------------------------------------------------*/
#header {
	height:150px;
	width:900px;
	background-repeat:repeat-x;
	background-image:url(../images/header.gif);
}

#header img {
	background-position: left top;
	border:none;
}

#header a {
	text-decoration:none;
	border:none;
}

#language_de {
	margin:10px;
	float:right;
	width:28px;
	height:19px;
	background-image:url(../images/language_de.gif);
	background-repeat:no-repeat;
}

#language_de:hover {
	background-image:url(../images/language_de_active.gif);
}

#language_en {
	margin:10px;
	float:right;
	width:28px;
	height:19px;
	background-image:url(../images/language_en.gif);
	background-repeat:no-repeat;
}

#language_en:hover {
	background-image:url(../images/language_en_active.gif);
}

#header_navi {
	display:inline;
	position:absolute;
	margin-top: 100px;
	margin-left:150px;
	width: 400px;
	text-align:right;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#header_navi a {
	color:#000;
	text-decoration:none;
}

#header_navi a:hover {
	color:#000;
	text-decoration:underline;
}


#noscript {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align:center;
	color:#FFFFFF;
	font-family: Arial;
	font-size:12px;
	padding: 5px;
	border: 2px solid #000000;
	background:#999;
}

/* content */
/*------------------------------------------------------------------------------------------*/
#content {
	color:#CCCCCC;
	padding:10px;
	padding-top:0px;
	width:880px;
	text-align: justify;
	font-size:small;
	background:#333;
}

/* footer */
/*------------------------------------------------------------------------------------------*/
#footer {
	padding:10px;
	text-align:right;	
	width:880px;
	background:#333;
	clear:both;
	color: #FFFFFF;
	font-size: 10px;
	border-top:1px solid #CCCCCC;
} 

#footer a{
	color: #CCCCCC;
	text-align:center;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#copyright {
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
	color: #CCCCCC;
}

/* gallery */
/*------------------------------------------------------------------------------------------*/
#gallery {
	width:550px;
	list-style:none;
}

#gallery li img {
	float:left;
	width:100px;
	height:70px;
	margin:5px;
}

#gallery a img {
	border:2px outset #999;
}

#gallery a:hover img {
	border:2px inset #999;
}
