/*
-----------------------------------------------------------------
	                  C O P Y R I G H T
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

	CSS for Ferienhaus Lina Boltenhagen
	URL: http://www.ferienhaus-lina-boltenhagen.de
	Description: Ihr Ferienhaus Ferienwohnung im Ostseebad Boltenhagem in Mecklenburg-Vorpommern.
	Author: Martin Schuster
	URL: http://www.martin-schuster.com/
	
	Version: 1.2 (2010-11-26)

-----------------------------------------------------------------
                    G L O B A L  R E S E T
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

* {
	margin: 0;
    padding: 0;
}

body {	
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	overflow: auto;
	color: #036; 
}

a, a:link,a:visited,a:active  {
	text-decoration: none;
	color: #369;
}

a:hover {
	color: #036;
}

h1 {
	font-size: 1.6em;
	color: #c30;
	border-bottom: 1px solid #cc9;
}

h2 {
	font-size: 1.2em;
	color: #c30;
	padding-bottom: 3px;
	border-bottom: 1px solid #cc9;
}

h3 {
	font-size: 1.1em;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 10px 0;
	padding-bottom: 3px;
}

p {
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 10px 0;
}

small {
	font-size: 0.8em;
}

ul, ol {
	margin: 10px 20px 20px 20px;
	list-style-type: circle;
}

acronym { 
	cursor: help;
}

#top {
	padding: 0; margin-top: 10px; margin-bottom: 10px; text-align: center;
	background: #69c url('images/gif/hg.gif') no-repeat bottom right;
}
#titel {
 	width: 700px;
	height: 160px;
	margin: auto;
	background: #69c url('images/gif/titel.gif') no-repeat center left;
}

/*
-----------------------------------------------------------------
                    N A V I G A T I O N
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

#navigation {
	background-color: #cc9;
}
#navigation ul {	
	list-style-type: none;
	text-align: center;
	margin: 0px auto; padding: 5px;
	border-bottom: 5px solid #69c;
}
#navigation ul li {	
	display: inline; margin: 5px;
}
#navigation ul li a { 
	padding: 5px 10px;
	border-bottom: transparent;
	font-size: 1.2em;
	font-weight: normal;
	color: #036;
}
#navigation ul li a:hover { 
	border-bottom: 5px solid #036;
	background-color: #69c;
	color: #fff;
}
#navigation .aktiv { 
	border-bottom: 5px solid #c30;
	color: #369;
}
							
#container { 
	width: 850px;
	margin: 20px auto;
}
	
#links {		
	width: 220px;
	float: left;
}
#rechts {    
	float: right;
	width: 120px;
}

.box {	
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #cc9;
}

.achtung { 
	padding: 10px;
	margin: 10px 0;
	border: 3px solid #c30;
	background-color: #fcc;
}

#content {
	width: 450px;
	margin: 0px 140px 0px 245px;
}

#content li {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 10px;
}
	
#content table {
	font-size: 0.9em;
	width: 100%;
}
#content td,
#content th {
    vertical-align: top;
	text-align: left; 
	padding: 5px 10px 5px 0; }
#content th { 
	text-align: right;
}
#content a, #content a:link, #content a:visited, #content a:active  {
	border-bottom: 2px solid #A6C6E6;
}
#content a:hover {
	color: #c30;
	border-bottom: 2px solid #69c;
}

#footer {
	clear: both;
	text-align: center;
	border-top: 5px solid #cc9;
}
#footer p {
	font-size: 0.8em;
	line-height: 1.6em;
}
#footer a {
	border: none;
}
#footer a:hover {
	border-bottom: 1px solid #c30;
}

/*
-----------------------------------------------------------------
                    F O R M U L A R E
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

select {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #b2b2b2;
	margin: 1px; padding: 2px;
}

textarea, input {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 1px; padding: 2px;
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

fieldset {
    padding: 1em;
    border: 1px solid #cc9;
    border-top: 4px solid #cc9;
    -moz-border-radius: 4px;
}
                             
legend {
    padding: 0.5em;
    font-size: 1.2em;
}
               
label {
    font-weight: bold;
}
               
input, select {
	border : 1px solid #ccc;
	margin: 0.5em 0;
}
               
textarea {
	border : 1px solid #ccc;
	margin: 0.4em 0;
	width: 90%;
	height: 15em;                  
}

/*
-----------------------------------------------------------------
                   B E L E G U N G S P L A N
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

#belegung {
	width: 95%;
	margin: 20px auto;
}

#belegung table {
    font-size: 0.8em;
	margin: 0 auto 10px auto;
}

#belegung td {
    text-align: center;
	background-color: #eee;
	padding: 1px 3px;
}
#belegung th {
    text-align: right;
	padding: 1px 5px;
	background-color: #ddd;
}

#belegung td.leer {
    background-color: #fff;
}
#belegung td.frei { 
    background-color: #E6E6C6; 
}
#belegung td.we {
    background-color: #cc9;
}
#belegung td.belegt {
    color: #fff;
	background-color: #c30;
}
#belegung td.anreise {
	background: #E6E6C6 url('images/gif/anreise.png') no-repeat center center;
}
#belegung td.abreise {
	background: #E6E6C6 url('images/gif/abreise.png') no-repeat center center;
}


#belegung td.legende {
    width: 14px;
	height: 18px;
}

#belegung .w100 { 
    width: 100%;
}

#belegung td.eins {
    background-color: #fff; 
}

#belegung td.zwei { 
    background-color: #E6E6C6;
}

#belegung td.rela {
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
