
* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center; font-size:10pt;
}

div#container
	{
		margin:0 auto 0 auto;
		width:960px;
		text-align: left;
	}

div#LogoBox
	{
		position: absolute;
		width:960px;
		height:108px;
		top:0px;
		}
div#Navigation
	{
		position: absolute;
		width:960px;
		height:31px;
		background-image:url(../img/bg_nav.jpg);
		background-repeat: repeat-x;
		top:108px;
		}
div#MainContainer
	{
		position: absolute;
		width:960px;
		top:139px;
		}
div#Titlebar
	{
		width:785px;
		height:42px;
		background-image:url(../img/title_balk.jpg); background-repeat:no-repeat;
		text-align:left;
		color:#FFF;
		font-size:16pt;
		}


div#visfoto
	{
		width:413px;
		text-align:left;
		margin-left:30px;
		float:left;
		}
p {padding-bottom:17px;}

		
div#vistv
	{
		width:287px;
		text-align:left;
		margin-left:30px;
		float:left;
		}
a:link    {color: #195da8; text-decoration:none; font-weight:bold; }
a:visited {color: #195da8; text-decoration:none; font-weight:bold;}
a:hover  {color: #195da8;  text-decoration:underline; font-weight:bold;}

.userTxt
	{font-size:8pt; font-weight:bold; color:#2560a3;}
.kopTxt
	{font-size:12pt; font-weight:bold; color:#2560a3;}
.reactTxt
	{font-size:10pt;}
