/*######################################################*/
/*	CSS style für JuMMgis Werbung Website		*/
/*######################################################*/

body {
	background: #222222;
	color: black;
	font: 13px sans-serif, verdana, arial;
	margin: 0;
	padding-bottom: 100%;
}


/* Header and title */

#header{
	background: #f0ba08 url(pics/header.png) repeat-x top;
	color: black;
	width: 100%;
	height: 50px ;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 30px;
}

#title{
	font-size: 16px;
	font-weight: bolder ;
	margin-left: 435px;
	margin-top: 4px;
	padding-top: 25px ;
}

#logo {
	position: absolute;
	float: left;
	margin-left: 32px;
	margin-right: 20px;
	margin-top: 0px;
}

/* Navigation */

#nav {
	position: absolute;
	top: 100px;
	right: 6px;
	background: #eaeaea url(pics/nav-tr.png) no-repeat top right;
	color: black;
	float: right;
	width: 152px;
	line-height: 1.3em;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

#nav_top {
	background: transparent url(pics/website/nav-tl.png) no-repeat top left;
	height: 12px;
}

#nav_bottom {
	background: transparent url(pics/website/nav-bl.png) no-repeat bottom left;
	height: 12px;
}

#nav_bottom_img {
	background: transparent url(pics/website/nav-br.png) no-repeat bottom right;
	height: 12px;
}

#nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 6px;
	padding: 3px 2px 3px 2px;
}

#nav li {
	display: inline;
}

#nav a {
	color: #3E1220;
	background: inherit;
	display: block;
	padding: 0.5px;
	text-decoration: none;
}

#nav a:hover {
	color: #DF8F06;
	text-decoration: none;
	display: block;
}

#nav hr {
	margin: 2px 0px 1px 0px;
	border: 0px;
	border-top: 1px solid #BDBDBD;
	
}
/* Page content */

#content, #content_bottom, #content_top {
	background: white;
	color: black;
	text-align: left;
}

#content_top {
	height: 14px;
	margin: 0px 100px 0px 100px;
}

#content {
	height: auto;
	margin: -6px 100px 0px 100px;
	padding: 0px 72px 72px 72px;
	/*background: white;
	color: #333333;*/
}

#content_bottom {
	height: 14px;
	margin: 0px 100px 0px 100px;
	/*clear: both;*/
}

#content li {
	line-height: 1.5em;
	text-align: left;
}

/* Legal informations */

#copy {
	font-size: 11px ;
	text-align: center ;
	background: transparent;
	color: #a8a8a8;
	padding-top: 10px;
}

#copy a {
	background: inherit;
	color: #a8a8a8;
}

#copy a:hover {
	background: inherit;
	color: #EDEDED;
}

/* Footer */

#bottom {
	float: none;
	background: inherit;
	color: black;
	width: auto;
	clear: both;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

#news li {
	list-style-type: square;
	border-bottom: 1px dotted #BEBEBE;
	margin-left: -25px;
	padding: 4px 0px 4px 0px;
}

#gallery {
	text-align: center;
}

#gallery table {
	margin: 30px 0px 30px 0px;
}



/* CSS class. */

.top_left, .top_right, .bottom_left, .bottom_right {
	height: 14px;
	width: 14px;
	color: white;
	background-color: #333333;
	background-repeat: no-repeat;
}

.top_left {
	background-image: url(pics/content-tl.png);
	background-position: left top;
	position: absolute;
}

.top_right {
	background-image: url(pics/content-tr.png);
	float: right;
}

.bottom_left {
	background-image: url(pics/content-bl.png);
	position: absolute;
}

.bottom_right {
	background-image: url(pics/content-br.png);
	float: right;
}

/* HTML styles */

h1 {
	color: #3E1220;
	background: inherit;
	text-align: left;
	margin: 0px 0px 16px -58px;
}

h2 {
    color: #DF8F06;
    border-left: 10px solid #F3F3F3;
    padding: 4px 0px 4px 4px;
    margin: 0;
}

h3 {
	font-weight: bold;
	color: #6c0023;
	background: inherit;
}

    h5 {display: inline;}

a {
	text-decoration: underline;
	color: #0F314E;
	background: inherit;
}

a:hover {
	text-decoration: none;
	color: blue;
	background: inherit;
}

code {
	font-size: 12px;
	color: #669900;
	background: inherit;
}

tt {
	color: #15EE15;
	background: inherit;
}

img {
	border: 0pt none;
}

ol {
	background-image: url(pics/dancing-tux.gif);
	background-repeat: no-repeat;
	background-position: right;
}

fieldset {
	background: #eeeeee;
	color: black;
	margin-top: 25px;
	border: 1px solid black;
}

legend {
	border: 1px solid black;
	color: #6c0023;
	background: #eaeaea;
	font-weight: bold;
}

pre {
	padding: 5px;
	color: black;
	background: #E1E0B0;
}

pre.script {
	padding: 10px;
	color: black;
	background: #E8E8E8;
	border: 1px inset #606060;
}

