/**
 * heidi-neururer.at
 * heidi-neururer.at.main.css
 * copyright 2009 by Dominik Huettner - d.huettner@gmail.com - huettnerdominik.at
 **/

body,
html {
	background-color: #FCF1DD;
	color: #03203D;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0;
	padding: 0;
}

/**
 * general link design
 */
a {
	color: #512800;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #03203D;
	text-decoration: underline;
}



/**
 * master table
 **/
table#master {
	border: none;
	height: 100%;
	overflow: visible;
	vertical-align: middle;
	width: 100%;
}

/**
 * main container
 **/
div#main {
	height: 625px;
	margin: 0 auto;
	width: 1251px;
}

/**
 * left container
 * menu, newsflash and submenu
 **/
div#left {
	float: left;
	height: 625px;
	width: 600px;
}

/**
 * parent for following three boxes
 **/
div#left div#leftBox {
	margin: 56px 0 0 62px;
	width: 523px;
}

div#left div#leftBox div#mainNavigation {
	float: left;
	width: 515px;
}

div#left div#leftBox div#mainNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#left div#leftBox div#mainNavigation ul li {
	float: left;
	margin-right: 5px;
}

div#left div#leftBox div#newsflash {
	float: left;
	margin-top: 10px;
	width: 520px;
}

div#left div#leftBox div#newsflash,
div#right div#rightBox {
	background-image: url(../images/misc/transparency.png);
}

/**
 * right container
 * primary content
 **/
div#right {
	background-image: url(../images/background/cRight.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 625px;
	width: 651px;
}

div#right div#rightBox {
	margin-top: 56px;
	width: 595px;
}

/**
 * the entire text
 **/
div#right div#rightBox div#content {
	max-height: 505px;
	overflow: auto;
	padding: 2px 2px 8px 2px;
}

div#right div#rightBox div#content h1 {
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}
