
body, table {
    background-color: #fff;
    font: 12px/14px Verdana, Arial, Sans-Serif;
    color: black;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #d4d5d2;
}


#container {
    padding-top: 20px;
    width: 760px;
    margin: 0px auto;
}

#header {
    padding: 0;
    color: #fff;
    background: #d4d5d2 url(top.png) top left no-repeat;
    height: 149px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
display: block;
position:static;

}

#header .text {
    position: relative;
    top: 75px;
    left: 20px;
    color: #fff;
    z-index:2;
    font-size: 30px;
    font-weight: bold;
}


#header .description {
    padding-top: 90px;
    padding-left: 40px;
}

#main_1 { min-width:155px; padding:10px; }
#bar1_1 { width:155px; min-width:155px; display:block; padding:10px; padding-left: 25px; display: block;}
#bar2_1 { width:155px; min-width:155px; display:block; padding:10px; padding-right: 25px; display: block;}

#main_2 { min-width:155px; padding:10px; padding-right: 25px;}
#bar1_2 { width:155px; min-width:155px; display:block; padding:10px; padding-left: 25px;}
#bar2_2 { width:0px; }

#main_3 { min-width:155px; padding:10px; padding-left: 25px;}
#bar1_3 { width:0px; }
#bar2_3 { width:155px; min-width:155px; display:block; padding:10px; padding-right: 25px;}

#main_4 { width:700px; padding:10px; padding-left: 25px;}
#bar1_4 { width:0px; }
#bar2_4 { width:0px; }

#footer {
    padding: 0px;
    background: #d4d5d2 url(bottom.png) top left no-repeat;
    height: 75px;
    /*
    min-height: 75px;
    max-height: 75px;
    */
    font-size: 10px;
    text-align: center;
}

#footer a {
    color: #fff;
}

#white {
        background: #fff url(bk.png) repeat-y;
        min-height: 34px;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
}

a {
    color: #555555;
    text-decoration: none;
    border-bottom: 1px dashed #555555;
}

a:hover {
    color: #b85b5a;
    border-bottom: 1px dashed #b85b5a;
}

/* Menus */
.menu {
    padding: 0;
    margin: 2px;
    margin-top: 0;
}

.menu li {
    list-style: none;
    margin: 0;
}

.menu a {
    width: 99.99%;
    /* extend the sensible area to the maximum with IE5 */
    display: block;
}
/* End Menus */

.blog-navigation {
    font-size: 80%;
    padding: 4px;
    display: block;
    height: 15px;
}

.blog-entry {
    padding-bottom: 5px;
    border-bottom: 1px solid #d4d5d2;
}


.blog-title {
    color: #555753;
    font-size: 130%;
    font-weight: bold;
}

.blog-title a {
    text-decoration: none;
    color: #555753;
    border: 0px;
}

.blog-title a:hover {
    color: #f90;
    border: 0px;
}

.blog-body {
    text-align: justify;
}

.blog-addinfo {
    text-align: right;
    font-size: 10px;
    color: #babdb6;
}

.blog-tb {
    border: 1px solid #d4d5d2;
    background: #fff;
    padding: 10px;
    font-size: x-small;
}


.chatbox {
}

.chatbox-entry {
    padding-bottom: 5px;
}


h1, h1 a {
    font-size: 16px;
    color: #b85b5a;
    font-weight: bold;
    text-decoration: none;
}

h2, h2 a {
    font-size: 16px;
    font-weight: bold;
    color: #d4d5d2;
    text-decoration: none;
}

h2 {
    border-bottom: 1px dotted #d4d5d2;
}

h3, h4, h3 a, h4 a {
    min-width: 150px;
    padding: 0px;
    color: #555555;
    padding: 4px 0px 4px 4px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 3px;
}

.borderimage {
    border: 1px solid #d4d5d2;
    padding: 4px;
}

.terminal
{
    margin: 15px;
    padding:15px;
    font-size: small;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background:darkslategray;
    border: solid 1px silver;
    line-height:110%;
    color:ghostwhite;
    width: 90%;
}

.code, .xml , .script
{
    margin: 15px;
    padding:15px;
    font-size: small;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background:whitesmoke;
    border: solid 1px silver;
    line-height:110%;
    color: #000dbd;
    width: 90%;
}

.keyword {
    color: #00a20b;
}

.comment {
    color:red;
}

.literal {
    color: purple;
}

.calendar {
    margin-top: 10px;
    padding: 2px;
    border: 1px solid #d4d5d2;
    width: 100%;
    text-align: center;
}

.calendar #cal-header {
    color: #fff;
    background: #d4d5d2;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}

.calendar #cal-header a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.calendar #cal-header #arrow-left {
    margin-left: 2px;
    float: left;
}

.calendar #cal-header #arrow-right {
    margin-right: 2px;
    float: right;
}

.calendar .weekday {
    color: #babdb6;
    background: #555555;
    font-size: 8px;
    padding: 2px;
}

.calendar .noday {
    color: #aaa;
    font-size: 8px;
    padding: 2px;
}

.calendar .noday a {
    color: #aaa;
    text-decoration: underline;
}

.calendar .day {
    color: #555753;
    font-size: 8px;
    padding: 2px;
}

.calendar .day a {
    color: #f6960b;
    text-decoration: underline;
}

.calendar .today {
    background-color: #f6960b;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    padding: 2px;
}

.calendar .today a {
    color: #fff;
    text-decoration: underline;
}

.calendar .selectedday {
    background-color: #eec;
    color: #663;
    font-weight: bold;
    font-size: 8px;
    padding: 2px;
}

.calendar .selectedday a {
    color: #663;
    text-decoration: underline;
}

.borderimage {
    border: 1px solid #d4d5d2;
    padding: 2px;
}

.filebrowser-location {
    border-bottom: 1px solid #d4d5d2;
    text-align: right;
    margin-bottom: 10px;
}

.filebrowser-item {
        float: left;
        width: 150px;
        text-align: center;
        font-size: x-small;
        padding-top: 0.5em;
        height: 90px;
}

.filebrowser-item a, .filebrowser-item a:hover {
    border: 0px;
}

.filebrowser-date {
        color: #d4d5d2;
}

.filebrowser-size {
        color: #babdb6;
}

input, button {
        background-color:#fff;
        color: #555;
        padding: 2px;
}

button, input[type="button"], input[type="submit"]  {
        background-color: #efefef;
        color: #888a85;
        border: 1px solid #babdb6;
        border-top: 1px solid #d3d7cf;
        border-left: 1px solid #d3d7cf;
        font-weight: bold;
        margin-left: 2px;
        margin-right: 2px;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover  {
        background-color: #d4d5d2;
        color: #fff;
}

button:active, input[type="button"]:active, input[type="submit"]:active {
        background-color: #fff;
        color: #555555;
        border: 1px solid #d4d5d2;
}

input[type="text"], input[type="password"], textarea {
        color: #555753;
        background-color: #fff;
        border: 1px solid #d3d7cf;
        border-top: 1px solid #babdb6;
        border-left: 1px solid #babdb6;
        padding:3px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus  {
        color: #555555;
        background-color: #fff;
        border: 1px solid #d4d5d2;
}

textarea {
        width: inherit;
}


#rss_time {
    border: 1px solid #5255a5;
    background: #d4d5d2;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
}

.tableform td {
    display: table-cell;
    vertical-align: top;
}

/* pager styling */
div.pager{
    font-size: .8em;
    text-align: right;
}
/* separator for pager links, you can use an image too */
.pager a:after {
    content: " | ";
    //background-image: url("yourimage");
}
/* no separator after last link */
.pager a.last:after {
    content: "";
}

/* Debug */
#debug-table {
    background-color: white;
    color: black;
    font-size: x-small;
}

#debug-table pre {
    font-size: small;
}

pre.var_dump {
    line-height:1.8em;
}

pre.var_dump span.type {
    color:#006600;
    background:transparent;
}

pre.var_dump span.value {
    padding:2px; color:#339900;
    background:#F0F0F0;
    border: 1px dashed #CCCCCC;
}
/* End Debug */

div#veranstaltungshinweise {
		display: block;
		width: 199px;
		height: 95px;
		position: absolute;
		text-align: right;
		margin-top: -104px;
		margin-left: 300px;
		border: 0px solid #ccc;

}
#veranstaltungshinweise ul li.veranstaltung-weinclub {
		display: block;
		width: 199px;
		height: 95px;
		background-image: url(http://www.viniculture.de/images/meet-the-winzers.gif);
	border: 0px solid #ccc;
}
#veranstaltungshinweise ul{
		padding: 0px;
		margin: 0px;
        	list-style-type: none;
	border: 0px solid #ccc;
}
#veranstaltungshinweise	ul li.veranstaltung-weinclub:hover {
		display: block;
		width: 199px;
		height: 95px;
		background-image: url(http://www.viniculture.de/images/meet-the-winzers.gif);
}

#veranstaltungshinweise a.no, a.no:link, a.no:acive, a.no:hover, a.no:visited, {
	border: 0px solid #ccc;
}


a.no img, a.no:link img, a.no:acive img, a.no:hover img, a.no:visited img {
	border: 0px solid #ccc;
}

#container { position: relative; }

#slideshow {
	position: absolute;
	top: 515px;
	right: 37px;
	display: block;
}


.team {
	display: block;
	margin: 0px 0px 20px 0px;
}
.team img {
	margin: 20px 20px 10px 20px;
}
.row-01 {
	text-align: center;
}
.row-02 {
}
.row-03 {
}
.left {
	float: left;
}
.right {
	float: right;
}
.caption {
	display: block;
	width: 220px;
	text-align: center;
}
.pic, a.pic, a.pic:hover { 
	border: 0;
}

#meet-the-winzers { 
	position: absolute;
	right: 37px;
	bottom: 105px;

}

#brigitte { 
	position: absolute;
	right: 37px;
	bottom: 250px;
	display: none;
}

#gallery-weinclub-2011 a { 
	float: left; display: block; margin-right: 3px; margin-bottom: 3px;
}

