body {
	background-color: #573E16;
	font-family: Georgia;
}

input, textarea {
	border: 1px solid black; 
	font-family: Georgia;
}


#mainContainer {
	background-image: url('/images/top_logo_02.jpg');
	width: 915px;
	border-right: #000000 solid 1px;
	margin: 0 auto;
}
#logoContainer{
	background-image: url('/images/top_logo_01.png');
	height: 295px;
	width: 100%;
}

#languageContainer {
	width:200px;
	height: 20px;
	margin-left: 600px;
	float: right;
}

#menuContainer {
	width: 550px;
	height: 30px;
	margin-top: 16px;
	float: right;
}

#leftContainer {
	float: left;
	width: 240px;
	padding-left: 35px;
	padding-top: 5px;
}

#contentContainer{
	width: 604px;
	margin-left: 275px;
	height: 100%;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid black;
}

#footer {
	color: #006633;
	margin: 0 0 0 20px;
	padding: 5px 5px;
	background-color: #EBDFB5;
	font-family: Georgia;
	font-size: 13px;
	width: 885px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	text-align: center;
}

 /* NOTE til mig selv: Ikke nødvendigvis en overskrift, men det primære INDHOLD, dvs
 at det er her vi skal have det vigtigste indhold, dét med alle de gode ord.*/
	
h1 {
	border-color: #660000;
	border-color: #660000;
	border-style: solid;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	float: left;
	font-family: Georgia;
	font-size: 17px;
	font-weight: bold;
	margin: 5px 15px 15px 0px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	width: 180px;
}

.generelTitle {
	font-family: Georgia;
	font-size: 22px;
	font-weight: bolder;
}

.generelText {
	font-family: Georgia;
	font-size: 15px;
	line-height: 150%;
	text-align: justify;
}


#menuContainer a {
	font-family: Georgia;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menuContainer a:visited {
	font-family: Georgia;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menuContainer a:hover {
	font-family: Georgia;
	font-size: 17px;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}

#menuContainer a:active {
	font-family: Georgia;
	font-size: 17px;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}

a:link
{
color: #006600;
text-decoration: underline;
font-family: Georgia;
}

a:visited
{
color: #006600;
text-decoration: underline;
font-family: Georgia;
}

a:hover
{
color: black;
text-decoration: underline;
font-family: Georgia;
}

a:active
{
color: #006600;
text-decoration: underline;
font-family: Georgia;
}

.rodsList a {
	font-family: Georgia;
	font-size: 15px;
	text-decoration: none;
	color: #000000;
	line-height: 130%;
}

.rodsList a:hover {
	font-family: Georgia;
	font-size: 15px;
	text-decoration: underline;
	color: #006600;
	line-height: 130%;
}


a.series {
	color: red;
	text-decoration: none;
	font-style: italic;
}

a.series:visited {
	color: red;
	text-decoration: none;
	font-style: italic;
}

a.series:hover {
	color: red;
	text-decoration: none;
	font-style: italic;
}


a.black:link {
	color: black;
	text-decoration: none;
	font-style: italic;
}

a.black:visited {
	color: black;
	text-decoration: none;
	font-style: italic;
}

.PopBoxImageSmall {
	border: 1px solid black;
	cursor: url("images/popbox/magplus.cur"), pointer;
}

.PopBoxImageLarge {
	border: 2px solid black;
	cursor: url("images/popbox/magminus.cur"), pointer;
}

.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
