/*
Theme Name:     far_2008
Theme URI:      http://www.ferien-auf-ruegen.de
Description:    wp-theme 2008
Version:        1.0
Author:         Frank Winter
Author URI:     http://www.frankwinter.com
*/

/* Externe Dateien einbinden */

@import url(style_header.css);
@import url(style_mainmenu.css);
@import url(style_content.css);
@import url(style_sidebar.css);
@import url(style_footer.css);
@import url(style_comments.css);
@import url(style_nggallery.css);
@import url(style_inselwetter.css);
@import url(style_fewoplus.css);



/* Allgemeine Einstellungen */

* {
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 1.0em;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.clear {
    clear: both;
}

img {
    border: 0px;
}

input, button {
	overflow: visible;
	padding: 1px;
}

/* Layout-Bereiche */

body {
    background: url(body_background.png) repeat-x top left #fff;
}

#page {
    position: relative;
    margin: auto;
    padding: 0px 50px 0px 51px;
    width: 799px;
    background: url(page_background.png) repeat-x top left #fff;
}

#header {
    position: relative;
    height: 220px;
    background: url(headerbild.jpg) no-repeat #fff;
}

#mainarea {
    position: relative;
    padding: 20px;
    background: url(mainarea_background.png) repeat-x top left #fff;
}

#content {
    position: relative;
    width: 480px;
    float: left;
}

#sidebar {
    position: relative;
    float: right;
    width: 240px;
}

#footer {
    position: relative;
    margin-top: 20px;
    padding: 95px 20px 15px 20px;
    height: 40px;
    background: url(footer_background.jpg) no-repeat top right;
    line-height: 1.2em;
    font-size: 12px;
    color: #666;
    text-align: right;   
}

/* Fonts */

@font-face {
    font-family: YanoneBold;
    src: url('fonts/yanone/YanoneKaffeesatz-Bold.otf') format("opentype");
    font-style: italic;
}
