/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas
Version: 1.0 (July 25, 2005)
Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: gray;
}
#wrap {
background: white;
color: #000000;
margin: 0 auto;
width: 760px;
}
#header {
clear: both;
margin: 0px 0 0 0;
padding: 10px 0 0 0;
height: 180px;
background: #abcdef;
background: white;
}
#header h1 {
width: 350px;
margin: 20px 0 0 0;
padding: 0 0 0 20px;
color: red
}
#header p {
width: 500px;
color: #666666;
margin: 0 0 10px 0;
font-size: 0.95em;
line-height: 1.2em
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em
}
#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em
}	
#avmenu li {
margin-bottom: 4px
}
#avmenu li a {
font-weight: bold;
height: 30px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc
}	
#avmenu li a:hover {
background: pink;
color: red;
border-left: 4px solid red
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1em;
line-height: 1.4em
}
#extras p {
margin: 0 0 1.5em 0
}
#extras a {
color: red;
background: #f4f4f4;
line-height: 1.8em
}	

#content {
margin: 0 110px 20px 160px;
border-left: 3px solid #f0f0f0;
border-right: 3px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left
}
#content h2 {
font-size: 1.5em;
margin: 0 0 2px 0;
line-height: 1em
}
#content p {
margin: 0 0 10px 0;
border: gray 0px dashed
}
#content img {
padding: 1px;
display:inline;
background: #ffffff;
border: 0px solid #f0f0f0
}

h3 {
font-size: 1.2em;
margin: 16px 0 2px 0;
line-height: 1em
}

hr {
margin: 0 0 0 0
}

a {
text-decoration: none;
color: #286ea0
}
a:hover {
text-decoration: underline;
color: #286ea0
}
a img {
border: 0
}

.bold {
font-weight: bold
}
.center {
text-align: center
}
.clrboth {
clear: both
}
.clrleft {
clear: left
}
.clrright {
clear: right
}
.col1alpha {
 border: black 0px dashed;
 padding: 10px 0 0 0;
 z-index: 1;
 left: 12px;
 width: 200px;
 float: left;
 top: 6px;
 background-color: #ffffff;
 voice-family: inherit
}
.footer {
font-size: 0.9em;
border: gray 2px dashed
}
.hide {
display: none
}
.hilite {
 background-color: yellow;
}
.italik {
 font-style: italic;
}
.left {
margin: 10px 10px 5px 0;
float: left
}
.more {
margin: 0 0 18px 0
}
.right {
margin: 10px 0 5px 10px;
float: right
}
.small {
font-size: 0.8em
}
.textright {
text-align: right
}

#jump_base {
  overflow-y:hidden;
  width: 200px;
  height: 100px;
  border: 2px dotted #000099;
  margin: auto;
  padding: 0 10px 0 10px;
  font-size: .9em;
  font-family: Verdana, Arial, sans-serif;
}

#jump_base a {
  color: #000099;
  background-color: inherit;
}

.news {
  background-color: #DDDDDD;
  color: inherit;
}


