#body {
font-family: 'Georgia', Arial, Sans-Serif;
}

a {
text-decoration: none;
color: #999999;
}

#container {
margin: 60px;
margin-top: 25px;
margin-bottom: 25px;
}

table {
font-family: 'Georgia', Arial, Sans-Serif;
}

table tr {
vertical-align: top;

}

#menucontainer td {
vertical-align: top;
}

img {
border: 0px;
vertical-align: top;
text-align: left;
}

#menu {

	margin-left: 43%;
	top:35%;
	font-family: 'Georgia', Arial, Sans-Serif;
	font-size: 12px;
	position: absolute;

}


#menu td {
margin-top: 0px;
}


.logo{
	display: block;
	width: 92px;
	height: 72px;
	background: url('images/logojohan.png') no-repeat;
	margin-bottom: -10px;
}


.menulist {
list-style: none;
font-style: italic;
}

.menulistadmin {
list-style: none;
font-family: arial;
font-size: 13px;

}

.menulistadmin li a {
font-style: normal;
padding: 4px;
}

ul {
padding: 5px;
padding-left: 0px;
}

li {
padding-left:0px;
list-style: none;
padding-bottom: 5px;
font-style: italic;
}

li a {
text-decoration: none;
color: #000000;
}

li a:hover {
color: red;
}

.menulist li ,.menulistadmin li {
padding-bottom: 5px;
}

.menulist li a, .menulistadmin li a {
color: #000000;
text-decoration: none;
}

.menulist li a:hover {
color: #ff0000;
text-decoration: none;
}

.contenthead {
text-transform: capitalize;
text-transform: uppercase;
font-family: arial;
font-weight: bold;
font-size: 12px;
color: #333333;
}

.contenttext {
font-family: 'Georgia', Arial, Sans-Serif;
font-size: 12px;
color: #333333;
line-height: 1.4;
font-style: italic;
width: 250px;
top:0px;
}

.contenttext a {
color: #333333;
text-decoration: underline;
}

.contenttext a:hover {
color: #ff0000;
text-decoration: underline;
}

#prev {
position: absolute;
left: 20px;
top: 50%;
}

#next {
position: absolute;
right: 20px;
top: 50%;
}

input, textarea {
border: 1px solid #cccccc;
padding: 4px;
line-height: 1.5;
}

#savebutton {
background-color: #cccccc;
padding: 5px;
color: #000000;
text-decoration: none;
margin-right: 10px;
}

#savebutton a {
text-decoration: none;
color: #000000;
}

#savebutton a:hover {
background-color: #333333;
color: #ffffff;
}