/* 
	Dateinname: layout.css
	Autor:		Felix Kiefer
	eMail:		felix_kiefer@web.de
	url:		www.felixkiefer.de
	
	SiteInfo
	url:		www.happy-kreuzfahrten.de
	Inhaber:	Jörg Heinrich
	
	Datum:		12.08.2006
	last upd:	12.08.2006
*/

/* Main-Layout */

.webbody
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #EDEBDC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* Box-Layout */

#AllInOne
{
	width: 1052px;
	/*float: left;*/
	background-color: #550000;
}

#logoheader
{
	width: 1024px;
	height: 77px;
	background-image: url(../images/header.gif);
}

#flashheader
{
	width: 1024px;
	height: 100px;
	background-color: #550000;
	background-image: url(../images/headbg.jpg);
}

#topnavbox
{
	width: 1024px;
	height: 20px;
	background-color: #A29B58;
	/*background-image: url(../images/topnav_bg.gif);
	background-repeat: no-repeat;*/
}

#contentspacer
{
	border-top: 1px solid #550000;
	width: 1024px;
	height: 25px;
	background-image: url(../images/hnavfree.gif);
}


#bottomspacer
{
	width: 1024px;
	height: 25px;
	background-image: url(../images/bottomend.gif);
	float: left;
	margin-top: 0px;
}
/* 3-Spaltigkeit */

#leftcontent
{
	width: 180px; /* 180 , 577*/
	height: auto;
	float: left;
	background-color: #550000;
	margin: 0px;
}
#leftnav
{
	width: 170px; /* 170 */
	margin-top: 10px;
	background-color: #550000;
}

#navhead
{
	border-top: 2px solid #c2a44a;
	border-bottom: 2px solid #c2a44a;
	margin: 0px;
	padding: 0px;
}
#partnav
{
	width: 170px;
	margin-top: 25px;
	float: left;
	background-color: #0e3d84;
	text-align: center;
	border-top: 1px solid #c2a44a;
	border-bottom: 1px solid #c2a44a;
}

#maincontent
{
	width: 1024px;
	background-image: url(../images/textbg.gif);
	height: auto;
	margin-top: 0px;
	float: left;
}

#textbox
{
	width: 700px;
	height: auto;
	text-align: center;
	color: #000033;
	background-color: #EDEBDC;
	float: left;
	margin-left: 50px;
	padding: 25px 25px 25px 25px;
}
#textbox2
{
	width: auto;
	height: auto;
	text-align: center;
	color: #000033;
	float: left;
	margin-left: 50px;
}

#picbox
{
	width: 600px;
	height: 169px;
	background-image: url(../images/cpic.gif);
	background-repeat: no-repeat;
	float: right;
}
/* Top Navigation */

ul#topnav 
{
    margin: 0; 
	padding-top: 0px;
	padding-left: 0px;
    text-align: right;
}
ul#topnav li 
{
    list-style: none;
    display: inline;
    margin: 0; 
	padding: 0;
}

ul#topnav a
{
    padding: 0em 1em;
    text-decoration: none; ;
}

* html ul#topnav a
{
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
	
}


ul#topnav a:hover
{
	background-color: #0e3d84;
}


/* Linke Navigation */

ul#leftnav
{
    margin: 0; 
	padding-top: 3px;
	padding-left: 0px;
    text-align: right;

}

ul#leftnav li
{
	list-style: none;
	list-style-position: outside;
    margin-top: 5px; 
	padding: 0;
}

ul#leftnav a
{
    padding: 0.2em;
    text-decoration: none; ;
}

* html ul#leftnav a
{
    width: 16.6em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
* html ul#leftnav {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
}

ul#leftnav a:hover
{
	background-color: #ffffff;
}



/* Partner Navigation */

ul#leftnav2
{
    margin: 0; 
	padding-top: 3px;
	padding-left: 10px;
    text-align: right;
}

ul#leftnav2 li
{
	list-style: none;
    margin-top: 5px; 
	padding: 0;
}

ul#leftnav2 a
{
    padding: 0.2em;
    text-decoration: none; 
}

* html ul#leftnav2 a
{
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}

#contentpic
{
	width: 228px;
	height: 246px;
	float: left;
	background-repeat: no-repeat;
	margin-left: 70px;
	padding-bottom: 100px;
}