body {
	padding: 0;
	margin: 0;
	background-color: white;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

a {
	color: #c7193b;
	text-decoration: none;
}

a:hover {
	color: black;
}

h2 {
	color: black;
	font-size: x-large;
	font-weight: normal;
	padding-top: 3em;
}

h2 a {
	color: black;
}

h2 a:hover {
	color: #c7193b;
}

#container {
	width: 728px;
	margin: auto;
}

#content {
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	display: block;
	height: 165px;
	margin: 5px;
}

#header h1 {
	display: none;
}

#slogan {
	position: relative;
	top: 62px;
	height: 100px;
}

#slogan img {
	padding-top: 40px;
	vertical-align: middle;
	float: right;
}

#linksbarhead {
	margin-top: 80px;
	text-align: center;
	clear: both;
}

#linksbar {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	height: 100px;
	background-image: url(/images/bottombar.png);
	background-repeat: repeat-x;
	background-position: 0px 20px;
	text-align: center;
}

#jegelskerdigdk {
	height: 100px;
	width: 85px;
	background-image: url(/images/banners/jeds.gif);
	display: inline;
	overflow: hidden;
	float: left;
}

#jegelskerdigdk:hover {
	background-image: url(/images/banners/jed.gif);
}

#abilicadk {
	height: 100px;
	width: 85px;
	background-image: url(/images/banners/abilicas.gif);
	display: inline;
	overflow: hidden;
	float: left;
}

#abilicadk:hover {
	background-image: url(/images/banners/abilica.gif);
}

#hotflirtdk {
	height: 100px;
	width: 85px;
	background-image: url(/images/banners/hotflirts.gif);
	display: inline;
	overflow: hidden;
	float: left;
}

#hotflirtdk:hover {
	background-image: url(/images/banners/hotflirt.gif);
}

#hotmobildk {
	height: 100px;
	width: 85px;
	background-image: url(/images/banners/hotmobils.gif);
	display: inline;
	overflow: hidden;
	float: left;
}
#hotmobildk:hover {
	background-image: url(/images/banners/hotmobil.gif);
}
#netdatedk {
	height: 100px;
	width: 85px;
	background-image: url(/images/banners/netdatedks.gif);
	display: inline;
	overflow: hidden;
	float: left;
}
#netdatedk:hover {
	background-image: url(/images/banners/netdatedk.gif);
}

#footer {
	color: gray;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: small;
}

#footer a {
	color: gray;
}
#footer a:hover {
	color: black;
}

.announcement {
	clear: both;
}

.not-approved {
  background-color: #eeeeee;
}

/** Nicer form **/
.fieldset {
	border: 1px solid #e0e0e0;
	background-color: #fefefe;
	padding: 1em;
}
.fieldset label {}

.fieldset .textfield {
	margin: 0.3em;
	border: 1px solid gray;
	background-color: white;
	width: 100%;
}

.fieldset .textfield:hover {
	background-color: #fff8f8;
}

.fieldset .textarea {
	margin: 0.3em;
	border: solid 1px gray;
	width: 100%;
}

.fieldset .textarea:hover {
	background-color: #fff8f8;
}

.fieldset .image {
	margin: 0.3em;
	border: solid 1px gray;
	width: 100%;
}

.fieldset .image:hover {
	background-color: #fff8f8;
}

.fieldset .submit {
	background-color: #f1e4e4;
	border:solid 1px gray;
	margin: 0.3em;
	width: 100%;
}

#frm_title {
	font-size: x-large;
	width: 100%;
}

#form {
	width: 100%;
}

/** Rails **/

.fieldWithErrors {
	border-left: 2px solid #c00;
}


/* :notice :error :warning */
#notice, #error, #warning {
	text-align: center;
	font-weight: bold;
	padding: 1em;
}

#notice { color: green; }
#error { color: red; }
#warning { color: purple; }

.anpic {
  padding: 0px;
}

/* http://www.active-4.com/files/css/rounded_div.html */
.rounded:before {
  background: transparent url("/images/top_right.png") no-repeat top right;
  height: 10px;
  line-height: 0px;
  margin: -10px -10px 0 -10px;
  padding: 0;
  display: block;
  content: url("/images/top_left.png");
}
.rounded {
  background: #eeeeee;
  padding: 10px;
  margin: 10px 0 10px 0;
  font-family: sans-serif;
  font-size: 13px;
  float: right;
}
.rounded:after {
  background: transparent url("/images/bottom_right.png") no-repeat bottom right;
  height: 10px;
  line-height: 0px;
  display: block;
  margin: 0 -10px -10px -10px;
  padding: 0;
  content: url("/images/bottom_left.png");
}

