@charset "UTF-8";
/* Copyright by ENgadinkomm.gmbh in SIlvaplana, Milo Peter */


/* ----------- STANDARD TAGs */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin:0px 0px 0px 0px;
}

h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color:#333;
	font-weight:lighter;
	padding-top:10px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006699;
	font-weight:lighter;
}

p {
	font-size:12px;
}

.small {
	font-size:10px;
	color:#999;
}


/* ----------- DIVs */

#webseite {
	width:950px;
	height:auto;
}

#head {
	height:235px;
	top:0px;
}

#logo {
	top:0px;
	left:0px;
	margin:0px 0px 0px 10px;
	width:265px;
	height:235px;
	position:absolute;
	z-index:10;
}

#flashhead {
	float:left;
	position:absolute;
	z-index:5;
	width:950px;
	height:235px;
}


/* -----------------------------------------START SERVICE NAVIGATION */
/* --------------------------------------------------------------- */
#servicenavi {
	height:30px;
	float:right;
	width:692px;
	display:block;
}



#jahreszeit {
	margin:5px 300px 0px 0px;
	float:right;
}

#jahreszeit ul {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}

#winter li a {
	color:#4e6ca9;
	text-decoration:none;
	display:block;
	height:20px;
	padding:5px 10px 0px 22px;
	background:url(../bilder/wintericon.png) no-repeat center left;
}
#winter li a:hover {
	text-decoration:underline;
}

#sommer li a {
	color:#D3B100;
	text-decoration:none;
	display:block;
	height:20px;
	padding:5px 10px 0px 22px;
	background:url(../bilder/sommericon.png) no-repeat center left;
}
#sommer li a:hover {
	text-decoration:underline;
}





#sprachen {
	float:right;
	margin-top:0px;
}

#sprachen ul {
	margin:0px 0px 0px 0px;
	padding:0;
	list-style-type:none;
}

#sprachen ul li {
	float:left;
}

#sprachen ul a {
	display:block;
	height:15px;
	line-height:15px;
	color:#666666;
	text-decoration:none;
	float:left;
	padding:0px 5px 0px 5px;
	border-right:1px solid #666;
	font-size:11px;
}

#sprachen ul a:hover {
	background-color:#CCCCCC;
	color:#003;
}


/* -----------------------------------------ENDE  SERVICE NAVIGATION */
/* --------------------------------------------------------------- */






/* -----------------------------------------START HAUPT NAVIGATION */
/* --------------------------------------------------------------- */

#navigation {
	float:left;
	margin:55px 0px 0px 40px;
	padding:10px 0px 15px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#mainnavi {
	float:left;
}

#mainnavi ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#mainnavi ul a {
	border-top:0px dotted #4e6ca9;
	font-size:15px;
	display:block;
	width:200px;
	height:30px;
	line-height:30px;
	color:#417bb5;
	text-decoration:none;
	padding-left:4px;
}

#mainnavi ul li a:hover {
	color:#000033;
}

#mainnavi .rex-navi1 .rex-current {
	color:#000033;
}

#mainnavi .rex-navi2 .rex-current {
	color:#333;
	border:none;
	background:none;
}

#mainnavi ul li ul {
	margin:10px 0px 20px 0px;
}

#mainnavi ul li li a {
	font-weight:lighter;
	padding-left:5px;
	padding-top:0px;
	width:auto;
	height:20px;
	line-height:15px;
	display:block;
	font-size:10px;
	border:none;
	text-decoration:none;
	text-transform:uppercase;
	color:#999;
}

#mainnavi ul li li a:hover {
	color:#333;
}
/* ------------------------------------------ENDE HAUPT NAVIGATION */
/* --------------------------------------------------------------- */








/* ------------------------------------------START INHALTSBEREICH */
/* --------------------------------------------------------------- */
#inhalt {
	float:left;
	width:650px;
	margin:25px 0px 0px 25px;
	clear:right;
	line-height:18px;
}

#inhalt li {
	list-style-type:circle;
	margin-left:-10px;
}





/* Allgemeine Links im Text und spezielle Auszeichnungen */
#inhalt a:link, #inhalt a:visited {
	color:#333;
	text-decoration:underline;
}
#inhalt a:hover, #inhalt a:active {
	color:#336699;
	text-decoration:underline;
}

#inhalt a[href^="http:"] {
	background:url(../bilder/externlink.gif) no-repeat right top;
	padding-right: 10px;
}

#inhalt a[href^="mailto:"] {
	background:url(../bilder/icon_mail.gif) no-repeat right top;
	padding-right: 13px;
}

#inhalt a[href$=".pdf"] {
	background:url(../bilder/icon_pdf.png) no-repeat right top;
	padding-right: 17px;
}

#inhalt a[href$=".eps"] {
	background:url(../bilder/icon_eps.jpg) no-repeat right top;
	padding-right: 17px;
}

#inhalt a[href$=".doc"] {
	background:url(../bilder/icon_doc.gif) no-repeat right top;
	padding-right: 10px;
}




#blank {
	float:left;
	clear:both;
	height:80px;
}

.links {
	clear:both;
	padding:10px 0px 0px 0px;
}




/* ------------------------------------------E N D E INHALTSBEREICH */
/* --------------------------------------------------------------- */

.beitrag {
	margin-bottom:20px;
}


#inhalt img {
	float:right;
	margin:10px 0px 10px 30px;
}

#inhalt p {
	border:0px solid #990000;
	padding:0px;
	margin:0px 0px 0px 0px;
}


.beitrag h2 {
}

.beitrag img {
	float:right;
	margin:0px 0px 0px 30px;
}

.beitrag p {
	border:0px solid #990000;
	padding:0px;
	margin:0px 0px 0px 0px;
}





.clear {
	clear:both;
}

/* ------------------------------------------START INHALTSBEREICH */
/* --------------------------------------------------------------- */

















/* ------------------------------------------START DOWNLOAD BEREICH */
/* --------------------------------------------------------------- */

#extras {
	border:0px solid #FF0000;
	margin:50px 0px 0px 265px;
	float:left;
	width:680px;
	font-size:12px;
	color:#666;
	height:auto;
}

#extras h2 {
	font-size:12px;
	color:#999;
}

/* Allgemeine Links im Text und spezielle Auszeichnungen */
#extras a:link, #extras a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-decoration:none;
}
#extras a:hover, #extras a:active {
	color:#333;
	text-decoration:underline;
}

#extras a[href^="http:"] {
	background:url(../bilder/externlink.gif) no-repeat right top;
	padding-right: 10px;
}

#extras a[href^="mailto:"] {
	background:url(../bilder/icon_mail.gif) no-repeat right top;
	padding-right: 13px;
}

#extras a[href$=".pdf"] {
	background:url(../bilder/icon_pdf.png) no-repeat right top;
	padding-right: 15px;
}

#extras a[href$=".doc"] {
	background:url(../bilder/icon_doc.gif) no-repeat right top;
	padding-right: 10px;
}
/* ------------------------------------------ENDE DOWNLOAD BEREICH */
/* --------------------------------------------------------------- */










#adresse {
	height:20px;
	clear:both;
	bottom:0px;
	left:0px;
	padding-top:5px;
	padding-left:20px;
	position:fixed;
	z-index:5;
	font-size:11px;
	color:#333;
	border-top:1px solid #999;
	width:100%;
	background-color:#FFF;
}

#adresse a:link, #adresse a:visited {
	text-decoration:none;
	color:#666666;
	font-weight:normal;
}

#adresse a:hover, #adresse a:active {
	text-decoration:underline;
}

#clear {
	float:left;
	clear:both;
	height:30px;
}








/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */
.formgen {
	margin:30px 0px 0px 0px;
}

/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}

.formgen form
{
line-height : 120%;

}

/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/

.formgen .formblock {
}

 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	color:#006699;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
	margin:10px 0px 0px 10px;
	clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	width: 300px;
	height: 100px;
	margin-top:10px;
	margin-left: 4px;
	border:1px solid #036;
	background-color:#fff;
}
/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #fff;
	border: 1px solid #003366;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	background-color: #E9EBF3;	
}

/* Label */
.formgen label {
	margin:10px 0px 0px 0px;
	width: 110px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: normal;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #FFF;
	margin-left: 4px;
	color: #000000;
}

/* Sende-Button */
.formgen .formsubmit {
	margin:20px 0px 20px 115px;
	width: auto;
	text-align: center;
	background-color: #fff;
	border: 1px solid #003366;
	float: left;
}


/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #006633;
}

.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */







/* ------------------------------------------- TOOL TIP ----------- */
/* --------------------------------------------------------------- */

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}