/*
	CSS Document: css_style.css
	Version: 1.0 | Date: 2007-08-19
	Project: www.goldener-loewe.at
	Author: websLINE, 2007
	-------
*/


/* FORMATIERUNG */

body  {
	font: 62.5% Verdana, sans-serif !important;
	color: #333;
	}
#site {
	font-size: 1.1em;
	}

p, ul, ol, dl, input, select, textarea {
	font-size: 1em;
	}
p, h3, h4, h5, h6	{
	margin: 15px 0;
	}
h1 {
	font-size: 1.4em !important;
	width: 270px;
	padding: 0 0 2px 0;
	margin: 0 0 15px 0;
	color: #646400;
	background: url(../img/bg-sIFRgrey.gif) no-repeat 0% 18px;
	}
h2 {
	font-size: 1.2em;
	margin: 35px 0 15px 0;
	color: #646400;
	}
h3 {
	font-size: 1.1em;
	}
h4 {
	font-size: 1em;
	}
h5 {
	font-size: 1em;
	color: #646400;
	}
h6 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #666;
	}

#mainLeft h2, .contentRight h2 {
	font-size: 1.3em;
	margin: 0; padding: 0 0 2px 0;
	}
#mainLeft h2 {
	background: url(../img/bg-h2left.gif) repeat-x 0 75%;
	}
.contentRight h2 {
	background: url(../img/bg-h2right.gif) repeat-x 0 75%;
	margin-top: 14px; 
	}

td p	{
	padding: 0;
	margin: 0 0 15px 0;
	}
.prices p {
	margin: 0; padding: 0;
	}
.content li {
	list-style-image: url(../img/nav-subitem.gif);
	}
.bttn {
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;
	background: #636300;
	padding: 3px 5px 2px 5px;
	border: 0;
	text-transform: uppercase;
	cursor: pointer;
	}



/* LINK FORMATIERUNG */

a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.content a {
	color: #636300;
	text-decoration: underline;
	}
.content a:hover {
	text-decoration: none;
	}