@charset "utf-8";

body {
	background-color:#0099df;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	top:0;
	margin-top:0;
	font-family:"Times New Roman";
	font-size:14px;
	behavior:url(htc/csshover.htc);
}

table{
	border-left-color:#FFF;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#FFF;
	border-right-style:solid;
	border-right-width:thin;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
	/* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');*/
}

.menu{
	width:200px;
	height:30px;
}

.menu a, a:visited{
	text-decoration:none;
	font-weight:bold;
	font-variant:small-caps;
	color:#FFF;
}

.menu a:hover{
	text-decoration:underline;
	font-weight:bold;
	font-variant:small-caps;
	color:#FFF;
}

.activemenu{
	width:200px;
	height:30px;
	font-weight:bold;
	font-variant:small-caps;
	background-image:url(images/a_link.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFF;
}

.reklam{
	width:200px;
	height:100%;
}

.main{
	width:600px;
	height:600px;
}

#text{
	width:560px;
	height:560px;
	padding:20px;
	background-color:#FFF;
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-khtml-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-khtml-border-bottom-left-radius:10px;
	behavior:url(htc/border-radius.htc);
}

.cim{
	font-size:18px;
	font-weight:bold;
}

.footer{
	background-image:url(images/footerbg.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	text-shadow:#000 -1px 1px 2px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	height:30px;
}

.header{
	background-image:url(images/header.png);
	background-position:center;
	background-repeat:no-repeat;
}
	

