/*
multivitamedia.at CSS document
copyright by multivitamedia Markus Piribauer
*/

/*   Elements   */

body {
	margin: 10px 0px 3px 0px;
	font: 11px Verdana, Arial, sans-serif;
	text-align: left;
	background-color: #EEEEEE;
}

img {
	border: none;
}


/*   Classes   */

.textbold {
	font-weight: bold;
}

.textblock {
	text-align: justify;
}

.underline {
	text-decoration: underline;
}

.left {
	float: left;
}

a.menueitem {
	width: 176px;
	height: 23px;
	margin: 0px 0px 0px -10px;
	padding: 7px 0px 0px 0px;
	display: block;
	color: #fff;
	border-bottom: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7c9bb2;
}

a:hover.menueitem {
	color: #fff;
	background-color: #a1c6e0;
}

a.menueitemlast {
	width: 176px;
	height: 23px;
	margin: 0px 0px 0px -10px;
	padding: 7px 0px 0px 0px;
	display: block;
	color: #fff;
}

a:hover.menueitemlast {
	color: #fff;
	background-color: #a1c6e0;
}

.topic {
	font-weight: bold;
	font-size: 14px;
}


/*   IDs   */

#pagecontainer {
	width: 760px;
	margin: auto;
	background-color: #FFFFFF;
}

#imagecontainer {
	width: 760px;
	min-height: 130px;
	background-color: #FFFFFF;
}

#menuecontainer {
	width: 176px;
	min-height: 400px;
	text-align: center;
	float: left;
	background-color: #005b9e;
	border: 2px;
	border-color: #7c9bb2;
	border-style: solid;
}

#menuecontainer a {
	text-decoration: none;
}

#menucontainer a:hover {
	background-color: #E7F4FD;
}

#maincontainer {
	width: 760px;
	min-height: 400px;
}

#contentcontainer {
	width: 540px;
	min-height: 400px;
	padding: 30px 20px 30px 20px;
	float: left;
}

#bottomcontainer {
	width: 760px;
	margin: auto;
	padding: 5px 0px 0px 365px;
	font-size: 9px;
	clear: both;
}

#nav {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	list-style: none;
}