/* CSS Document */

body {
	background-color:#a2b1ce;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	margin:0px;
}

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

form {
	margin:0px 0px 0px 0px;
	display:inline;
}

ul {
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 20px;
}
li {
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 20px;
}

a {
	text-decoration:none;
	color:#4d548b;
}
a:hover {
	text-decoration:underline;
	
}

/*--------------------------------------------------------------------------*/
/* Structure */
/*--------------------------------------------------------------------------*/
#structure {
	width:708px;
	height:100%;
}
#structure td.left {
	background-image:url(../images/structure_left.gif);
	background-repeat:repeat-y;
	width:4px;
}
#structure td.right {
	background-image:url(../images/structure_right.gif);
	background-repeat:repeat-y;
	width:4px;
}
#structure td.middle {
	background-color:#FFFFFF;
	vertical-align:top;
	width:700px;
}

/*--------------------------------------------------------------------------*/
/* Mainarea */
/*--------------------------------------------------------------------------*/
#mainarea {
	width:100%;
	height:100%;
}
#mainarea td.header{
	height:100px;
}
#mainarea td.navigation {
	color:#979bbd;
	background-image:url(../images/navigation_bg.gif);
	background-repeat:repeat-x;
	background-color:#d5d6e5;
	height:25px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
}
#mainarea td.navigation a, #mainarea td.menu a:hover, #mainarea td.menu a:visited {
	color:#555d96;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;	
}
#mainarea td.navigation a:hover {
	color:#000000;
}

#mainarea td.content{
	height:100%;
	vertical-align:top;
}
#mainarea td.footer {
	height:20px;
	width:100%;
	border-top-style: dotted;
	border-top-color:#cccccc;
	border-top-width:1px;
}
#mainarea td.footer td.leftFooter{
	height:20px;
	width:500px;
	font-size:9px;
	color:#666666;
	text-align:center;
	padding:3px 10px 3px 10px;
}
#mainarea td.footer td.rightFooter{
	height:20px;
	width:200px;
	/*
	background-image:url(../images/teasers_bg.gif);
	background-repeat:repeat-y;
	*/
	font-size:9px;
	color:#666666;
	padding:3px 10px 3px 10px;

}
#mainarea td.footer td.leftFooter a{
	font-size:9px;
}
#mainarea td.footer td.rightFooter a{
	font-size:9px;
}

/*--------------------------------------------------------------------------*/
/* PageLayout */
/*--------------------------------------------------------------------------*/
table.pageLayout {
	height:100%;
	width:100%;
}
table.pageLayout td.col {
	vertical-align:top;
}
table.pageLayout td.cola {
	vertical-align:top;
	height:100%;
	width:500px;
	padding:20px 10px 20px 10px;
}
table.pageLayout td.colb {
	vertical-align:top;
	width:200px;
}


h1 {
	clear:both;
	color:#555d96;
	font-size:18px;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	clear:both;
	color:#555d96;
	font-size:14px;
	margin-top:0px;/*15px*/
	margin-bottom:0px;
}
p {
	margin:3px 3px 3px 3px;
	text-align:justify;
}

/*hr {
	height:1px;
	width:100%;
	margin:0;
	padding:0;
	border:none;
	border-bottom:1px dotted #A5AEC5;
}*/

hr {
	border:none;
	padding:1px;
	background: url(../images/css-dot.gif) repeat-x bottom;
}

div.pagetext {	
	margin-top:0px;
	margin-bottom:15px;
}

div.pictureLeft {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
}
div.pictureRight {
	float:right;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}
div.pictureCenter {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}

div.teaser {
	background-color:#E6E7F0;
	border:1px dotted #A5AEC5;
	margin:10px;
	padding:3px;
	color:#4d558a;
	width:180px;
}
div.teaser div.pagetext{
	color:#333333;
	font-size:10px;
}

div.line {
	border-bottom:1px dotted #A5AEC5;
	clear:both;
}
div.linecontent {
	border-bottom:1px dotted #A5AEC5;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	clear:both;
}

table.contactForm {
	width:280px;
}

table.contactForm input, table.contactForm select, table.contactForm textarea{
	width:150px;
}

table.contactForm th{
	text-align:right;
	padding:3px;
}
table.contactForm td{
	padding:1px;
}






















