un/* - - - - - - - - - - - - - - - - - - - - -

Title: Default CSS
Author: Thomas Schedler
URL: www.andy-beck.at

- - - - - - - - - - - - - - - - - - - - - */

/* -:-:-:-:-: CSS :-:-:-:-:- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #003405;
	background-image: url(/images/andy_back1.gif);
	background-repeat: no-repeat;
  background-position: 862px 49px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #868585;
}

table td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #868585;
}

#main {
	z-index: 100;
	position: absolute;
	left: 116px;
	top: 15px;
	overflow: visible;
	width: 900px;
	margin: 0px;
	padding: 0px;
}


/* -:-:-:-:-: HTML :-:-:-:-:- */

a {
  font-style: italic;
	color: #4a9c02;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: none;
}

/* -:-:-:-:-: HEADER :-:-:-:-:- */

#andy_bak {
	z-index:50;
	width: 345px;
	height: 359px;
	position: absolute;
	top: 23px;
	left: 6px;
	background-image: url(/images/andy_back.gif);
	background-repeat: no-repeat;
}

#backhead {
	/*background: url(/images/andy.gif) top center no-repeat;*/
}

#header {
	z-index:150;
	position: absolute;
	width: 254px;
	left: 6px;
	height: 131px;
	margin: 0px;
}

#menu-header {
	position: absolute;
	top: 86px;
	left: 296px;
}


/* -:-:-:-:-: CONTENT :-:-:-:-:- */

#impressum{
	position: relative;
	z-index:110;
	width: 825px;
	text-align: right;	
	margin-bottom: -21px;
}

#main-content{
	position: absolute;
	z-index:110;
	top: 108px;
	width: 825px;
	padding-bottom: 24px;
	background-image: url(/images/main_back.gif);
	border: 2px solid #ff4e00;
	/* margin-top: -29px; */
	display: block;	
	overflow: visible;
}

#main-content-main{
	width: 825px;
	padding-top: 100px;
	padding-left: 24px;
	background-image: url(/images/main_back_top.gif);
	background-repeat: no-repeat;
	overflow: visible;
}

#content{
	padding-top: 12px;
	padding-left: 38px;
	padding-bottom: 24px;
	width: 760px;
	z-index:150;
}

/* -:-:-:-:-: CONTENT - LINKS :-:-:-:-:- */
#caption{
	font-size: 13px;
	line-height: 15px;
	color: #dd4400;
}

#content-text{
	font-size: 12px;
	line-height: 14px;
}

#linkItem{
	margin-left: 10px;
}

.imgBorder{
	border: 1px solid #65dd00;
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
}

.imgBorderOnly{
	border: 1px solid #65dd00;
}


.form{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	background-color: #011c03;
	border:1px solid #4a9c02;
}

/* -:-:-:-:-: GUESTBOOK - ADD :-:-:-:-:- */
div.form-row  {
  clear: both;
  padding-top: 5px;
}

div.div.guest-row {
  clear: both;
  padding-top: 5px;
}

div.form-row span.form-label {
  float: left;
  width: 150px;
  text-align: right;
}

div.form-row span.form-formw {
  float: right;
  width: 375px;
  text-align: left;
}

div.guest-header {
	background-image: url(/images/guestbook-header-v2.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	border-left: 2px solid #227215;
	border-right: 2px solid #227215;
	height: 25px;
}

div.guest-row-1 {
  clear: both;
  padding-top: 5px;
  background-color: #003405;
	border: 2px solid #227215;
	border-bottom: 1px solid #227215;
}

div.guest-row-2 {
  clear: both;
  padding-top: 5px;
  background-color: #001402;
  background-color: #001402;
  border: 2px solid #227215;
  border-bottom: 1px solid #227215;
}

span.guest-left {
  float: left;
  width: 150px;
  text-align: left;
}

span.guest-right {
  float: right;
  width: 375px;
  text-align: right;
}

