/*  =========================================================
Datei:  bildschirm.css
Media:  screen 
Datum:  27. April 2009
Autor:  rs
Aufbau  1. Kalibrierung und allgemeine Styles 
        2. Styles für Layoutbereiche    
        3. Sonstige Styles 
========================================================== */

/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
* {
	padding: 0;
	margin: 0;
}
a { text-decoration: none; outline: none;} 
h2, p { margin-bottom: 1em; }
ul ul { margin-bottom: 0; }
li { margin-left: 0; }
strong {
font-weight:bold;
}


/* Allgemeine Selektoren */
html { height: 101%; }

body {
	color: #949494;
	background-color: #d4d2d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}



h1 {
	font-size: 140%;
	/*text-transform: uppercase;*/
	margin-bottom: 1em;
	letter-spacing:1px;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}
hr {
height: 1px;
border: 0;
color: #f4f4f4;
background-color: #f4f4f4;
margin: 2px 0;
}

/* Allgemeine Klassen und IDs */


.clear { clear: both; }







/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */

#wrapper {
	color: #000;
	background-color: #fff;
	width: 760px;
	margin: 0 auto;
}

#topstart {
width: 760px;
margin-top: 0;
min-height: 550px;
}

#logo {
background-color:#f4f4f4;
height:115px;
width:200px;
float:left;
}

#headpic {
position:relative;
float:left;
width:440px;
height:120px;
background-color:#f4f4f4;
}


#headright {
padding: 100px 0 0 0;
background-image:url(../pics/swisscuban-bg.gif);
background-repeat:no-repeat;
float:left;
width:120px;
height:20px;
text-align:center;
}

#headright a, a:link, a:visited {
color: #c82229;
text-decoration: none;
}
#headright a:hover {
text-decoration: underline;
}


#content {
position:relative;
padding: 22px 20px 20px 0;
float:left;
width:520px;
}

#content a, a:link, a:visited {
color: #c82229;
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

#content ul {
list-style:disc;
padding-left: 16px;
}


#galeriebereich {
	position: relative;
	padding: 28px 0 40px 0;
	float: left;
}

/** navigation **/

#navibereich {
position:relative;
padding: 15px 0 0 0;
width: 200px;
float:left;
}

ul#navi {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#navi { padding-top: 5px; }


ul#navi li {
	position: relative;
	text-transform: uppercase;
	/*letter-spacing: 1px;*/
	display: block;
	width: 200px;
	/*float: left;*/
}

ul#navi li a {
	position: relative;
	padding: 0 15px 0 33px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	color: #c82229;
}


ul#navi li a:hover { 
color: #666666;
background-color:#f4f4f4;
padding: 0 15px 0 33px;
 }
ul#navi li.active a { 
color: #666666;
 }
ul#navi li a:hover { 
color: #666666;
 }
 
/** 2. navistufe **/

#navi li.active ul li a:hover, #navi li.active ul li a {
	color: #666666;
	padding: 0 15px 0 43px;

}
#navi li.active ul li a {
	color: #c82229;
}
#navi li ul li a{
	font-size: 0.9em;
	color:#c82229;
	display:block;
	padding: 0 15px 0 43px;
	background-image:url(../pics/navibg.gif);
	background-repeat:no-repeat;
}

#navi li ul li.active a{
	color: #666666;
}




/** suchform **/

#suchform {
padding: 40px 0 0 33px;
height:18px;
vertical-align:bottom;
}

#suchform input {
	background-color: #fff;
	height: 16px;
	font-size: 11px;
	border: 1px solid #666;
	color: #000;
}


/** contact **/
ul#anmeldung,ul#anmeldung ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#anmeldung ul { margin: 0; }

ul#anmeldung li {
	padding: 1px 0;
	position: relative;
}

#anmeldung label {
	display: block;
	width: 160px;
	float: left;
}

ul#anmeldung input.couponAdresse {
	width: 15px;
	height: 15px;
	border: none;
	float: left;
}

ul#anmeldung label.couponAdresse {
	float: left;
	margin-left: 1em;
	width: auto;
}

#anmeldung input,#anmeldung select {
	width: 240px;
	height: 20px;
}

#anmeldung select {
	width: 244px;
	height: 24px;
}

#anmeldung textarea {
	width: 240px;
	height: 50px;

}

#anmeldung span {
	display: block;
	float: left;
	width: 240px;
}

#anmeldung img {
	position: relative;
	left: 304px;
}

#anmeldung fieldset input,#anmeldung fieldset select {
	width: auto;
	float: left;
}

#anmeldung fieldset input { border: none; }

#anmeldung fieldset label {
	width: auto;
	margin: 0 16px 0 0;
}

#anmeldung h3 {
	margin-top: .4em;
	font-weight: bold;
}



/* fussbereich */

#fuss {
position:relative;
width: 560px;
padding:5px 0 0 200px;
height: 20px;
background-color:#f4f4f4;
/*overflow: hidden;*/
float: left;
font-size: 8pt;
color: #666;
}

#fuss a, #fuss a:visited {
color: #666;
text-decoration: none;

}

#fuss a:hover { 
color: #666;
text-decoration: underline;
}


.hidden { display: none; }
.clear { clear: both; }

ul#kategorien {
	list-style: none;
	margin: 2px 0;
	padding: 0;
}

ul#kategorien li {
	background: none;
	padding: 0;
}

ul#kategorien h3 {
	line-height: 1.5em;
	margin: 1em 0;
}

ul#kategorien a,ul#kategorien a:link,ul#kategorien a:visited { color: #FFF; }
ul#kategorien a:hover { color: #f2fa94; }

ul#bilder, ul#team {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 420px;
	clear: both;
	display: block;
}

ul#bilder { width: 475px; }
ul#bilder.small { width: 285px; }
ul#bilder.medium { width: 380px; }
ul#bilder li.clear { clear: both; }

ul#bilder li, ul#team li {
	float: left;
	margin: 0 1px 1px 0;
	padding: 0;
	background: none;
}

ul#bilder li a, ul#team li a {
	display: block;
	padding: 2px;
}

ul#team li a {
	width: 90px;
	height: 90px;
}

ul#bilder li a:hover, ul#team li a:hover { background-color: #fff; }

.backforward {
	margin-top: .5em;
	text-align: center;
}

.error { color: red; }
.firstpic td { vertical-align: bottom; }

.firstpic td img {
	border: 0 none;
	margin-right: 10px;
}


td.bild {
	padding: 35px 0 0 0;
	text-align: right;
	vertical-align: top;
}

#imagewrapper {
	position: relative;
}
#galerie #imageplaceholder {
	width: 528px;
	height: 342px;
	background-position: left top !important;
}
#galerie #imageplaceholder div {
	background-color: #000;
	background-position: left top !important;
}
#imageplaceholder img {
	display: block;
}
#imageslist a:focus {
	outline: 0;
}
#galerie #imageslistwrapper{
	position: relative;
	height: 51px;
	margin-top: 6px;
	width: 533px;
}
#galerie #imageslist {
	position: relative;
	height: 51px;
}
#galerie #imageslist li {
	display: block;
	height: 45px;
	width: 533px;
	margin-bottom: 6px;
}
#galerie #imageslist li li {
	float: left;
	display: block;
	width: 36px;
	height: 45px;
	margin-right: 5px;
	margin-bottom: 0;
}
#galerie #imageslist li li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 36px;
	height: 45px;
	display: block;
}
#galerie #imageslist li li a.active {
	width: 32px;
	height: 41px;
	border: 2px #E50083 solid;
}
#galerie #imageslist li li a.active img {
	margin: -2px 0 0 -2px;
}
#imgBackForward {
	position: absolute;
	bottom: 0px;
	right: -16px;
}
#imgBackForward span {
	color: #888;
}
#imgBackForward span.active {
	color: #FFF;
	cursor: pointer;
}

#angebot #imageslist {
	display: none;
}
#angebot #imgBackForward {
	right: -20px;
}
#caption {
	margin: 1em 0 0 0;
}


/* bilder */
.bilder {
	width:100px;
	float: left;
}
.bilder img {
	border: 1px solid #000000;
}
.contorg {
	width:350px;
	float: left;
}

/* newsliste start */
ul#newsliste{
	list-style: none;
	margin:0px 0;
	padding:0;
}
ul#newsliste.thumb a{
	display:block;
/*	height:81px;*/
	font-weight:bold;
}
ul#newsliste.einleitung a{
	font-weight:normal;
	padding-left:120px;
}
ul#newsliste a div{
	font-weight: normal;
}
ul#newsliste.thumb a:hover{
	text-decoration:none;
	background-color:#EEE;
}
ul#newsliste a p{
	margin-top: 2px;
	color: #000;
	font-weight: normal;
}
ul#newsliste a:hover p,ul#newsliste a:hover div{
	text-decoration:none;
}
ul#newsliste img{
	float:left;
	margin-right:2px;
}
ul#newsliste img p img{
	float:none;
	margin:0;
}
ul#newsliste.thumb li,ul#newsliste.einleitung li{
	margin-bottom:1em;
}
/* newsliste end */

/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */
