html {
	height: 100%;
}

body {
	margin: 30px 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #ffc;
	height: 100%;
	background-image: url("bb.gif");
  	background-repeat: repeat-x;
 	background-color: #000;	
	text-align:center;
}
.clear { 
	clear: both;
}
#page_wrapper {
	margin: 30px auto;
	padding: 0px;
	position: relative;
	top: 0px;
	width: 990px;
	min-height: 90%;
	text-align:left;
	border: 1px solid #282828;
	background: url("gad_background.jpg") no-repeat right bottom;
	background-color: #000 !important;
}
#head_wrapper {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 125px;
	background: url("gad_logo.jpg") no-repeat;
}
#headline {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 44px;
	left: 305px;
}
#main_wrapper {
	padding: 145px 0 0 0;
	margin: 0px;
	width: 990px;
}
#main_content {
  	margin: 0px;
	padding: 0 0 120px 0;
	width: 990px;
}
#content {
	float: left;
	padding: 10px 30px 20px 30px;
	margin: 5px 10px 5px 5px;
	width: 600px;
}
#marginalia {
 	float: left;
	padding: 10px;
	margin: 25px 5px 5px 10px ;
	width: 215px;
  	background-image: url("Sidebar-bg.jpg");
  	background-repeat: repeat-y;
	font-size: 10px;
}
#footer {
	margin: 0;
	padding: 10px;
}
#main_menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 125px;
	width: 990px;
	height: 20px;
  	z-index: 10;
	background: url("gad_menu_spacer.gif") repeat-x;
	background-color: #000 !important;
}

/* MENU */
ul.menu, ul.menu ul {
    padding: 0px;
    margin: -2px 0px 0px 0px;
    list-style-type: none;
    z-index: 10;
}
ul.menu a {
    display: block;
    padding: 1px 10px 1px 10px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #C60;
    font-style: normal;
}
ul.menu a:hover {
    color: #FFC;
}
ul.menu ul a {
    padding: 0px;
    text-decoration: none;
    color: #C60;
}
ul.menu ul a:hover {
    color: #FFC;
}
ul.menu li {
    padding: 2px;
    margin: 0px;
    float: left;
}
ul.menu ul {
    margin: 0px;
    padding: 0px 2px 0px 2px;
    position: absolute;
    display: none;
    min-width: 100px;
    background: url("gad_sub_menu_spacer.jpg");
    border: 1px solid #333333;
}
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display: block;
    text-decoration: none;
}
ul.menu ul li {
    padding: 3px;
    float:none;
}

/* INHALT */
.bodytext {
  	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #ffc;
}
.csc-header-n1,
h1 {
	font-family: Verdana, sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    color: #C60;
}
h2 {
  	font-family: Verdana, sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    color: #C60;
}
h3 {
  	font-family: Verdana, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    color: #C60;
}
a {
	color: #C60;
	text-decoration: none;
}
a.hover {
	color: #C60;
	text-decoration: underline;
}

/* ACCORDION */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#FFC;
  line-height: 26px;
  height: 23px;
  background: #4C4C4C url(plus.png) 5px center no-repeat;
  padding:2px 0 5px 25px;
  margin-right:32px;
  cursor:pointer;
}
h3.act {
  color:#FFC;
  background:#C60 url(minus.png) 5px center no-repeat;
}
div.rgaccord1-content {
  width:573px;
  border-bottom:1px solid #C60;
}
div.rgaccord1-content .ce {
  margin-bottom:0;
}
div.rgaccord1-content h1 {
  display:none;
}

/* NEWS */
.news-list-container {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #ffc;
}
.news-list-date {
	color: #ffc;
	font-size: 11px;
}

/* FORM */
fieldset {
	border: none;
}
legend {
	display:none;
}
input {
	width: 300px;
	height: 24px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #ffc;
	background-color: #000;
	border: 1px solid #c60;
	margin-top: 10px;
}
input.powermail_submit,
input.tx-guestbook-submit {
	background-color: #4C4C4C;	
	border: 1px solid #ffc;
}
select {
	height: 24px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #ffc;
	background-color: #000;
	border: 1px solid #c60;
	margin-top: 10px;
}
textarea {
	width: 300px;
	margin-top: 10px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #ffc;
	background-color: #000;
	border: 1px solid #C60;
}
.powermail_captcha {
	margin-top: 10px;
}
.powermail_check {
	width: auto;
	border: none;
}

/* GUESTBOOK */
.tx-veguestbook-pi1 p.tx-guestbook-form-error {
	font-weight:bold;
	color:#c60;
}
.tx-veguestbook-pi1 .tx-guestbook-result {
	font-weight:bold;
	float:left;
}
.tx-veguestbook-pi1 .tx-guestbook-pagination {
	font-size:10px;
	float:right;
}
.tx-veguestbook-pi1 h2.tx-guestbook-header {
	clear:both;
	background:#c60;
	color:#ffc;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding: 2px;
}
.tx-veguestbook-pi1 .tx-guestbook-left {
	float:left;
	width:12em;
	min-height:4em;
	padding: 1em;
}
.tx-veguestbook-pi1 .tx-guestbook-left {
	height:4em;
}
.tx-veguestbook-pi1 .tx-guestbook-left p {
	color:#ffc;
	padding:0;
	margin:0;
	line-height:140%;
}
.tx-veguestbook-pi1 .tx-guestbook-right {
	float:left;
	background:#000;
	padding: 2px;
	border-left:4px solid #c60;
	padding-left:10px;
	width:34em;
}
.tx-veguestbook-pi1 .tx-guestbook-latest p,
.tx-veguestbook-pi1 .tx-guestbook-right p {
	color:#ffc;
}
.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
    font-weight: bold;
}
.tx-veguestbook-pi1 .tx-guestbook-right h3 {
	font-size:12px;
	color:#c60;
	font-weight:bold;
	background:none;
}
.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
	font-size:10px;
	color:#c60;
	font-style: italic;
}
.tx-veguestbook-pi1 .tx-guestbook-latest {
	display:block;
	padding:0.25em;
	clear:both;
}
.tx-veguestbook-pi1 .tx-guestbook-field {
	clear:both;
	display:block;
	width: 450px;
	margin-bottom: 8px;
}
.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
	color:#c60;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap {
	background:#F7F7F7;
	border:1px solid #c60;
}
.tx-veguestbook-pi1 .tx-guestbook-clear {
	clear:both;
	display:block;
}

/* Powermail */
span.powermail_mandatory {
	color: #C60;
}
input.validation-failed,
textarea.validation-failed {
	background-color: #C60;
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	color: #C60;
	margin: 3px 0 15px 200px;
}
div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	margin: 8px 0;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0px;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	padding: 2px 2px 0 2px;
}
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}
td.powermail_all p.bodytext {
	margin: 0;
}

fieldset.tx-powermail-pi1_fieldset div.even {
	
}
fieldset.tx-powermail-pi1_fieldset div.odd {
	
}

/* HACKS */
*html ul.menu ul {
    width:130px;
}

*html #content {
    width: 650px;
}

