html,body {
	margin:0;
	padding:0;
	/*height:100%; needed for container min-height */
	background:#000000;	
	font-family:arial,sans-serif;
	font-size:small;
	color:#000000;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:685px;
	background:#FFFFFF;
	border:1px solid #000000;
	height:auto !important; /* real browsers */
	/*height:100%;  IE6: treaded as min-height*/
	/*min-height:100%;  real browsers */
}
div#header {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:95px;
}
div#menu {
	position:relative; /* needed for footer positioning*/
	padding-top:5px;
	padding-left:25px;
	height:35px;
}
div#galerie {
	position:relative; /* needed for footer positioning*/
	height:530px;
}
div#text {
	position:relative; /* needed for footer positioning*/
	height:530px;
	color:#000000;
	font-size:10px;
	padding-right:25px;
	padding-left:25px;
}
div#text h3 {
color:#FF0099;
font-size:14px;
}
div#contact {
	position:relative; /* needed for footer positioning*/
	height:530px;
	color:#000000;
	font-size:10px;
	padding-right:25px;
	padding-left:25px;
}
div#text h3 {
color:#FF0099;
font-size:14px;
}
div#footer{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:30px;
	padding-right:10px;
}
#contactform {
 background-color:#FAFAFA;
 padding:10px;
 width:400px;
 }
#contactform fieldset {
 padding:10px;
 margin-bottom:10px;
 border: 1px solid #000000;
 }
#contactform legend {
 color:#000000;
 font-weight:bold;
 padding-bottom:10px;
 }
#contactform label {
 margin-top:5px;
 display:block;
 }
#contactform label.inline {
 display:inline;
 }
#contactform .input {
 border:1px solid black;
 background-color:#CCCCCC;
 }
#contactform input[type=radio] {
 margin-right:50px;
 background-color:transparent;
 border:none;
 }
#contactform select, option {
 background-color:#CCCCCC;
 }
#contactform textarea {
 border:1px solid black;
 background-color:#CCCCCC;
 }
.menu {
color:#000000;
text-decoration:none
}
.menu a:link {
color:#000000;
text-decoration:none
}
.menu a:hover {
color:#000000;
text-decoration:none
}
.menu a:visited {
color:#000000;
text-decoration:none
}
.menu a:active{
color:#000000;
text-decoration:none
}
.menuselected {
color:#FF0099;
text-decoration:none
}
.menuselected  a:link {
color:#FF0099;
text-decoration:none
}
.menuselected  a:hover {
color:#FF0099;
text-decoration:none
}
.menuselected  a:visited {
color:#FF0099;
text-decoration:none
}
.menuselected  a:active{
color:#FF0099;
text-decoration:none
}

.captchaImage { margin: 0 2px; }
.simpleCaptchaSelected { border: 2px solid #393; }

