/* ------ START CSS FILE ------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ------ this global file defines colors and fontstyles ----------- */
/* ------ for all content files ------------------------------------ */
/* ----------------------------------------------------------------- */



/* ------ GLOBAL MARGIN, PADDING AND FONT -------------------------- */

* {
	margin: 0px;
	padding: 0px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}


/* ------ INTRO ---------------------------------------------------- */

body.intro {
	background-color: #630837;
	font-size: 100.01%;
	color: #ffffff;
}

#intromain {
	text-align: center;
	padding: 80px 0 60px 0;
	background-color: #760941;
}

#introborder {
	margin: auto;
  	width: 766px;     /* Version 5.x */
  	w\idth: 760px;    /* Version 6 */
	border: 3px solid #ffffff;
}

#introbottommain {
	padding: 0;
	width: 100%;

	background: url("../_pics/bg_bottom_left.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #630837;
}

#introbottommiddle {
	margin: auto;
	width: 760px;

	background: url("../_pics/bg_bottom.gif");
	background-repeat: no-repeat;
	background-position: left top;
}




/* ------ BODY ----------------------------------------------------- */

body {
	background-color: #760941;
	font-size: 100.01%;
	color: #ffffff;
}


/* ------ LAYOUT STYLES -------------------------------------------- */

#topmain {
	width: 100%;

	background: url("../_pics/bg_top_left.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#topmiddle {
	margin: auto;
	width: 760px;
	padding-top: 29px;

	background: url("../_pics/bg_top.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

#headmain {
	width: 100%;
	background-color: #932d61;
}

#headmiddle {
	margin: auto;
	width: 760px;
	height: 80px;

	background: url("../_pics/bg_head.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#contentmain {
	margin: auto;
	width: 760px;
	position: relative;
}

#bottommain {
	padding: 0 0 80px 0;
	width: 100%;

	background: url("../_pics/bg_bottom_left.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #630837;
}

#bottommiddle {
	margin: auto;
	width: 760px;

	background: url("../_pics/bg_bottom.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.floatholder {
	width: 753px;
	margin: 0 0 0 7px;
}

.float1one {
	float: left;
	width: 490px;
	margin: 0 30px 0 0;
	background-color: black;
}

.float1two {
	float: left;
	width: 230px;
	margin: 0;
	background-color: black;
}

.float2one {
	float: left;
	width: 230px;
	margin: 0 30px 0 0;
}

.float2two {
	float: left;
	width: 490px;
	margin: 0;
}

.float3one {
	float: left;
	width: 230px;
	margin: 0 30px 0 0;
}

.float3two {
	float: left;
	width: 230px;
	margin: 0 30px 0 0;
}

.float3three {
	float: left;
	width: 230px;
	margin: 0;
}

.floatcleaner {
	clear: both;
	padding: 0 0 50px 0;
}


/* ------ MENU STYLES ---------------------------------------------- */

#mainmenu {
	margin: 0 0 0 179px;
	padding: 8px 0 8px 0;
}

#mainmenu li {
	list-style: none;
	display: inline;
}

#mainmenu a {
	padding: 8px;
	border-left: 1px solid #932d61;

	font-size: 83%;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ffffff;
}

#mainmenu a:hover {
	background-color: #630837;
}

#submenu {
	margin: 0 0 20px 0;
	padding: 8px 0 8px 0;
}

#submenu li {
	list-style: none;
	display: inline;
}

#submenu a {
	padding: 8px;
	border-left: 1px solid #932d61;

	font-size: 70%;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ffffff;
}

#submenu a:hover {
	background-color: #630837;
}

a.stay {
	background-color: #ff00cc;
}

a.endmenu {
	border-right: 1px solid #932d61;
}

a.stayendmenu {
	background-color: #ff00cc;
	border-right: 1px solid #932d61;
}

#nomenu {
	height: 49px;
}

#infotext {
	font-size: 90%;
	line-height: 130%;
}


/* ------ FONT STYLES ---------------------------------------------- */

h1 {
	padding: 45px 0 0 0;
	font-weight: normal;
}

h2 {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 130%;
	color: #d079a5;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #932d61;
}

.h2title {
	clear: both;
	padding: 10px 0 20px 0;
}

.table_content_cleaner {
	clear: left;
}

.table_content {
	padding: 0 0 0 168px;
	width: 582px;
	float: left;
}

.table_content_left {
	width: 138px;
	text-align: right;
	float: left;
}

.table_content_right {
	margin: 0 0 0 30px;
	width: 580px;
	float: left;
}

h4 {
	display: inline;
	font-weight: normal;
}

p {
	margin: 0 0 5px 0;

	font-size: 70%;
	line-height: 160%;
}

.topspace {
	margin: 30px 0 5px 0;

	font-size: 70%;
	line-height: 160%;
}

p.lang {
	padding: 4px 0 0 633px;
	font-size: 70%;
	letter-spacing: 1px;
}

ul.list {
	margin: 0 0 0 15px;
	list-style-type: square;
}



/* ------ MISC STYLES ---------------------------------------------- */

.portrait {
	margin: 15px 0 0 0;
}



/* ------ IMG STYLES ----------------------------------------------- */

.image_border {
	border: 1px solid #ffffff;
}


/* ------ LINK STYLES ---------------------------------------------- */

a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ff00cc;
	text-decoration: none;
}

a.dotted:link, a.dotted:visited, a.dotted:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #FF00CC;
}

a.dotted:hover {
	color: #ff00cc;
	border-bottom: none;
}



/* ------ FORM STYLES ---------------------------------------------- */





/* ------ END CSS FILE --------------------------------------------- */
