/* ================================= */
/* ======= VTP CSS-Structure ======= */
/* ================================= */


#ahem {
	display: none;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 15px 20px 15px 20px;
	padding: 0px;
	background-color: #790F0F;
	/* background-color: #872711; */
	/* background-color: #5A2525; */
	/* background-color: #653939; */
}

#container {
	margin: 0px;
	padding: 0px;
	border: solid 2px #874C4C;
	background: #881111 url(../deco/columnbackground.gif) repeat-y right;
}

#header {
	clear: both;
	height: 143px;
	background-color: #FFFFFF;
	background-image: url(../deco/vtplogo_toppart_wide.gif);
	background-repeat: no-repeat;
	background-position: right;
	/* border-bottom: solid 4px #874C66; */
}

#leftcontent {
	float: left;
	width: 175px;
	/* height: 100%;
	background-image: url(../deco/background_left_education.jpg);
	background-repeat: no-repeat; */
}

#twocontents {
	margin: 0px;
	background-repeat: no-repeat;
}

#rightcontent {
	float: right;
	width: 275px;
}

#centercontent {
	margin-left: 177px;     /* = 175 + 2 (border) */
	margin-right: 277px;
}

#overlayobject {
	position: absolute;
	left: 5px;
	top: 100;
}


/* ========== the menus ========= */
/* ============================== */

#mainmenu {
	position: relative;
	top: 122px;
	/* left: 5px; */
	left: 175px;
	/* bottom: 15px; */
	text-align: left;
}

#submenu {
	position: relative;
	width: 133px;
	left: 1px;
	top: 82px;
	text-align: right;
	height: 84px;

}


/* ========== the announcements ========= */
/* ====================================== */

#announcements {
	position: relative;
	width: 145px;
	height: 400px;  /* Added by Mark Vanhommerig to box the announcements */
	left: 55px;
	top: 3px;     /* = 82 - 77 (logo height) */
	text-align: left;
}


/* ========== the main content ========= */
/* ===================================== */

#titlearea {
	height: 82px;
	width: 80%;
}

#maintext {
	width: 80%;
	padding-bottom: 1.3em;
	min-height: 800px;     /* = total height of about 800px; not interpreted by IE!! */
}

#maintext.short {
	min-height: 0px;
	padding-bottom: 250px;     /* use in pages with very short content (for mainmenu in damn IE!) */
}

#maintext.narrow {
	width: 60%;
}

#maintext.wide {
	width: 100%;
}

#maintext img {
	position: relative;
	margin-right: 7px;
	margin-bottom: 7px;
	/* padding: 0px; */
}


/* ========== style adjustments ========= */
/* ====================================== */

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

p.note {
	font-size: 0.7em;
	margin-top: 1.3em;
	/* margin-bottom: 1.3em; */
}

strong.vtp {
	font-weight: bold;
	text-transform: lowercase;
	/* font-variant: small-caps; */
}

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF8888;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

a:hover {
	/* color: #33CC33; */
	text-decoration: underline overline;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.6em;
	line-height: 2.3em;
	font-weight: bold;
	font-variant: small-caps;
	/* border-top: solid 5px #33CC33; */
	margin-top: 0px;
	margin-bottom: 0px;
}

h1.faded {
	color: #BF1717;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 1.3em;
	background-color: #790F0F;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	/* text-transform: uppercase; */
	margin-top: 0px;
	margin-bottom: 1.3em;
}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: small-caps;
	/* text-transform: uppercase; */
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0.7em;
	padding-left: 0.7em;
	list-style-type: square;
}

ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1.3em;
	padding-left: 1.3em;
}


/* ----- styles for the forms ----- */

form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	font-size: 0.8em;
	line-height: 1.3em;
}

input {
	background-color: #993333;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 200px;
	margin-left: 5px;
}

input:focus {
	background-color: #DDDDDD;
}

textarea {
	background-color: #993333;
	width: 200px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}

textarea:focus {
	background-color: #DDDDDD;
}


/* ----- styles for the announcements ----- */

#announcements {
	font-size: 90%;
}

#announcements h2 {
	background: none;
}


/* ----- styles for the mainmenu ----- */

#mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
}

#mainmenu li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#mainmenu li a {
	display: inline;
	padding: 0.1em 0.1em 0.1em 0.2em;
	margin-right: 0.1em;
	text-decoration: none;
	color: #881111;
	text-transform: lowercase;
	letter-spacing: 0.01em;
	font-weight: bold;
	background: #FFFFFF;
	/* background-color: #2D1212; */
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #FF8888 #881111 #770000 #881111;
}

#mainmenu li a:hover {
	background: #881111;
	color: #FFFFFF;
	border-width: 0px 1px 0px 1px;
	border-color: #5A253D #874C66 #876976 #5A253D;
	/* padding: 0.45em 0.4em 0.4em 0.85em; */     /* fakes a depressed button */
}

#mainmenu li span {
	display: none;     /* der open-on-hover-Effekt */
	margin-left: 0.8em;
}

#mainmenu li:hover span {
	/* display: block; */    /* der open-on-hover-Effekt */
}


/* ----- styles for the submenu ----- */

#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: normal;
	/* background-color: #FFFFFF;
	background-image: url(../deco/background_sub_education.jpg);
	background-repeat: no-repeat; */
}

#submenu li {
	margin: 0px;
}

#submenu li a {
	display: block;
	padding: 0.35em 0.5em 0.5em 0.75em;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: lowercase;
	letter-spacing: 2px;
	border-width: 1px 0.8em 1px 1px;
	border-style: solid;
	border-color: #874C4C #5A2525 #5A2525 #874C4C;
}
#submenu li a {
	width: 99%;     /* for IE to counter a width-bug in the link-area */
}
html>body #submenu li a {
	width: auto;     /* counter the counter-measure for all standard browsers (non-IE) */
}

#submenu li a:hover {
	background-color: #790F0F;
	border-color: #5A2525 #874C4C #874C4C #5A2525;
	padding: 0.45em 0.4em 0.4em 0.85em;     /* fakes a depressed button */
}
