/* CSS Language Intercultural START */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #532c00;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	/*height: 100%;
	min-height: 100%;*/
}

body {
	margin-top: 15px;
	background: #fff8f1;
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}


/* Page Structure */

#page-area {
	width: 766px;
	margin: auto;
	text-align: left;
	padding-top: 110px;
}

#main-area {
	overflow: hidden;
}

#col-left {
	float: left;
	width: 351px;
}
#col-right {
	float: left;
	width: 415px;
}


/* Newsticker */

#newsticker {
	clear: both;
	padding-top: 35px;
	height: 20px;
}
#newsticker p {
	margin: 0 !important;
	font-size: 1.2em;
	font-weight: bold;
}
#newsticker a {
	text-decoration: none;
}
#newsticker a:hover {
	text-decoration: underline;
}


#footer {
}

#LOGO {
	padding-top: 87px;
}

h1 {
	color: #aa1f0f;
	font-size: 1.6em;
	padding-top: 30px;
	padding-left: 47px;
}


/* MAIN MAIN */

#MENU-START {
	padding-left: 47px;
	padding-top: 4px;
}

#MENU-START h2 {
	margin: 0;
	padding: 4px 0;
}
#MENU-START h2 a {
	font-size: 1.1em;
	padding-left: 15px;
	font-weight: bold;
	background-image: url(../pics/start_menu_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	text-decoration: none;
}
#MENU-START h2 a:hover {
	color: #aa7341;
}


/* Language MENU */
#MENU-LANG {
	text-align: right;
	border-top: 1px solid #532c00;
	padding-top: 8px;
	font-size: 1.1em;
}
#MENU-LANG a {
	text-decoration: none;
	padding: 0 3px;
}