@CHARSET "UTF-8";
/**
 * Gag1980.de
 * (c) 2009 - Michael Kulessa
 */

html, body {
	margin: 0;
	/*padding: 0;*/
}

body {
	background-color: #f6f6f6;
	color: #585555;
	/*font-family: "Tahoma, Helvetica";*/
	/*font-size: 0.85em;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

a {
	color: #585555;	
}

a:hover {
	color: #619440;
}

div#wrap {
	background: url('../images/main_bg.gif') repeat-y;
	margin: 0 auto;
	width: 740px;
	clear:both; overflow:auto;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
	color: #619440;
}
h2, h3, h4, h5 {
	margin: 0;
}

h3.gray {
	color: #888;
}

a img {
	border: 2px solid #619440;
}

/**
 * Header
 */
div#header {
	width: 700px; height: 190px;
	margin: 0 auto;
	background: url('../images/header.gif') no-repeat;
	text-align: center;
}

div#header img {
	display: block;
}

/**
 * Menu
 */
ul#menu {
	/*right*/
	font-size: 0.95em;
	width: 134px;
	float: right;
	list-style-type: none;
	margin: 10px 30px 10px 10px;
}

ul#menu li {
	margin-left: 10px;
	color: #777;
}

ul#menu li.cat {
	margin-left: 0;
	margin-top: 6px;
	color: #619440;
	font-weight: bold;
	font-style: italic;
}

ul#menu li.cat a {
	color: #619440;
}

ul#menu li.cat ul.inner li a {
	color: #585555;	
}

ul.inner {
	list-style-type: none;
	margin:  0 0 0 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
/**
 * Content
 */
div#content {	
	width: 490px;
	margin: 0 0 0 22px;
	padding: 20px 0 20px 20px;
}

div#content ul {
	margin: 6px 20px; padding: 0;
}

ul.submenu {
	text-align: center;
	border: 2px solid #ddd;
	background-color: #eee;
	background: url('../images/fade.gif') repeat-x;
}

ul.submenu li {
	display: inline;
	padding: 0 20px;
	border-left: 2px solid #ddd;
	text-align: center;
}

ul.submenu li a {
	font-weight: bold;
	color: #619440;
	text-decoration: none;
}

ul.submenu li a:hover {
	color: #666;
}

ul.submenu li.first {
	border-left: none;
}

p.errors {
	color:red;
}

/**
 * Form
 */

fieldset {
	background-color: #F9F9F9;
	border: 1px solid #619440;
}

input, textarea {
	border: 1px solid #619440;
}

input {
	width: 150px;
}

textarea {
	width: 100%;
	height: 150px;
}

input:hover, textarea:hover, input:focus, textarea:focus {
	background-color: #e9eef6;
}

.errors, ul.errors li {
	color: red;
}

label.required:after {
	color: red;
	content: ' *';
}
/**
 * Top bar
 */
div#bartop {
	width: 100%;
	border-bottom: 1px solid #fff;
	background-color: red;
	background: url('../images/footer_bg.gif') repeat-x;
	height: 20px;
}

div#bartop p {
	padding: 2px 10px 0 0;
	margin: 0;
	text-align: right;
	color: #fff;
	font-size: 0.9em;
}

div#bartop p a {
	color: #fff;
}


/**
 * Footer
 */
p#footerfade {
	margin: 0 auto;
	width: 700px;
	height: 34px;
	/*background: url('../images/footer_fade.gif') repeat-x;*/	
	background-position: bottom;	
}

div#footer {
	height: 74px;
	background: url('../images/footer_bg.gif') repeat-x;
	color:#ddd;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

div#footer p {
	width: 700px;
	margin: 0 auto;
	padding-top: 16px;
	text-align: center;
}

div#footer p a {
	color: #ddd;
}

/**
 * Pseudo
 */
br.clear {
	height: 0;
	margin: 0; padding: 0;
	clear: both;
}

@import url("iebug.css");
