/* CSS Document */

/* general information about fonts and stuff reagrding the whole page */
body, html {

	font-family:Verdana, Arial,Helvetica, sans-serif;
	font-size:12px;
	color:black;
	height:100%;
	padding:0px;
	margin:0px;

}

img {

	border:0px;

}

div.intro {
	
	width:970px;
	height:728px;
	z-index:1;
	overflow:auto;
	background-image:url(../images/intro/intro.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
	position:absolute;
	
	top:0px;
	left:0px;
	
	cursor:pointer;

}

div.layout {
	
	width:970px;
	height:728px;
	z-index:1;
	overflow:auto;
	background-image:url(../images/layout/layout.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
	position:absolute;
	
	top:0px;
	left:0px;


}


div.menu {

	float:left;
	padding:20px 30px 0px 75px;

}

.menuItem {

	background:url(../images/layout/menu_line.gif) no-repeat bottom;

	width:169px;
	height:17px;
	
	text-align:right;
	
	padding:22px 0px 0px 0px;
	
}

div.content {

	float:none;
	
	width:650px;
	height:320px;
	padding:35px 0px 0px 0px;
	overflow:hidden;

}

div.contentHeadline {

	background:url(../images/layout/content_line.gif) no-repeat bottom;
	
	width:580px;
	height:20px;
	
	font-size:16px;
	color:#907D4B;
	
	overflow:hidden;

}

div.contentItem {
	
	width:93%;
	height:100%;
	padding-right:10px;
	
	overflow:scroll;

}

div.bottom {

	width:100%;
	padding-top:45px;
	
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	line-height:30px;
	color:#333333;
	
	text-align:center;

}

ul {

	list-style-type:none;
	list-style-position:outside;

	padding:0px;
	margin:0px;
	
}


input {

	border:1px solid #939393;

}

fieldset {

	border:0px;

}

textarea {

	width:530px;
	height:100px;
	border:1px solid #939393;

}


/* links */
a:link		{ text-decoration:none; color:#465689; }
a:visited	{ text-decoration:none; color:#465689; }
a:active	{ text-decoration:none; color:#465689; }
a:hover		{ text-decoration:none; color:#000000; }
a:focus		{ text-decoration:none; color:#465689; }


a.select:link		{ text-decoration:none; color:#939393; }
a.select:visited	{ text-decoration:none; color:#939393; }
a.select:active		{ text-decoration:none; color:#939393; }
a.select:hover		{ text-decoration:none; color:#000000; }
a.select:focus		{ text-decoration:none; color:#939393; }
