/* ----------------------------------------------------------------
	Standard CSS für www.hotel-urlaub-deutschland.at
	Autor: info.at Internet Gmbh & CO KEG
	Version: 2004.12.30
---------------------------------------------------------------- */
body {
	background: #fff;
	font-size: 101%;
	margin: 0;
	padding: 0;
}

div, h1, h2, h3, h4, h5, h6, p, table, ul, ol, img {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #000;
	border-bottom: 1px solid #000;
}

a:visited {
	color: #333;
	border-bottom: 1px solid #333;
}

a:active, a:hover {
	color: #090C;
	border-bottom: 0;
}

img {
	border: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* Headertabelle
---------------------------------------------------------------- */
#header {
	width: 100%;
	border: 1px solid #090;
	margin: 0 auto;
}

#header #url {
	height: 27px;
	background: #090;
}

#header #url h1 {
	color: #fff;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.6em;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: right;
	margin: 5px 5px 0 0;
}

#header #image {
	background: #090 url(header_bg.jpg) repeat-x center;
	height: 100px;
}

#header #balken {
		height: 15px;
	background: #090;
	color: #fff;
}

#header #balken p {
	margin: 0 0 0 130px;
	padding: 5px 0;
}

#header #balken a {
	border-bottom: 0;
	font-size: 0.8em;
}

#header #balken a:link {
	color: #fff;
	text-decoration: underline;
}

#header #balken a:visited {
	color: #efefef;
text-decoration: underline;
}

#header #balken a:active, a:hover {
	color: #efefef;
text-decoration: none;
}

/* Main Container (Navigation, Inhalte)
---------------------------------------------------------------- */
#main-c {
	width: 100%;
	margin: 0 auto;
}

#main-c #navi {
	width: 160px;
	background: #009900;
	padding: 5px;
	text-align: center;
}

#main-c #navi p {
	margin: 10px;
}

#content h2 {
	margin: 20px 20px 0 20px;
	font-size: 1.1em;
	color: #090;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
}

#content h5 {
	margin: 20px;
}

#content p, #content ul {
	margin: 10px 90px 0 20px;
	font-size: 0.8em;
	color: #000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#content ul {
	margin-left: 60px;
}

#newsletter {
	width: 20%;
}

#newsletter form {
	margin: 20px;
	background: #efefef; 
	padding: 10px 10px 0 10px;
	border: 1px solid #ccc;
	width: 250px;
}

#newsletterform {
  	border-collapse: collapse;
	border: 3px solid #efefef;
	width: 420px;
	margin: 20px 0 20px 40px;
  }
  
#newsletterform td {
	border: 1px solid #efefef;
	padding: 3px 15px 3px 10px;
	font-size: 0.8em;
	background: #fafafa;
}

#newsletterform td input {
	width: 296px;
}

#newsletterform td input.bold {
	font-weight: bold;
}

#newsletterform td .short {
	width: 120px;
}

#newsletterform .right {
		text-align: right;
}

#newsletterform .right input {
	width: 96px;
	background: #090;
	color: #fff;
}

/* Main Container (Navigation, Inhalte)
---------------------------------------------------------------- */

#footer a:link {
	color: #000;
}

#footer a:visited {
	color: #000;
}

#footer a:active, a:hover {
	color: #666;
}

