body {
	background:#66CD00;
    color:#000;
    font:80% verdana;
}

.model_top {
    background:url(img/top_verlauf.png) repeat-x;
    height:170px;
}

.model_middle {
	margin-top:5px;
	position:relative;
    top: -20px;
}

.box {
    text-align: center;
    border:1px solid #0E4E0E;
    margin-left:15px;
    margin-top:15px;
    padding:5px;
    padding-bottom:10px;
	background:#66CD00;
}

.title {
    font-size:140%;
    font-weight:700;
    letter-spacing:0.3em;
    margin:0 0 15px;
}

.footer {
	text-align: center;
}

.nav {
    width:120px;
    padding-left:10px;
}

.logo {
    background:url(img/jubla_logo_internetexplorer.png) no-repeat;
    background-position:40px 50%;
    height:170px;
}

.logo_print {
	display: none;
}

/* start decoration line */
.linevertical {
	width:20px;
}

.linehorizontal {
    position:relative;
    left:10px;
    top:-20px;
}
/* end line */

/* start link formatting */
a, a img {
	text-decoration:none;
	color:#0E4E0E;
	border: 0 none;	/* internet explorer displays a blue border around linked images */
}

a:hover {
	color: yellow;
    background: green;
}

.nav a {
    border:2px solid #66CD00;   /* do not remove (try what happens if you hover a nav link) */
    display:block;
}

.nav a:hover {
    border:2px solid #0E4E0E;
    background: green;
}

.box:hover {
    background: green;
}
/* end link color */

/* table formatting */
.color2	{
    background: green;
    font-weight: bold;
}

.color3 {
	color: blue;
}

hr {
    border:1px solid green;
}