/* Start of CMSMS style sheet 'Hof-Sophienthal Layout' */
/* Allgemein */

body {
	background: #0B4B14;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000;
        /* Fix for ClearType - IE only */
	filter: alpha(opacity=100);
   	opacity: 1.0;
	/* End Fix */
	}

* {
	margin:0;
	padding:0;
	}

img, a {
	border: 0;
	}

p {
	margin: 0 0 1.0em 0;
	}

a {
	text-decoration: underline;
	color: #000;
	}
	
a:hover {
	text-decoration: none;
	color: #18481F;
	}

/* Struktur */

#wrapper {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 930px; 
	height: 600px; 
	z-index: 0;
        margin: -300px 0px 0px -465px;
	vertical-align: middle; 
	text-align: left;
        padding: 0px;
	overflow: hidden;
	background-color: transparent !important;
	z-index: 0;
  	}

/* Kopfzeile */
	
#header {
	height: 115px;
        width: 930px;
	}

#header-left {
        position: relative;
        float: left;
	height: 115px;
        width: 495px;
	}
	
#header-middle {
        position: relative;
        float: left;
	height: 115px;
        width: 175px;
	}

#header-right {
        position: relative;
        float: left;
	height:115px;
        width: 260px;
        background:url(uploads/sophienthal/kopfzeile-rechts-hof-sophienthal.png) no-repeat;
	}

#slogan {
        margin: 30px 60px 0 0;
        font-size: 130%;
        color: #082C0B;
        text-align: center;
	}

/* Sidebar links */

#sidebar-left {
        float: left;
	width: 215px;
        height: 420px;
	background:url(uploads/sophienthal/layout-links-hof-sophienthal.png) no-repeat;
	}

#sidebar-left-top {
        height: 8px;
	background: url(uploads/sophienthal/sidebar-links-oben.png) no-repeat top left;
	}

#sidebar-left-bottom {
	height: 8px;
	background: url(uploads/sophienthal/sidebar-links-unten.png) no-repeat top left;
	}

#sidebar-left-dlg {
	padding: 10px 0 0 75px;

	}

/* Sidebar rechts */

#sidebar-right {
        float: right;
	width: 90px;
        height: 420px;
	background:url(uploads/sophienthal/layout-rechts-hof-sophienthal.png) no-repeat;
	}

#content {
	float: left;
	width: 625px;
        height: 420px;
        background:url(uploads/sophienthal/FFF0B8.png) repeat;
	}

#content-main {
	float: none;
	width: 625px;
	margin: 0;
	}

div.overflow {
	height: 420px;
	overflow: auto;
	padding: 0;
	position: relative;
	}

#box-overflow {
	padding-right: 10px;
	}

#footer {
	clear: both;
	height: 65px;
        width: 930px;
	background:url(uploads/sophienthal/layout-fusszeile-hof-sophienthal.png) no-repeat;
	}

#footer-text {
	padding-top: 35px;
	cursor: default;
	color: #082C0B;
	text-align: center;
        font-size: 90%;
	}
	
#footer-text a {
	color: #082C0B;
	text-decoration: underline;
	}
	
#footer-text a:hover {
	color: #082C0B;
	text-decoration: none;
	}


/* Content (2 Spalten, versetzt, mit Bildmaterial) */

/* row1 - Text links, Bild rechts */
#row1 {
	float: left;
	width: 590px;
        color: 000;
        text-align: justify;
        font-size: 1.0em;
        }

#row1 img {
	float: right;
        padding: 0 0 10px 25px;
        }

/* row2 - Text rechts, Bild links */
#row2 {
	float: left;
	width: 590px;
        color: 000;
        text-align: justify;
        font-size: 1.0em;
        }

#row2 img {
	float: left;
        padding: 0 25px 10px 0;
        }

/* divider - Trenner zwischen Abschnitten */
#divider {
	clear: both;
        height: 20px;
        }

/* Heading's */

h1 {
	font-size: 2.5em;
	font-weight: normal;
	cursor: default;
	letter-spacing:1px;
	color: #0B4B14;
	font-style: italic;
	}

h2 {
        margin-top: 5px;
	font-size: 1.2em;
	font-weight: 900;
	letter-spacing: 0px;
	color: #18481F;
	font-style: normal;
        border-bottom: 1px solid #18481F;
	}


/* Schaltflaechen Formular */

input[type="button"],input[type="submit"] {
	background-color: #E7EFBD;
	border: 0;
	padding: 0 5px 0 5px;
	cursor: pointer;
}

input[type="button"]:hover,input[type="submit"]:hover {
	background-color: #B1C736;
	border: 0;
	padding: 0 5px 0 5px;
	cursor: pointer;
}

.tabelle-preisliste {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12px;
       color: #000000;
       text-decoration: none;
       font-weight: bold
}

.tabelle-preisliste td {
       padding: 3px 0 3px 3px;
}
/* End of 'Hof-Sophienthal Layout' */

