@charset "utf-8";
/**************************
**   CSS  Reise-Profi  	 **    
**  erstellt: Juni 2013	 **
** Autor: Daniela Maier	 **
**************************/
* { padding: 0; margin: 0;}
html { overflow-y: scroll;}
	

html,
body
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#background
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	visibility: visible;
}

#overall
{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 2;
	left: -14px;
	top: -2px;
	visibility: visible;
	background-image: url(../baustelle.html);
}

#wrapper
{
	width: 1006px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 75px auto 25px;
	background: url(../bilder/verlauf_nav_links_alternative2.jpg) repeat-y top left;
	border-top-right-radius: 0px; 
	border-bottom-right-radius: 0px; 
	border-bottom-left-radius: 45px; 
	border-top-left-radius: 80px; 
	-moz-border-radius-topright: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-bottomleft: 45px; 
	-moz-border-radius-topleft: 80px; 
	-webkit-border-top-right-radius: 0px; 
	-webkit-border-bottom-right-radius: 0px; 
	-webkit-border-bottom-left-radius: 45px; 
	-webkit-border-top-left-radius: 80px;
	
}

#header
{
	height: 150px;
	background: #000099 url(../bilder/verlauf_header.jpg) repeat-y left top;
	border-top-right-radius: 45px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 80px;
	-moz-border-radius-topright: 45px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 80px;
	-webkit-border-top-right-radius: 45px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 80px;
	position: relative;
	visibility: visible;
}
h1#slogan
{
	position: absolute;
	left: 225px;
	top: 1px;
	font-family: 'Permanent Marker', cursive, Arial, Helvetica, sans-serif;
	font-size: 3.7em;
	color: #339900;
	visibility: visible;

}
p.slogan_2
{
	position: absolute;
	left: 350px;
	top: 70px;
	font-size: 2em;
	font-family: 'Permanent Marker', cursive, Arial, Helvetica, sans-serif;
	color: #FFcc00;
	visibility: visible;
}

p.slogan_3
{
	position: absolute;
	left: 450px;
	top: 110px;
	font-size: 1.5em;
	font-family: 'Permanent Marker', cursive, Arial, Helvetica, sans-serif;
	color: #FFcc00;
	visibility: visible;
}


#nav_links
{
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-left: 20px;
	
	

}


#content
{
	
	padding: 20px;
	margin-left: 170px;
	background: url(../bilder/verlauf_content_alt2.jpg) repeat-y left top;
	
}


#footer
{	
	padding: 15px 20px 5px 20px;
	height: 60px;
	background: #000099 url(../bilder/verlauf_header.jpg) repeat-y left top;
	border-top: 1px #000099 solid;
	border-top-right-radius: 0px; 
	border-bottom-right-radius: 80px; 
	border-bottom-left-radius: 45px; 
	border-top-left-radius: 0px; 
	-moz-border-radius-topright: 0px; 
	-moz-border-radius-bottomright: 80px; 
	-moz-border-radius-bottomleft: 45px;
	-moz-border-radius-topleft: 0px; 
	-webkit-border-top-right-radius: 0px; 
	-webkit-border-bottom-right-radius: 80px; 
	-webkit-border-bottom-left-radius: 45px; 
	-webkit-border-top-left-radius: 0px;
}


#logo
{
	padding-top: 15px;
	padding-left: 25px;
}


/**************************
**    Navigation  oben   **
**************************/

#nav_oben
{
	text-align: right;
	background: #000099 url(../bilder/verlauf_header.jpg) repeat-y left top;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 20px 4px 20px;
	border-bottom: 1px #000099 solid;
}

#nav_oben a
{
	color: #000099;
	background-color: #CFC;
	padding: 4px 8px;
	border: 1px solid #000099;
	text-decoration: none;
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 0px; 
	border-bottom-left-radius: 0px; 
	border-top-left-radius: 10px; 
	-moz-border-radius-topright: 10px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-right-radius: 10px; 
	-webkit-border-bottom-right-radius: 0px; 
	-webkit-border-bottom-left-radius: 0px; 
	-webkit-border-top-left-radius: 10px;
}



#nav_oben a:hover,
#nav_oben a:focus
{
	color: black;
	background-color: #cfc;
	border-bottom-color: #cfc;
	
}
#nav_oben a:visited { background-color: #FFC;}

#nav_oben a:active 
{
    color: black; 
    background-color: white; 
    border-bottom-color: white;; 
 }
 
 

#nav_oben ul
{
	margin-bottom: 0;
}
	

#nav_oben li
{
	display: inline;
	list-style-type: none;
	margin: 0;
}

#nav_oben ul li #hier_bin_ich
{
	font-weight: bold;
	background-color: white; 
    border-bottom-color: white;;
}

/* styles für nav_links sind im SpryMenuVertikal.css */

/**************************
**    Index - Home       **
**************************/

.home
{
	line-height: 1.3em;
	margin: 20px 20px 20px 40px;
}


.slogan1
{
	font-family: 'Permanent Marker', cursive, Arial, Helvetica, sans-serif;
	color: #339900;
	font-size: 2em;

}
.bild_rechts
{
	margin: 20px 10px 20px 20px;
	float: right;
}


.jacky_rund
{
	margin-top: 75px;
	margin-bottom: 25px;
	margin-left: -100px;
	padding-right: 20px;
	padding-bottom: 25px;
}

.kompetent
{
	float: right;
	list-style-type: none;
	font-size: 20px;
	margin-right: 45px;
}
#kreuzfahrt
{
	margin-left: 555px;
	padding-bottom: 30px;
}

.familie_strand
{
	margin-top: 100px;
	margin-left: -100px;
	
}

.planung
{
	font-size: 18px;
	margin-left: 20px;
	list-style-type: none;
}

/**************************
**    Kontaktformular    **
**************************/

form
{	
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	margin-top: 25px;
	padding: 50px 75px 25px 100px;
	background-color: #cfc;
	border: 2px solid #000099;
	border-top-right-radius: 90px;
	border-bottom-right-radius: 45px;
	border-bottom-left-radius: 90px;
	border-top-left-radius: 45px;
	-moz-border-radius-topright: 90px;
	-moz-border-radius-bottomright: 45px;
	-moz-border-radius-bottomleft: 90px;
	-moz-border-radius-topleft: 45px;
	-webkit-border-top-right-radius: 90px;
	-webkit-border-bottom-right-radius: 45px;
	-webkit-border-bottom-left-radius: 100px;
	-webkit-border-top-left-radius: 45px;
}

sup {color: #F00;}

label
{
	float: left;
	width: 110px;
	text-align: left;
	padding-left: 10px;
	margin-right: 8px;
}

label.nofloat 
{
  float: none;
  width: auto;
  text-align: left;
}

legend
{
	padding-bottom: 10px;
	
}

fieldset fieldset legend
{
	float: left;
	width: 110px;
	text-align: left;
	color: #000099;
	cursor: pointer;
	padding-left: 10px;
	margin-right: 8px;	
}

fieldset fieldset
{
	margin: 0;
	border-style: none;
}


fieldset
{
	border: 2px solid #000099;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	margin-bottom: 15px;
	padding-top: 10px;
	background-color: #BFF1BF;

}

fieldset legend
{
	float: left;
	width: 110px;
	text-align: left;
	padding-bottom: 0;
	margin: 0 10px 0 0;
}

form div
{
	
	padding: 8px 10px;
	background-color: #BFF1BF;
	margin-bottom: 5px;

}

input,
textarea,
select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	border-radius: 5px;
	padding: 5px;
	width: 200px;
	outline: none;
	cursor: pointer;
}



.anrede input { width: auto; background: transparent;}

 /*falls im IE der Hintergrund der radio bzw. checkboxen durchscheint wird der Hintergrund via CSS auf ´transparent gesetzt*/

.anrufen input { width: auto; margin-left: 130px; background: transparent;}

textarea { height: 7em; }

input:focus,
textarea:focus { background-color: #8AFF8A; }

.information option { margin-bottom: 3px; }

.kontakt_zu_uns
{
	padding: 0px 15px 15px;
	list-style-type: none;
	line-height: 1.6em;
}



.angaben_vertraulich
{
	margin-top: 15px;
	margin-right: 50px;
}

.notwendig
{
	font-size: 0.6em;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
}

button
{
	display: block;
	width: 250px;
	background: #000099;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px;
	border: none;
	border-radius: 15px;
	margin: auto;
}

button:hover
{
	background: #12b0ed;
	cursor: pointer;
	font-weight: bold;
}


/**************************
**     Australien        **
**************************/
.bild_swap
{
	float: right;
	margin-left: 25px;
}

.text_australien
{
	
	line-height: 1.2em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#nebeneinander
{
	margin-top: 25px;
	margin-bottom: 30px;
}

#flash_australien
{
	float: left;
	width: 420px;
	padding-right: 10px;
	
}

#text_australien_rechts
{
	float: left;
	width: 428px;
	padding-left: 7px;
	
	/*margin: 10px 0 30px 5px;*/
}

.urheber_info
{
	font-size: 12px;
	clear: both;
	font-style: italic;
	margin-top: 15px;
}

/**************************
**     Baustelle         **
**************************/

#internet_baustelle
{
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 145px;
	height: 410px;
}

.baustelle
{
	font-size: 1.0em;
	line-height: 1.5px;
	padding: 10px;
	
}
.baustelle a
{
	padding-top: 10px;
	text-decoration: none;
	color: #FFcc00;
}




/*'object' - 'tag' bei nichtanzeige im IE Browser zu öffnen*/
.extern_browser
{
	height: 350px;
	padding: 25px;
	margin-top: 75px;
	line-height: 1.5em;
	font-size:16px;
}


.klick
{
	text-decoration: none;
	color: #FFcc00;
	font-size: 18px;
	font-weight: bold;
}
	
.neues_fenster a:hover,
.neues_fenster a:focus
{
	color: #F30;
	
}

/**************************
**     über uns         **
**************************/
table
{
	padding: 10px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #cfc;
	color: #000099;
	border-top-right-radius: 0px; 
	border-bottom-right-radius: 20px; 
	border-bottom-left-radius: 80px; 
	border-top-left-radius: 0px; 
	-moz-border-radius-topright: 0px; 
	-moz-border-radius-bottomright: 20px; 
	-moz-border-radius-bottomleft: 80px; 
	-moz-border-radius-topleft: 0px; 
	-webkit-border-top-right-radius: 0px; 
	-webkit-border-bottom-right-radius: 20px; 
	-webkit-border-bottom-left-radius: 80px; 
	-webkit-border-top-left-radius: 0px;

}

caption
{
	border: none;
	border-collapse: collapse;
	padding: .8em .5em .5em .5em;
	background-color: #cfc;
	color: #000099;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	border-top-right-radius: 100px; 
	border-bottom-right-radius: 0px; 
	border-bottom-left-radius: 0px; 
	border-top-left-radius: 30px; 
	-moz-border-radius-topright: 100px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-topleft: 30px; 
	-webkit-border-top-right-radius: 100px; 
	-webkit-border-bottom-right-radius: 0px; 
	-webkit-border-bottom-left-radius: 0px; 
	-webkit-border-top-left-radius: 30px;
}
tfoot
{
	text-align: right;
	padding-right: 30px;
	font-size: 85%;

}
tbody
{
	padding: 8px;
	border-bottom: solid 1px #000099;
}

thead
{
	padding: 8px;
}

.zeit,
.align
{
	padding: 0.2em 0.4em 0.2em 0.4em;
	text-align: center;
}


#unser_buero
{
	float: left;
	margin-top: 75px;
	margin-left: -100px;
	padding: 15px;
}

.bild_wir
{
	float: right;
	margin-right: 20px;
}
.wer
{
	list-style-type: none;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
}


.wir_name
{
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 1em;
}

.wir_hervorgehoben
{
	font-style: normal;
	font-weight: bold;
	padding-top: 0.1em;
	padding-bottom: 0.2em;
	
}

.reiseunternehmen
{
	font-size: 80%;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.wer .abstand
{
	margin-bottom: 0.6em;
}

/**************************
**     allgemein         **
**************************/
h2
{
	font-size: 1.4em;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFF;
	letter-spacing: 2px;
}

h3
{
	font-size: 1.3em;
	padding: 15px 15px 15px 0px;
	margin: 20px;
}
h4
{	font-size: 1.2em;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 75px;
}

em
{
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

address 
{
	color: #FFcc00;
	text-align: center;
	font-size: 1.2em;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5;
	font-family: 'Averia Libre', cursive, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.bild_nach_rechts
{
	float: right;
	margin-top: 50px;
	margin-right: 50px;
	
}
.liste
{
	padding: 25px 0;
	font-size: 16px;
	list-style-type: none;
}

.klick_link a:hover,
.klick_link a:focus
{
	color: #F30;
	
}


.liste li
{
	line-height: 1.2em;
	
}

.text-size
{
	font-size: 18px;
	font-weight: bold;
	
}
.klick_impressum
{
	text-decoration: none;
	color: #FFcc00;
	font-weight: bold;
}
.abstand_nach_unten
{
	padding-bottom: 8px;
}

/**************************
**     kontaktiert         **
**************************/

.kontaktiert-ende
{
	padding-top: 15px;
	margin-bottom: 100px;
}
	
.slogan_kontaktiert
{
	font-family: 'Permanent Marker', cursive, Arial, Helvetica, sans-serif;
	color: #339900;
	font-size: 2em;
	text-align: right;
	margin-left: 10px;
	margin-bottom: 8px;

}
	

