/* Gmüesbuebe design.css */
/* (C) 2008 silversky internet solutions */

/* LAYOUT START */

body {
	margin: 0;
	padding: 0;
	
	background-color: #c9e287;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
}

#Top {
	position: relative;
	margin: 0 auto;

	width: 900px;
	height: 130px;
	
	z-index: 1;

}

#Navigation {
	position: relative;
	margin: 0 auto;

	width: 900px;
	height: 54px;
}

#Main {
	margin: 0 auto;
	width: 900px;
	
	background-color: #ffffff;
	
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #5f8d31;
	
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5f8d31;
	
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #5f8d31;
}

#Content {
	margin: 0 auto;
	
	padding-top: 42px;
	padding-left: 52px;
	padding-right: 52px;
}

#Right {
	float: right;
	
	width: 265px;

	margin-top: 40px;
	margin-right: 50px;
	margin-left: 40px;
}

.box {
	margin-bottom: 40px;
	
	padding: 7px 7px 0 7px;
	
	border: solid;
	border-width: 1px;
	
}

.picture {
	border: none;
	
	padding: 0;
	
	margin-bottom: 0px;
}

.yellow {
	background-color: #fbff79;
	border-color: #f25a22;
}

.red {
	background-color: #f8ac90;
	border-color: #f25a22;
}

.green {
	background-color: #c9e287;
	border-color: #5f8d31;
}

#Bottom {
	clear: right;

	position: relative;
	margin: 2px auto;

	width: 900px;
	height: 20px;
	
	text-align: right;
}


div.line {
	border-top: 1px solid #cccccc;
	margin: 15px 0 15px 0;
	
	width: 600px;
}

textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	border: solid;
	border-width: 1px;
	background-color: #ffffff;
}

.textfield {
	width: 400px;
}


.newsletter {
	width: 160px;
}

#Content textarea, #Content input {
	border-color: #5f8d31;
}

#Right textarea, #Right input {
	border-color: #f25a22;
}

#Content .button {
	background-color: #c9e287;
}

#Right .button {
	background-color: #fbff79;
}

div.pad {
	padding: 7px 7px 0 7px;
}

/* LAYOUT END */


/* FONTS START */

body {
	font-family: Arial, Helvetica, sans-serif;

	color: #222222;
}

#Right {
	font-size: 14px;
}

#Content, td {
	font-size: 15px;
}

a {
	text-decoration: none;
	
	color: #5f8d31;
}

.box a {
    color: #f25a22;
}

.green a {
    color: #5f8d31;
}

a:hover {
	color: #333333;
}

h1 {
	margin-top: 0;
	margin-bottom: 15px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 200;
	
	color: #5f8d31;
}

h2 {
	margin-top: 0;
	margin-bottom: 10px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 200;
	
	color: #5f8d31;
}

#Right h1 {
	font-size: 18px;
	font-weight: 200;
}

.yellow h1 {
	color: #f25a22;
}

.red h1 {
	color: #f25a22;
}

p {
	margin-top: 0;
}

.list td {
	font-family: Arial, Helvetica, sans-serif;

	margin: 0;
	padding: 5px 0 5px 0;

	border-bottom: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
}

div.image {
	margin-bottom: 15px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	
	color: #5f8d31;
}

.designer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	
	color: #898989;
	display: none;
}

a.copyright {
	color: #5f8d31;
	text-decoration: none;
}

a.copyright:hover {
	color: #333333;
}

/* FONTS END */

