body {
font-family: Arial,sans-serif;
color: #333333;
margin: 0px;
padding: 10px;
}

#intern_topnav {
position: absolute;
left: 20px;
top: 0;
padding: 0;
margin: 0;
width: 800px;
height: 200px;
min-height: 10px;
background-color: rgb(255,255,255);
background-image:url(../images/background_01.gif);
background-repeat: no-repeat;
}

#intern_menu {
position: absolute;
top: 100px;
left: 20px;
float: left;
padding: 10px 0 0 10px;
margin: 10,0,0,0px;
font-size: 0.8em;
min-width: 180px;
min-height: 500px;
background-color: rgb(255,255,255);
background-image:url(../images/background_02.gif);
background-repeat: no-repeat;
}

#intern_content {
position: absolute;
left: 200px;
top: 100px;
padding: 10px;
margin: 0px;
font-size: 0.8em;
min-height: 450px;
min-width: 650px;
background-color: rgb(255,255,255);
background-image:url(../images/background_03.gif);
background-repeat: no-repeat;
}

#categorybrowser {
position: absolute;
left: 200px;
top: 10px;
width: 250px;
font-size: 0.8em;
margin: 0;
padding: 0;
/* line-height: 20px; */
}

#filebrowser {
position: absolute;
left: 450px;
top: 10px;
font-size: 0.8em;
margin: 0;
padding: 0;
/* line-height: 20px; */
}

.filebrowsertable {
min-width: 350px;
}


.news {
width: 500px;
}

.news_info {
font-style: italic;
font-size: 0.8em;
color: rgb(100,100,100);
}

.userdetails {
min-width: 300px;
}

ul {
list-style: none;
padding: 0;
margin: 0;
}

h1 {
font-family: Verdana,Arial,sans-serif;
font-size: 120%;
color: #334d55;
margin: 0px;
padding: 0px;
}

tr, td {
border-style: solid;
border-width: 1px;
border-color: rgb(150,150,150);
}

a {
color: #0088AA;
text-decoration: none;
}

a:link {
color: #0088AA;
text-decoration: none;
}

a:visited {
color: #006699;
text-decoration: none;
}

a:hover {
color: #0088AA;
text-decoration: underline;
}

.boardsystem {
width: 600px;
}