/* 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: #f4f4f4 url(images/bg.gif) top center repeat-y;
}

#wrap {
    color: #303030;
    margin: 0 auto;
    width: 781px;
    background: #ffffff url(images/bgfoto.jpg) top center no-repeat;
}

#wrapx {
    color: #303030;
    margin: 0 auto;
    width: 781px;
}

#header {
    margin: 0 0 0 0;
    padding: 0;
    height: 100px;
}
#headerh1 {
    width: 235px;
    margin: 0 0 10px 0;
    float: left;
}
#headerp {
    width: 500px;
    float: right;
    text-align: center;
    color: #a0a0a0;
    margin: 0 0 10px 0;
    font-size: 0.8em;
    line-height: 1.2em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 142px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}


#avmenu td {
margin-bottom: 4px;
width: 142px;
height: 20px;
}

#avmenu td a {
font-weight: bold;
font-size: 1.2em;
text-decoration: none;
text-align; middle;
color: #ffffff;
display: block;
padding: 3px 6px 3px 10px;
border-left: 4px solid transparent;
}	
	
#avmenu td a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}


.announce {
border-top: 45px solid transparent;
margin: 10px 0 10px 0;
padding: 15px;
width: 120px;
background-color: #ffffff;
/* for IE */
filter:alpha(opacity=0);
/* CSS3 standard */
opacity:0.0;
line-height: 1.3em;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 10px 110px 20px 150px;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
    border-color: #f0f0f0;
    display: inline;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.meDrag
{
    background: #286ea0;
    color: #286ea0;
    width: 4px;
    height: 30px;
    border-right-style: solid;
    border-right-width: 15px;
    border-right-color: #f4f4f4;
    list-style-type: none;
}

.meEntry {
    width: 100%;
    color: #505050;
    background-color: #f4f4f4;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
    vertical-align: middle;
    list-style-type: none;
    height: 30px;
}

#reorderList li
{
    list-style-type: none;
}
.edHeader
{
    background-image: url('images/titel2.bmp');
    height: 30px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: medium;
    text-decoration: none;
}

