body {
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #66c2f0;
	margin: 0;
	padding: 0;
}

label {
  font-weight: bold;
}

.clear {
	clear: both;
}

img.fitter {
	margin: 0 auto;
	display: block;
}

.blue {
	color: #66c2f0;
	margin-right: 3px;
}

a {
  color: #5f9dbc;
}

h1, h2, h3, h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #366780;
}

h1 {
	margin-top: 0;
}

h2 {
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

td h2 {
  margin-top: 10px;
}

td h3 {
  margin: 2px;
}

#domainfactory {
  left:300px;
  position:absolute;
  top:30px;
}

#domainfactory img {
  border: none;
}

#page {
	background-color: #fff;
	margin-right: 3%;
	margin-left: 3%;
	border-bottom: 1px solid #376b84;
	border-left: 1px solid #5badd6;
	border-right: 1px solid #5badd6;
	padding: 10px 40px 60px;
	min-width: 1000px;
}

#main {
	margin-top: 20px;
	border-top: 1px solid #cdebfa;
	padding-top: 20px;
}

table.listing {
	text-align: left !important;
	margin-top: 20px;
	margin-bottom: 20px;
}

.listing td {
	padding: 2px 6px;
}

.listing .header {
	background-color: #66c2f0;
	color: white;
}

.listing .header td {
	padding: 5px;
}

.listing .small {
	width: 20px;
}

.listing .center {
	text-align: center;
}

.listing .big {
	font-weight: bold;
}

.listing .alt {
	background-color: #e0f3fc;
}

.two_columns {
	width: 65%;
	margin-right: 2%;
	float: left;
	text-align: justify;
}

.two_columns fieldset {
	border: 2px solid #cdebfa;
	padding: 13px 20px 20px;
	margin-top: 20px;
}

.column {
	width: 31%;
	margin-right: 2%;
	float: left;
	text-align: justify;
}

.column fieldset {
	border: 2px solid #cdebfa;
	padding: 13px 20px 20px;
	margin-top: 20px;
}

p.left, p.right {
	width: 47%;
	margin: 0;
}
p.left {
	float: left;
}
p.right {
	float: right;
}
p.left input, p.right input {
	width: 90%;
	display: block;
	margin-bottom: 10px;
}
fieldset hr {
	float: none;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 2px solid #cdebfa;
	display: block;
	margin-bottom: 10px;
	padding-top: 5px;
}


fieldset h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.2em;
}

#header {

}

#logo a {
	background-image: url(../images/logo.png);
	float: left;
	height: 100px;
	margin-top: -5px;
	width: 193px;
}

ul#navi {
	list-style: none;
	padding-left: 0;
	font-size: 16px;
	float: right;
	padding-top: 10px;
	margin-right: 20px;
	margin-top: 30px;
}

ul#navi li {
	float: left;
	padding-left: 2px;
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-bottom: 2px;
	margin-left: 10px;
}

ul#navi li.settings {
	background-image: url(../images/cog.png);
}

ul#navi li.signup {
	background-image: url(../images/pencil.png);
}

ul#navi li.signout {
	background-image: url(../images/door_in.png);
}

ul#navi li.login {
	background-image: url(../images/lock_go.png);
}

ul#navi li.dashboard {
	background-image: url(../images/layout.png);
}

ul#navi li a {
	text-decoration: none;
	border-bottom-style: solid;
	margin-left: 20px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	color: #366780;
	margin-right: 20px;
}

ul#navi li.active a {
	color: #66c2f0;
}

ul#navi li a:hover {
	color: #4f98bc;
}
li.clear {
	float: none !important;
	clear: both;
}

#footer {
	text-align: center;
	color: #2278a3;
	font-size: .85em;
	padding-top: 50px;
	line-height: 1.75em;
}

#footer a {
	color: #164f6b;
}
/*---------*/
#dialog_login {
	position: fixed;
	width: 300px;
	overflow: hidden;
	font-size: 1.35em;
	opacity: 0;
	padding: 42px;
	background: url(../images/schatten.png) no-repeat center center;
	z-index: 10000;
}
#dialog_login fieldset {
	background: white;
	border: 5px solid #c5e2f0;
	padding: 20px;
}

#dialog_login input[type=text] {
	width: 95%;
	font-size: 1.35em;
}

#dialog_login input[type=submit] {
	margin-top: 15px;
	display: block;
	font-size: 1.35em;
}
#dialog_login fieldset p {
	margin: 7px 0;
}



#over {
	opacity: .0;
	background-color: #000;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div#flash_notice {
  margin-bottom: 0.75em;
  padding: 0.5em;
  background: #e0f3fc;
  border: 1px solid #fff;
}

div#flash_error {
  margin-bottom: 0.75em;
  color: red;
  padding: 0.5em;
  background: #e0f3fc;
  border: 1px solid #fff;
}

div.redakteur {
  border: 10px solid #e0f3fc;
  padding: 5px;
}

div.redakteur_desc {
  border-top: 1px solid black;
}

div.is_public {
  padding: 5px;
  background-color: #e0f3fc;
}

div.is_locked {
  padding: 5px;
  background-color: #ffbaba;
}

.line_form {
  margin-bottom: 0.5em;  
}
.line_form form {
  display: inline;
}

div.recommendations {
  margin: 10px;
}

div.recommendation_comment {
  background-color: #e0f3fc;
  margin: 10px;
  padding: 10px;
}

div.recommendation_form {
  margin: 10px;
}

div.recommendation {
  margin: 10px;
}
