/*
	#669966 mellem
	#003300 mørk
	#99CC99 lys
	#FEFEFE hvid agtig
*/

body
{
	margin: 0px;
	min-width: 768px;
	min-height: 512px;
}

/* generelle */

h1
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 1.3em;
}

h2
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 1.0em;
}



td
{
	font-family: Verdana, Arial, Sans Serif;
	font-size: 0.7em;
	vertical-align: top;
}

/* links */
a:link, a:hover, a:visited
{
	color: #003300;
	text-decoration: underline;
}

.oneline
{
	white-space: nowrap;
}

/* layout specific */


.main .content
{
	padding: 30px;
}

.main .lmenu
{
	width: 100px;
	padding: 8px;
	background-color: #CCCCCC;
	border-right: 1px dashed #003300;
	font-size: 0.7em;
}

.main .foot
{
	background-color: #669966;
	border-top: 1px solid #003300;
	text-align: center;
	height: 20px;
	font-size: 0.7em;
}

.main .logo
{
	height: 50px;
	background: url('../gfx/viplogo.gif');
	border-bottom: 1px solid #003300;
}

.main .head
{
	background-color: #669966;
	height: 50px;
	border-bottom: 1px solid #003300;
	text-align: right;
	vertical-align: bottom;
	color: #003300;
}

/* forside */

.obsbox
{
	border: 1px solid #003300;
	padding: 10px;
}

.newsbox
{
	border-right: 1px solid #003300;
	border-top: 1px solid #003300;
	border-bottom: 1px solid #003300;
	padding: 10px;
}

.articlebox
{
}

/* obs */

.obsVeryRear:link, .obsVeryRear:visited
{
	color: #C80000;
	font-weight: bold;
	text-decoration: none;
}

.obsVeryRear:hover 
{
	color: #C80000;
	font-weight: bold;
	text-decoration: underline;
}

.obsRear:link, .obsRear:visited
{
	color: #C80000;
	text-decoration: none;
}

.obsRear:hover
{
	color: #C80000;
	text-decoration: underline;
}


.obsFen:link, .obsFen:visited
{
	color: #009600;
	text-decoration: none;
}

.obsFen:hover
{
	color: #009600;
	text-decoration: underline;
}


.obsAmount:link, .obsAmount:visited
{
	color: #000096;
	text-decoration: none;
}

.obsAmount:hover
{
	color: #000096;
	text-decoration: underline;
}

/* errors */
.error
{
	color: #CC0000;
	font-weight: bold;
}
