/* @override http://juz-malaria.at.local:8888/fileadmin/templates/juzmalaria/css/style.css */

/* 
	project:  juz-malaria
	author:   dominik aumayr
*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #e6e6e6;
	color: #111;
	font: 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wrapper {
	text-align: left;
	margin: 20px auto 0px;
	width: 880px;
	background-color: #fff;
	border: 10px solid white;
}

#header {
	height: 128px;
	background: url(../images/bilderleiste.jpg) repeat-x;
	border-bottom: 10px solid #111;
	border-top-color: 10px solid #111;
}

#column-a {
	float: left;
	width: 190px;
	min-height: 300px;
}

/* #column-b {
	float: right;
	width: 200px;
	margin-bottom: 20px;
	border-top: 4px solid #fff;
	margin-top: 2px;
} */

#content { 
	float: left;
	width: 690px;
	border-top: 5px solid #fff;
	margin-top: 2px;
	padding-bottom: 10px;
	min-height: 300px;
}

#text {
	margin: 10px;
	padding: 5px 30px 10px 20px;
}

 #footer {
	clear: both;
}

#footer2 {
	background-color: #e6e6e6;
	font-size: 11px;
	margin-top: 10px;
	color: #808080;
	padding-bottom: 20px;
}

/*****/

span.invisible {
	display: none;
}

#menu {
	list-style-position: inside;
	list-style-type: none;
	margin-top: 10px;
	font-size: 13px;
}

#menu li {
/*	background-color: #d7d7d7; */
	margin-bottom: 3px;
	line-height: 26px;
	padding-left: 10px;
	border: 1px solid #111;
	background-color: #111;
	color: white;
	list-style-type: square;
}

#menu li a {
	color: #fff;
	text-decoration: none;
}

#menu li a:hover {
	color: #900;
}

#menu li ul li {
	font-size: 12px;
	line-height: 16px;
	list-style-type: circle;
}

/* #column-b-header {
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	background-color: #111;
	color: white;
}

#news-container {
	margin-top: 10px;
	border: 1px solid #111;
	border-bottom-style: none;
}

.news {
	padding: 8px;
	border-bottom: 1px solid #111;
}

.news-date {
	color: gray;
	font-size: 11px;
}

.news-content {
	
} */

h1,h2,h3,h4,h5,h6 { 
/*	font-family: "myriad pro", "lucida grande", "trebuchet ms", Arial, Helvetica, sans-serif; */
	font-family: "Verdana", "Lucida Grande", sans-serif;
	color:#111;
	clear:both;
	margin-bottom: 0.5em;
}

#logo {
	display: block;
	padding-top: 35px;
	margin-left: 35px;
	width: 223px;
	height: 51px;
	background: url(../images/logo.gif) no-repeat 0 35px;
}

#logo:hover {
		background: url(../images/logo_hover.gif) no-repeat 0 35px;
}

#stern {
	float: right;
	padding-top: 26px;
	margin-right: 26px;
}

#text p {
	margin-bottom: 20px;
}

#text a {
	color: #990000;
}

#text a:hover {
	color: #555;
}

#footer2 #menu_footer ul li {
	display: inline;
}

#copyright {
	clear: both;
}

#contact {
	margin-top: 45px;
	margin-left: 10px;
	color: #808080;
	font-size: 11px;
	line-height: 1.1em;
}

#contact a {
	color: #808080;
}

#text ul {
	margin-left: 20px;
}

#text ul li {
	margin-left: 10px;
}

#rootline {
	margin-bottom: 20px;
	color: #808080;
	font-size: 11px;
}

#footer2 a, #rootline a {
	text-decoration: none;
	color: #808080;
}

#footer2 a:hover, #rootline a:hover {
	text-decoration: underline;
	color: #464646;
}

.csc-header-date {
	color: #808080;
	font-size: 11px;
	margin-top: 20px;
}

/* XXAJAXShoutbox */

#shoutbox {
	border: 2px solid #111;
	margin-top: 30px;
	font-size: 12px;
	overflow: auto;
}

#shoutbox_about p {
	font-style: italic;
	margin: 5px;
	border-bottom: 3px solid #d6d6d6;
	margin-bottom: 10px;
	padding: 5px;

}

#shoutbox_about h2 {
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	background-color: #111;
	color: white;
	font-weight: normal;
	font-style: normal;
}

.shoutbox_meta {
	color: #3f3f3f;
	font-size: 11px;
}

.shoutbox_time {
	margin-right: 5px;
	color: #a5a5a5;
}

.shoutbox_entry {
	padding-bottom: 10px;
}

#shoutbox_content {
	padding: 5px;
}

#ajax_shoutbox {
	margin: 5px;
	padding: 5px;
	padding-top: 10px;
	border-top: 3px solid #d6d6d6;
}

/*****/

/* WT GALLERY category mode * /
div.wtgallery_categories { 
	border: 1px solid silver;
	width: 170px;
	padding: 10px;
	float: left;
	margin: 5px 0;
}
div.wtgallery_category_pic {
	float: left;
}
div.wtgallery_category_pic {
	margin-right: 10px;
}
div.wtgallery_category_folder {
	margin: 20px 0 10px 0;
}
p.wtgallery_category_pagebrowser {
	display: none;
}
/* WT GALLERY list mode * /
.wtgallery_listpic_pic {
	border: 1px solid white;
}
.wtgallery_listpic {
	border: 1px solid #888888;
	width: 52px;
	height: 52px;
	margin: 5px;
}
.wtgallery_pagebrowser_up {
	display: none;
}
/* WT GALLERY singleview mode * /
.wtgallery_singlepic_pic {
	border: 1px solid white;
}
.wtgallery_singlepic {
	border: 1px solid #888888;
	width: 482px;
	margin-left: 50px;
	text-align: center;
}
/* wt_gallery END */
