/* Standard Stylesheet
www.pension-roland.at
Start: 01.03.2007
Letzte Aenderung: 10.02.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333333;
	background: #fff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding: 1.5em;
	background-image:url('../img/bg.gif');
  	background-repeat:repeat;
}

a:link {
	color: #993333;
	/*background-color: #fff;*/
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #993333;
	/*background-color: #fff;*/	
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.1em;
	margin: 0.5em 0;
	clear: both;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1 {
font-size: 1.5em;
padding-bottom: 1em;
}

h2 {
font-size: 1.3em;
}

h3 {
font-size: 1.1em;
}

h4 {
font-size: 1.0em;
padding: 0;
margin: 0;
}

h5 {
font-size: 0.9em;
}

/* Bilder ohne Rahmen */
.noborder a{
border: none;
}



/* Layout */
#wrapper {
width: 80%;
}

#header {
background-image:url(../img/header.gif);
background-repeat:no-repeat;
height: 120px;
margin-top: 1px;
width: 800px;
}


#navi {
	position: absolute;
	top: 81px;
	left: 234px;
	/*background: RED;*/	color: #ccc;	padding: 0.1em;	margin-bottom: 3em;
		}#navi ul {	margin-left: 0;	padding-left: 0;	display: inline;	border: none;	} #navi ul li {	margin-left: 0;	padding-right: 2.5em;	border: none;	list-style: none;	display: inline;	}
	
#navi ul li a img{
vertical-align: text-bottom;
}	


#content {
width: 46%;
float: left;
padding-left: 3em;
padding-top: 1em;
padding-bottom: 2em;
}

#content_full {
padding-right: 3em;
padding-left: 3em;
padding-top: 1em;
padding-bottom: 2em;
}

#content_full img{
padding: 0.3em;
}

#sidebar {
width: 48%;
float: right;
padding-top: 1em;
}

#footer {
clear: both;
padding-top: 1em;
}


/* kontakt formular */
form  {
	width: 15em;
	font-size: 1em;
	line-height: 110%;
	margin: 1em;
	clear: left;
	float: left;
	width: 100%;
}


fieldset {
	color: #333333;
	border: 1px solid #B2B2B2;
	/*background-color: #e8f2d0;*/
	padding: 10px;
}

legend {
	padding: 0.1em 0.4em; 
	font-weight: bold;
	color: #333333;
	border: 1px double #B2B2B2;
	/*background-color: #e8f2d0;*/
}

input {
	/*display: block;*/
	float: left;
	width: 10em;
	border: 1px solid #cccccc;
	/*background-color: #dede99;*/
	margin: 5px;
	padding: 2px;
}

#message {
	width: 20em;
	border: 1px solid #B2B2B2;
	/*background-color: #dede99;*/
	margin: 5px;
	padding: 2px;
}

br { 
	clear: left; 
}

.submit, .reset { 

   border: 1px solid #B2B2B2;
 }
 
label { 
	width: 5em; 
	margin: 5px;
	padding: 5px;
	float:left; 
	text-align: right;
	font-weight: normal;
	color: #333333;
}

input:focus, input:hover, input:active {
   background-color: #fff;
   border: 1px dashed #999;
  
}

.red {
color: red;
}

p.red_border {
color: red;
border: 1px solid red;
text-align: center;
padding: 10px;
}

/* listen */
ul li {
margin-left: 2em;
}

/* tabellen */
td,th {
padding: 0.1em;
	border: 1px solid #333333;
	text-align: center;
}

/*popup images */
.popup img{
margin-top: 1em;
margin-left: 1em;
}

.ecg {

padding-top: 4em;
}