/* Grapes, web template for business or for fun */
/* By Dave Reeder, www.davereederdesign.com */

body {margin: 10px; padding: 0; background: #7D7D7D}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {font-family: Lucida Sans Unicode, Lucida, Lucida Sans, Verdana, serif; margin: 15px 0 0 30px; color: #fff; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Lucida Sans Unicode, Lucida, Lucida Sans, Verdana, serif; font-weight: normal}  /* italic words in titles */

h1 {position: absolute; right: 0px; top: 30px; font-size: 2.25em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px;}
h1:first-letter {font-family: Georgia, Georgia, serif; font-size: 2.25em} /* styles the first letter of the main title to make it large */

p#tagline {position: absolute; right: 0px; top: 125px; font-style: italic; color: #94A0A5; font-size: 0.90em}  /* sits under main title */

h2 {font-size: 1.00em; font-weight: bold; letter-spacing: 0.05em}
h3 {font-size: 0.90em; font-weight: bold; letter-spacing: 0.05em}

p, ul, ol, table {margin: 10px 20px 0 30px; font-size: 0.70em; line-height: 1.60em; color: #fff; letter-spacing: 0.05em}

table table {margin: 0 0 0 -2px; font-size: 1.00em; line-height: 1.60em; color: #fff; letter-spacing: 0.05em}

ql {margin: 10px 20px 0 15px; font-size: 0.70em; line-height: 1.60em; color: #fff; letter-spacing: 0.05em}

code {font-family: monospace; font-size: 1.20em; color: #94A0A5}

p span {font-size: 1.50em; font-weight: bold} /* shouting words */

a:link, a:visited {color: #676E8F; font-weight: bold; text-decoration: none; border-bottom: 1px solid #676E8F}
a:hover, a:active {color: #fff; border-color: #fff}

ul {list-style: inside square} /* general lists */

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}

.foto {
  margin: 0px 0px 0px 10px;
	float: right;
}

.fotoleft {
  margin: 0px 10px 0px 0px;
	float: left;
}

.zentriert {
  margin: 0 auto 0 auto;
}

/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
width: 800px; 
min-height: 620px;
background: url(images/bkgrnd.gif) 0 0 repeat-y #7D7D7D;  /* Important image, do not remove */
overflow: hidden
}


#lfthdr {   /* left column */
position: absolute; 
left: 0px;
top: 0px;
width: 200px; 
height: 250px;
background: url(images/logo_web.gif) 0 0 no-repeat #7D7D7D  /* Image of hand & Moon */
}


#rgthdr {  /* div containing h1,  and grapes image */
float: right; 
width: 550px; 
height: 150px; 
background: url(images/zauberfestival2012.gif) 0 0 no-repeat #7D7D7D  /* Image of text */
}

#lftcol {   /* left column nav*/
position: absolute;
left: 0px;
top: 250px;
margin-left: 50px;  /* leave this so that background image lines up with edge of this div */
width: 200px; 
background: transparent;
overflow: hidden
}


#rgtcol { /* right column */
float: right; 
width: 550px; 
padding-bottom: 30px; 
background: transparent; 
overflow: hidden
}  


#bttmbar {
position: relative;
margin: 0 auto; 
width: 800px; 
text-align: center; 
font-size: 0.70em; 
color: #fff;
height: 30px; 
line-height: 4em; 
background: url(images/copyrght.gif) 0 0 repeat-y #7D7D7D;  /* Important image, do not remove */
}


#quote {    /* Quote box in left column */
	float: left;
	margin: 10px 0 20px 10px;
	padding: 10px 0;
	width: 170px;
	text-align: center;
	background: url(images/quote.gif) no-repeat 0 0	
}

#quote p {color: #fff; font-size: 0.80em; font-weight: bold; line-height: 2.00em}  /* Quote box text */


/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 10px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 170px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 10px solid #676E8F;
	padding: 5px;
	font-family: Lucida Sans Unicode, Lucida, Lucida Sans, Verdana, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #fff;
	background: #94A0A5
}

ul#nav li a#current {border-color: #fff}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #676E8F; color: #fff}


	
