/* -------------------------------------------------- */
/* TK 2008 CSS Layout
/* General Layout
/* visaplan GmbH - www.visaplan.com
/* -------------------------------------------------- */
/* change log
/* SI 24.09.2008 added page element
/* SI 29.09.2008 cleanup
/* -------------------------------------------------- */


/* body and page .............................. */

body {
	background-color:#ffffff;
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Helvetica, SansSerif;
	font-size: 11px;
	color: black;
}

#wrapper-page {
	margin:0;
	text-align:center; /* Hack for IE5/Win  */
}

#page {
	width:740px;
	margin:0 auto; /* right and left margin widths set to auto for centering */
	text-align:left; /* counteract to IE5/Win Hack */
}


/* menu .............................. */

ul.topmenu {
	margin:0;
	padding:0;
	height:20px;
}

ul.topmenu li {
	list-style-type:none;
	margin:0;
	float:left;
	white-space:nowrap;
	line-height:20px;
}

ul.topmenu li a {
	font-size: 10px;
	color: #888;
	padding:0 1em;
}

ul.topmenu li a:hover {
	color: #003466;
}

#mainmenu {
	background-color:#003466;
	height:24px;
}

#mainmenu .flags {
	float:right;
	margin:5px 10px 0 0;
}

#mainmenu .flags img {
	margin-left:8px;
}

ul.menu {
	margin:0;
	padding:0;
	height:24px;
}

ul.menu li {
	list-style-type:none;
	margin:0;
	float:left;
	white-space:nowrap;
	color:white;
	line-height:24px;
	font-weight: bold;
}

ul.menu li a {
	color:white;
	font-size: 12px;
	padding:0 1em;
}

ul.menu li a:hover {
}


/* typography .............................. */

p, td {
	font-size: 11px;
	color: black;
	line-height: 1.5em;
	margin: 1em 0 1em 0;
}

.textsmall_g {
	font-size: 10px;
	color: #666;
}

h1 {
	margin:20px 0 10px 0;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #4784c3;
}

h2 {
	margin:20px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #4784c3;
}


/* links .............................. */

a  {
	color: #4784c3;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

a img {
	border:none;
}


/* common .............................. */

.left  {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}


/* special .............................. */

th, div.blue {
	background-color:#003466;
}

table td.grey {
	background-color:#e4e4e4;
	padding: 0 20px;
}

.bottomborder {
	border-bottom:5px solid #003466;
}

.biglink {
	font-size: 18px;
}



