/* Default CSS Stylesheet for a new Web Application project */
BODY {
	background-color: #FBC9A8;
}
BODY, TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.border {
	background-color: #A5531B;
}
.headermenu {
	background-color: Black;
	background: url('images/header_menu_bck.gif');
	color: #F7941D;
	font-weight: bold;
}
.middle {
	background: url('images/middle_bck_new.jpg');
}
.main {
	background-color: #FDE9DE;
}
.footer {
	background: url('images/footer_bck.jpg');
	font-size: 10px;
}
a.page:link,a.page:active,a.page:visited {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
a.page:hover {
	color:#DB5106;
	font-weight: bold;
	text-decoration: strikeout;
}

a:link,a:active,a:visited {
	color: #F9691E;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #DB5106;
	text-decoration: none;
}
a.lang:link,a.lang:active,a.lang:visited {
	color: #FDDCB7;
	text-decoration: none;
}
a.lang:hover {
	color: #FDC17D;
	text-decoration: none;
}
a.headermenu:hover {
	color: #FDC17D;
	text-decoration: none;
}
a.foot:link,a.foot:active,a.foot:visited {
	color: #F9691E;
	text-decoration: none;
}
a.foot:hover {
	color: #DB5106;
	text-decoration: none;
}
.girl {
	color: Black;
	border: Black 1px solid;
}

.info {
	color: #F9691E;
	font-weight: bold;
	text-decoration: none;
}
a.info:hover {
	text-decoration: none;
	color: #DB5106;
}
a.info:link,a.info:active,a.info:visited {
	text-decoration: none;
}
.loginbutton {
	color: #DB5106;
	font-weight: bold;
	font-size: 10px;
}
.logininput {
	color: #DB5106;
	font-weight: bold;
	font-size: 10px;
}
.logintext {
	color: #DB5106;
}
.photos {
	display: block;	
	border: 1px solid #F9691E;
	overflow: scroll;
	overflow-y: hidden;
}

h2 {
	font-size: 22px;
}