/*
-------------------------------------------------
 BODY
-------------------------------------------------
*/

body, html {
		font-family: verdana;
		font-size: 10px;
		background-color: #CECECE;
		color: #000;
		height:	100%;
		margin: 0;
		padding: 0;		


}

		a:link {color:#fff; text-decoration: none; }
		a:hover {color:#fff; text-decoration: none; }
		a:visited {color:#fff; text-decoration: none; }
		a:active {color:#fff; text-decoration: none; }

/*
-------------------------------------------------
 HEADLINE TAGS
-------------------------------------------------
*/


/*
-------------------------------------------------
 UL / LI TAGS
-------------------------------------------------
*/


/*
-------------------------------------------------
 INPUT, SELECT, TEXTAREA
-------------------------------------------------
*/
INPUT, SELECT, TEXTAREA {

		font-family: Verdana;
		font-size: 10px;
		border-width: 1px;
		background-color: #790000;
		border: #fff 1px solid;
		color: #fff;
}



/*
-------------------------------------------------
 ROOT
-------------------------------------------------
*/

#main {
		width: 400px;
		border: solid 2px #000;
		background: #990000;
		line-height: 15px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 100px;
		padding: 5px;
}


/*
-------------------------------------------------
 MENY - DESIGN
-------------------------------------------------
*/



/*
-------------------------------------------------
 GB / NEWS - DESIGN
-------------------------------------------------
*/


/*
-------------------------------------------------
 TEXT - DESIGN
-------------------------------------------------
*/

#rubrik {
		font-family: Arial Black;
		font-size: 13pt;
		color: #fff;
		width: 100%;
		height: 18px;
		background: #cecece;
		border: solid 1px #000;
}

#urubrik {
		font-family: Arial Black;
		font-size: 8pt;
		color: #fff;
}

p {
		font-family: verdana;
		font-size: 10px;
		color: #000;
		line-height: 15px;
}