/***************************************************************************************************

	Project		:	Airika
	Copyright	:	Puro Nectar

	::: Modules Stylesheet :::

***************************************************************************************************/

/* ### Module ################################################################ */

/* TinyMCE
*******************************************************************************/
@import url(../files/addons/tinymce/content.css);


/* line
*******************************************************************************/
#line
	{
	border-bottom:1px dotted #674634;
	height:0px;
	padding-top:12px;
	margin:0 30px 8px 30px;
	clear:both;
	}
	
/* teaser
*******************************************************************************/
.teaser
	{
	margin-bottom:-8px;
	}

/* textile
*******************************************************************************/
#textile
	{
	}

/* iframe
*******************************************************************************/
#i_frame
	{
	margin:0;
	}

/* sitemap
*******************************************************************************/
#sitemap ul
	{
	font-size:11px;
	}

#sitemap a, #sitemap a:link
	{
	color:#222;
	text-decoration:none;
	}

#sitemap a:hover
	{
	color:#222;
	text-decoration:underline;
	}

/* download
*******************************************************************************
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}

#main-block .download-desc p {
	color:#fff;
}

#main-block .download-hdl p {
	padding:3px 7px;
	background-color:#B30000;
	border-top:1px solid #696969;
	font-weight:bold;
	color:#000;
}

#main-block .download-file {
	padding:0.5em 7px;
}

#main-block .download-desc {
	margin-bottom:1em;
	padding:0 7px;
	background-color:#B30000;
	border-bottom:1px solid #696969;
}

#main-block .download-without-desc {
	margin-bottom:0.5em;
	border-top:1px solid #696969;
}
*/
#download {
	margin:8px 7px;
	border-bottom:1px solid #fff;
}

#download .hdl p, 
#download .file p, 
#download .desc p {
	margin:0;
}

#download .desc p {
	color:#fff;
}

#download .hdl p {
	padding:3px 7px 3px 60px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	background:rgba(255,255,255,0.7);
	font-weight:bold;
	color:#000;
}

#download .file {
	padding:4px 12px 4px 4px;
	margin-top:-25px;
	float:left;
}

#download .descr {
	margin-bottom:2px;
	margin:4px;
}

#download .without-desc {
}

#download .text {
	clear:both;
	float:right;
	margin:-16px 12px -8px 0;
}

/* 
REDAXO-Modul: do form!
Beschreibung: CSS-DEMO
Bereich: CSS 
Fr: do form! 2.x  
Stand: 20.04.2009 
Version: 1.0
--------------------------------------------------------------------------
HINWEISE:
-------------------------------------------------------------------------- */

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

/* Div das das Formular umschlie§t */
.formgen {
	font-size: 11px;
}


/* 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
{
	margin:10px 0;
	padding-top: 3px;
}
 .forminfo 
{
	margin-left:245px;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px dotted #165684;
	font-weight:bold;
	text-align:center;
	color:#165684;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


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


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 500px;
	height: 160px;
	padding:2px 0;
	margin:0 0 4px 0;
	border: 1px solid #165684;
	background-color: #e7e1d8;
}


/* Textfeld */
.formgen .formtext
{
	width: 500px;
	margin:0 0 4px 0;
	padding:2px 0;
	font-size: 1em;
	background-color: #e7e1d8;
	border: 1px solid #165684;
}

.formgen input:focus,
.formgen select:focus,
.formgen textarea:focus {
	border-bottom-color: #165684;
	background-color: #fff;	
}



/* Label */
.formgen label {
	width: 200px;
	text-align:right;
	clear: left;
	float: left;
	padding:2px 0;
	margin-right:25px;
	font-weight: bold;
	color: #000;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 500px;
	background-color: #e7e1d8;
	margin:0 0 4px 0;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 200px;
	margin-left:528px;
}



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

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


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #165684;
}

.formgen .formcaptcha
{
	border: 2px solid #165684;
	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 */

/* JAOS Gallery
*******************************************************************************/
#jaosg
	{
	width:820px;
	text-align:center;
	margin:0;
	}
	
.jaosg_galerie					
	{
	padding:0;
	display:inline;
	}

.jaosg_thumbnail 
	{
	margin:5px;
	display:inline;
	float: left;
	height: 72px;
	width: 72px;
	text-align: center;
	vertical-align:middle;
	}

#jaosg_nav
	{
	text-align: center;
	position: absolute;
	width: 820px;
	top:5px;
	left:39px;
	}

.jaosg_dist
	{
	height:100px;
	}

.jaosg_bild
	{
	text-align: center;
/*	border:1pt solid #bbb;
	padding:3px;
*/	}

.jaosg_bildbeschreibung
	{
	text-align: center;
	}

/* Magazin Layout
************************************************************************/
	.magazine-layout {
		position: relative;
		width: 100%;
	}
	.magazine-container {
		background: #f6f6f6;
	}

	/ * magazin_Layout mit verlinkten Einzelbildern * /
	.magazine-image a, .magazine-image a:link, .magazine-image a:visited {
		color: #000;
		display: table;
		display: inline-block;
		filter: alpha(opacity=80);
		line-height: 0.0em;
		opacity: 0.80;
		-moz-opacity: 0.80;
	}
	.magazine-image a:focus, .magazine-image a:hover, .magazine-image a:active {
		color: #000;
		filter: alpha(opacity=100);
		opacity: 1.00;
		-moz-opacity: 1.00;
	}

	/ * komplett verlinktes magazin_Layout * /
	a.magazine-link, a:link.magazine-link, a:visited.magazine-link {
		cursor: pointer;
		display: table;
		display: inline-block;
		filter: alpha(opacity=80);
		line-height: 0.0em;
		opacity: 0.80;
		-moz-opacity: 0.80;
	}
	a:focus.magazine-link, a:hover.magazine-link, a:active.magazine-link {
		cursor: pointer;
		filter: alpha(opacity=100);
		opacity: 1.00;
		-moz-opacity: 1.00;
	}

/* Route
************************************************************************/
#route {
	display:block;
	clear:both;
	width:740px;
}

#pattern_in, #pattern_out {
	height:34px;
	padding:1px 10px;
}

#pattern_in {
	background:rgba(255,255,255,0.5);
}

#pattern_out {
	border-bottom:1px solid #165684;
	border-top:1px solid #165684;
}

#route span {
	float:left;
}

#route .coordinates {
	float:left;
	width:140px;
	font-weight:bold;
}

#route span.num {
	margin:12px 8px 0 0;
	text-align:right;
	width:20px;
}

#route span.country {
	margin:6px 8px 0 0;
	text-align:right;
	width:24px;
}

#route a.airportname {
	float:left;
}

#route p.icao {
	margin:0px 0 0 5px;
	color:#165684;
	text-align:left;
}

#route span.airport {
	margin-top:10px;
	overflow:hidden;
	width:200px;
}

#route span.airport a {
	font-size:13px;
	font-weight:bold;
}

#route .airport a:hover {
	text-decoration:none;
	color:#3686a4;
}

#route span.country {
	margin:5px 12px 0 0;
	text-align:right;
	width:20px;
}

#route p.deg, #route p.deg1, #route p.deg2 {
	float:left;
	text-align:right;
	height:13px;
	width:25px;
	margin:1px 0;
}

#route p.deg1 {
	width:42px;
}

#route p.deg2 {
	width:14px;
}

#route span.altitude {
	margin:12px 12px 0 0;
	text-align:right;
	width:100px;
}

#route span.leg {
	margin:12px 12px 0 0;
	text-align:right;
	width:100px;
}

#route .buttons {
	margin:1px 0 0 10px;
	float:right;
	text-align:center;
	width:60px;
}

#route span.googlemap, #route span.intern {
	background-color:#165684;
	margin:2px 0;
	width:60px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
}

#route span.googlemap a, #route span.intern a, 
#route span.googlemap p, #route span.intern p {
	margin:0;
	padding:0;
	line-height:1em;
	clear:both;
	text-align:center;
	height:12px;
	width:60px;
	color:#fff;
}

#route a.buttonfield {
}

#route span.googlemap a:hover, #route span.intern a:hover {
	color:#3686a4;
	text-decoration:none;
}

