body {
margin: 0;
padding: 0 0 0 17px;
background:#A8A7A8;
font-size:10pt;
font-family:Arial, Verdana,Sans-serif;
color:#2b2e33;
}
.postmetadata
{
border:1px solid #E0444F;
padding:5px;
background-color:#D4D4D4;
}
#wrapper {
width: 980px;
margin: auto;
padding: auto;
text-align: left;
}

img {
border: 1;
margin-right:10px;
margin-bottom:5px;
}

a:link {
color: #e0444f;
text-decoration: none;
}

a:visited {
color: #e0444f;
text-decoration: none;
}

a:active {
color: #e0444f;
}

a:hover {
color: #ff0000;
text-decoration: none;
}

.clear {
clear: both;
margin:0;
padding:0;
height: 0.1px;
}

#left {
float: left;
width: 780px;
margin: 0 18px 0 0;
padding: 0;
border-bottom: 2px solid #878484;
border-left: 2px solid #878484;
border-right: 2px solid #878484;
}

#left-main {
float: left;
width: 744px;
margin: 0;
padding: 0 18px;
background: #f2f0e4 url(http://www.ruegen.com/img/left-main.gif) top left repeat-x;
}

#left-main h1 {
width: 744px;
margin: 0;
padding: 0;
color: #000;
font-size: 20px;
}

#bottom {
float: left;
width: 786px;
height: 15px;
margin: 0;
padding: 15px 0 20px 0;
overflow: hidden;
text-align: center;
}

input.button {
background: url(http://www.ruegen.com/img/kontakt.gif) top left no-repeat;
width: 83px;
height: 10px;
margin: 0;
padding: 0;
border: 0;
cursor: pointer;
}


#right {
float: right;
width: 176px;
margin: 0;
padding: 20px 0 0 0;
}

#right img {
float: left;
margin: 0 0 14px 0;
padding: 0;
display: block;
}

#header {
float: left;
width: 780px;
height: 79px;
margin: 0;
padding: 0;
background: url(http://www.ruegen.com/img/header-background.gif) top left repeat-x;
}

.logo {
float: left;
margin: 0 0 0 20px;
}

#banner {
float: right;
width: 468px;
height: 60px;
margin: 10px 18px 0 0;
padding: 0;
}

#menu {
margin: 0;
padding: 15px 0 0 0;
height: 45px;
background: url(http://www.ruegen.com/img/menu.gif) top left no-repeat;
}

#menu ul {
margin: 0;
padding-left: 0;
float: left;
font-weight: bold;
width: 744px;
}

* html #menu ul { /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#menu ul li {
display: inline;
}


#menu ul li a {
float: left;
color: 2b2e33;
font-weight: bold;
padding: 2px 0 4px 0;
text-decoration: none;
text-align: center;
width: 93px;
}

#menu ul li a:hover {
color: black;
padding-bottom: 0;
}

#menu a:link,
#menu_container a:link {
color: #2b2e33;
text-decoration: none;
}

#menu a:visited,
#menu_container a:visited {
color: #2b2e33;
text-decoration: none;
}

#menu a:active,
#menu_container a:active {
color: #2b2e33;
}

#menu a:hover,
#menu_container a:hover {
color: #000;
text-decoration: none;
}

#footer {
float: left;
width: 780px;
height: 50px;
line-height: 50px;
margin: 0;
padding: 0;
background: #f2f0e4 url(http://www.ruegen.com/img/footer.gif) top left repeat-x;
text-align: center;
color: #99999b;
font-size: 11px;
border-top: 20px solid #F2F0E4;
}

#footer a:link {
color: #99999b;
text-decoration: underline;
}

#footer a:visited {
color: #99999b;
text-decoration: underline;
}

#footer a:active {
color: #99999b;
}

#footer a:hover {
color: #99999b;
text-decoration: none;
}




#menu_container {
margin: 0;
padding: 15px 0 0 0;
height: 45px;
background: url(http://www.ruegen.com/img/menu.gif) top left no-repeat;
}



#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none; text-align: center;}


#pmenu a, #pmenu a:visited {display:block;width:93px; font-size:13px; height:25px; line-height:24px;}

#menu_container ul li a {
color: 2b2e33;
font-weight: bold;
}



/* Set up the list items */
#pmenu li {float:left;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {color:#000;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:0px; padding:0 0 0 5px; background: #D9A89A; width:120px; text-align: left;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:0px; top:24px;}

/* get rid of the table */

#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; color:#000;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {color:#000;}



/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:0; background:#D9A89A url(transparent.gif); text-align: left;}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:0; top:24px; lef\t:0; to\p:25px;
}

.links {
text-align: center;
margin: 0;
padding: 0;
}

.right {
float: right;
padding: 0;
margin: 0 0 3px 10px;
border: 5px solid #a4a29c;
}

.left {
float: left;
padding: 0;
margin: 0 10px 3px 0;
border: 5px solid #a4a29c;
}

.site-main {
float: left;
width: 230px;
padding: 0;
margin: 0 27px 0 0;
}

.site-main2 {
float: left;
width: 230px;
padding: 0;
margin: 0;
}

.site-main img,
.site-main2 img {
padding: 0;
margin: 0 0px 5px 0;
border:3px solid #a4a29c;
}

.divi {
float: left;
width: 744px;
padding: 0;
margin: 0;
}