/*
Theme Name: Junges UNO-Netzwerk e.V.
Theme URI: http://www.junges-uno-netzwerk.de/
Description: Theme for http://www.junges-uno-netzwerk.de/
Version: 1.0
Author: Klaas Ole Kuertz
Author URI: http://www.kuertz.net/
Tags: blue, fixed width, two columns, widgets

	JUNON v1.0
	http://www.junges-uno-netzwerk.de

*/


/* ======================================================================== */

div, p {
	font: 13px Arial,Helvetica,sans-serif;
	color: black
}

h1, h2, h3, h4, h5, h6 {
	color: #4F80BA;
	font-weight: bold
}

h1 {
	font-size: 16px;
	border-bottom: 1px solid #4F80BA
}

h2 {
	font-size: 15px;
	border-bottom: 1px dotted #4F80BA
}

h3 {
	font-size: 14px
}

a {
	color: #4F80BA;
	font-weight: bold;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.error {
	font-weight: bold;
	color: #FF0000
}

p.date {
	float: right;
	font-size: 80%;
}

/* ======================================================================== */

#containerPage {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 780px;
	padding: 0px;
	margin: 0px;
	margin-left: -390px;
	background-image: url('images/background-main.gif');
}

/* ------------------------------------------------------------------------ */

#containerHeader {
	width: 780px;
	height: 100px;
	z-index: 0;
	background-image: url('images/background-border.gif');
}

#imageLogo {
	position: absolute;
	width: 210px;
	height: 70px;
	left: 560px;
	top: 25px;
	z-index: 3;
	border: 0px;
}

#containerHeaderNavigation {
	position: absolute;
	left: 0px;
	top: 35px;
	width: 780px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: #7BB6E0;
	z-index: 1;
}

#containerHeaderNavigation ul {
	border: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#containerHeaderNavigation ul li {
	border-right: 1px solid white;
	display: block;
	float: left;
	margin: 0px;
	text-align: center;
}

#containerHeaderNavigation ul li a {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 16px 7px 16px;
}

#containerHeaderNavigation ul li a:hover, #containerHeaderNavigation a:active, #containerHeaderNavigation a.active {
	background-color: #4F80BA;
	text-decoration: none;
}

#containerHeaderFlags {
	text-align: center;
	width: 66px;
	float: right;
	padding: 5px 53px 5px 0px
}

#containerHeaderFlags a, #containerHeaderFlags img, #containerHeaderFlags a img {
	border: none;
	padding: 0px;
	margin: 0px;
}

/* ------------------------------------------------------------------------ */

#containerMain {
	clear: both;
	width: 780px;
	border-top: 2px solid white;
	padding: 0px;
	margin: 0px;
}

#containerContents {
	width: 520px;
	margin-left: 10px;
	margin-top: 10px;
}

.containerContent {
	width: 500px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #4F80BA;
	background-color: white;
}

#containerContents img {
	background: white;
	padding: 3px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #B2B2B2;
}

#containerContents .alignleft {
	float: left;
	margin-right: 5px;
}

#containerContents .alignright {
	float: right;
	margin-left: 5px;
}

#containerContents .aligncenter, #containerContents .gallery img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.gallery {
	float: left
}

#containerContents li {
	margin-bottom: 0.8em;
	list-style-type: square
}

.containerNavigation {
	margin: 10px 0px 20px 0px;
}

.containerNavigation a {
	color: white;
}

/* ------------------------------------------------------------------------ */

#containerMenus {
	clear: right;
	float: right;
	margin-top: 10px;
	width: 220px;
}

#containerMenus iframe {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	background-image: url('images/background-menu.gif');
	background-color: white;
	overflow: hidden;
	width: 210px;
	height: 300px;
}

.containerMenu  {
	margin: 0px 10px 10px 0px
}

.containerMenu h3 {
	color: white;
	font-weight: normal;
	margin: 5px 0px;
	padding: 0px;
}

.containerMenu ul {
	margin: 0px;
	padding: 0px;
	background-image: url('images/background-menu.gif');
	border: 1px solid #4F80BA;
	background-color: white;
	list-style-type: none;
}

.containerMenu ul li ul {
	border: none;
	background: none;
}

.containerMenu ul li {
	border-bottom: 1px solid white;
	display: block;
}

.containerMenu ul li ul li {
	border-bottom: none;
}

.containerMenu ul li a {
	display: block;
	padding: 6px 15px;
	margin: 0px;
	color: #4F80BA;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.containerMenu ul li a img {
	border: none;
	float: right;
	padding-left: 5px 
}

.containerMenu ul li ul li a {
	padding: 3px 15px 3px 30px;
	font-size: 11px;
}

.containerMenu ul li a:hover, .containerMenu ul li ul li a:hover {
	background-color: white;
}

.containerMenu ul li a.active, .containerMenu ul li.current_page_item > a {
	font-weight: bold !important;
} 

/* ------------------------------------------------------------------------ */

#containerFooter {
	clear: both;
	height: 30px;
	width: 780px;
	padding: 0px;
	margin: 0px;
	background-color: #7BB6E0;
	background-image: url('images/background-border.gif');
	border-top: 2px solid white;
}

#containerFooterNotes {
	padding: 5px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #EEEEEE;
}

#containerFooterNotes a {
	font-weight: normal;
	color: #EEEEEE;
}

/* ------------------------------------------------------------------------ */

#containerPrinterHeader, #containerPrinterFooter {
	display: none;
}

/* ------------------------------------------------------------------------ */

div.dynamicMap {
	margin: 0px;
	padding: 0px;
	background-image: url('images/background-menu.gif');
	border: 1px solid #4F80BA;
	background-color: white;
}

div.dynamicMap ol {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.dynamicMap ol li {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 7px;
	height: 7px;
	overflow: hidden;
	position: absolute;
}

div.dynamicMap ol li a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 7px;
	height: 7px;
	overflow: hidden;
	color: #4F80BA;
	background-color: #4F80BA;
	border: 1px solid white
}

div.dynamicMap ol li a:hover {
	color: #BF0000 !important;
	background-color: #BF0000  !important
}

div.dynamicMap ol li a p {
	display: none;
}

div.dynamicMap div.dynamicMapLinks {
	padding: 2px 10px;
	height: 60px;
	text-align: center;
	color: #4F80BA;
}

/* ------------------------------------------------------------------------ */

.containerMapText {
	padding: 0px 5px;
	color: #4F80BA;
	text-align: center;
}

.containerGallery ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.containerGallery ul li {
	margin: 3px;
	border: 1px solid #E5F0F9;
	display: block;
	background-color: white;
	float: left;
}

.containerGallery ul li a {
	display: block;
	padding: 5px 4px 15px 4px;
	margin: 0;
}

.containerGallery ul li a img {
	border: none;
}

.containerGallery ul li a:hover {
	background-color: #E5F0F9;
}

/* ======================================================================== */

.spam {
	display: none
}

