html, body, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;	
	color:#000000;
}

a {
	color:#000000;	
}

a:hover {
	text-decoration:none;	
}

input, textarea {
	border:1px solid #000000;
	padding:2px;
	width:250px;
}

.checkbox {
	width:20px;	
}

div.outer {
	width:950px;
	margin:0 auto;
	border:2px solid #182F51;
}

div.navtop {
	height:30px;
	padding-left:245px;
}

div.header {
	height:121px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

div.footer {
	height:190px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;		
}

div.contentouter {
	min-height:300px;
}

div.mainnavouter {
	float:left;
	width:235px;
	text-align:right;
	margin-top:30px;
}

div.content {
	float:left;
	width:670px;
	margin-left:30px;
	margin-right:15px;
}


div.clear {
	clear:both;	
}

div.contact-form-section {
	margin-bottom:3px;	
}

span.contact-form-label {
	width:100px;
	text-align:right;
	margin-right:10px;
	display:inline-block;
	vertical-align:top;
	margin-top:2px;
}


/*********************************
*    CAPTCHA-Styles
*/
p.captcha_1,
p.captcha_2,
p.captcha_notvalid {
	margin-left: 30px;
	margin-right: 20px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
	color: #000000;

}
p.captcha_2 {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

p.captcha_notvalid {
	font-weight: bold;
	color: #FFAAAA;
}

.captchapict {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:1px solid black;
	width:143px;
	margin-left:-4px;
}

#captcha {
	margin-left: 5px;
	margin-right: 5px;
	border-style: dashed;
	border-width: 2px;
	border-color: #FFD940;
}


/*********************************
*    Gallery-Styles
*/

img.gallery {
	border:1px solid #000000;	
}

div.floatimages {
	background-color:#DEDEDE;
	float:left;
	display:block;
	margin-right:14px;
	margin-bottom:14px;
	padding:5px;
	border:1px solid #000000;
}

div.galName {
	overflow:hidden;
	margin-top:3px;
	width:120px;
	height:15px;
}

