/*  
Theme by CG909
*/

/* CSS main stylesheet */ 

/*************************************
 + Structure
 *************************************/

html, body {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, "Lucida Sans", "Liberation Sans", "Bitstream Vera Sans", "DejaVu Sans", Helvetica, Arial, sans-serif;
}
html {
	background: #e5ecf2 url(images/bg.png) left top repeat-x;
}
body {
	background-color: transparent;
	padding-top: 20px;
	min-width: 640px;
}

#container {
	margin: auto;
	width: 95%;
	margin-top: 0;
	padding: 0;
	max-width: 124ex;
}

#mainarea {
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border-radius: 0.8em;
	margin-top: 0;
	z-index: 2;
	background-color: #fff;
	border: 5px solid #e5ecf2;
}

#blindconvenience {
	display: none; position: absolute; left: -500px;
}

/*************************************
 + Top bar
 *************************************/

#topbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	margin: 0;
	padding: 0;
	background-color: #8a9094;
	font-size: 0.89em;
	min-width: 570px;
}

#topbar ul {
	position: absolute;
	top: 6px;
	right: 1%;
	margin: 0;
	padding: 0;
}

#topbar ul li {
	display: inline;
	display: inline-block;
	margin-right: 1.8em;
	padding-top: 10px;
	background: url(images/metamenu_off.png) center top no-repeat;
}
#topbar ul li:hover {
	background: url(images/metamenu_on.png) center top no-repeat;
}
#topbar ul a {
	text-decoration: none;
	color: #555;
}
#topbar ul a:hover {
	text-decoration: underline;
	color: #eee;
}

/*************************************
 + Head
 *************************************/

#header {
	margin-top: 0.4em;
	min-height: 132px;
	max-width: 1264px;
	padding-bottom: 20px;
	background: url(images/bonn-skyline.png) center bottom no-repeat;
	margin: auto;
	margin-bottom: -9px;
}

#header-logo {
	margin-left: 7%;
	padding-left: 0.1em;
	vertical-align: middle;
}

#header-search {
	float: right;
	height: 1.6em;
	margin: auto;
	margin-top: 1.8em;
	margin-right: 5%;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: 1em;
	padding-top: 0.8em;
	padding-bottom: 1.35em;
	background: url(images/tr50.png);
}

#header-search input {
	vertical-align: middle;
	background-color: white;
	border: 1px solid #e70;
	-webkit-border-radius: 1ex;
	border-radius: 1ex;
	height: 1.6em;
	padding: 0.2em;
	padding-right: 0.8em;
}

#header-search button {
	margin-left: -1em;
	vertical-align: middle;
	background-color: #f80;
	border: 1px solid #e70;
	-webkit-border-radius: 1ex;
	border-radius: 1ex;
	height: 2.2em;
	width: 2.4em;
}


/*************************************
 + Upper navigation bar
 *************************************/

#topmenu {
	margin: 0.1em;
	margin-bottom: -1.1em;
	border: 3px solid #f91;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border-radius: 0.8em;
	padding: 0;
	padding-left: 0.5em;
	padding-bottom: 1em;
	background: #f80 url(images/menubg1.png) left top repeat-x;
	z-index: 0;
}

#topmenu li {
	display: inline;
	display: inline-block;
	border-right: 1px solid #f93;
	z-index: 1;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

#topmenu li a
{
	display: block;
	margin-right: 0.3em;
	padding: 0.75em 0.8em 0.65em 0.7em;
	font-size: 1.05em;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#topmenu li a:hover
{
	background: url(images/tr25.png);
	-moz-border-radius: 0.4em;
}


/*************************************
 + Footer
 *************************************/

#footer{
	margin: 1.5em 5px;
	border: 4px solid #d5dcef;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: 1em;
	clear: both;
	font-size: 0.85em;
	text-align: center;
}

#footer ul {
	margin-top: 1ex;
	font-size: 1.2em;
}

#footer li {
	display: inline;
	margin-right: 1.5em;
}


/*************************************
 + Sidebar
 *************************************/

#sidebar {
	float: right;
	width: 230px;
	min-height: 100ex;
	margin-top: 1.5em;
	margin-left: 1em;
	border: 1px solid #e5ecf2;
	border-right: 0 none transparent;
	-moz-border-radius: 0.7em 0 0 0.7em;
	-webkit-border-top-left-radius: 0.7em;
	-webkit-border-bottom-left-radius: 0.7em;
	border-top-left-radius: 0.7em;
	border-bottom-left-radius: 0.7em;
	padding: 1em;
	color: #111;
	font-size: 0.9em;
}

#sidebar ul {
	list-style: none;
}


#sidebar h3, .widgettitle {
	display: block;
	margin-top: 1.3ex;
	margin-bottom: 1ex;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	padding: 0.3ex;
	padding-left: 1ex;
	background-color: #ff941a;
	background-position: left;
	background-repeat: no-repeat;
	letter-spacing: +1px;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
}

#sidebar li {
	margin-bottom: 0.9ex;
	margin-left: 0.7ex;
}

#sidebar a {
	color: #111;
	text-decoration: none;
}

#sidebar a:hover {
	color: #f80;
	text-decoration: none;
}

#sidebar h3 a {
	color: white;
}

#sidebar h3 a:hover {
	text-decoration: underline;
	color: white;
}



.widgettitle {
	margin-top: -2ex;
}

#wpng-cal-widget-events ul
{
	margin-bottom: 2ex;
}

.wpng-widget-date-title {
	font-size: 0.95em;
	margin-bottom: 0.7ex;
}

.sidebaritem {
	border-bottom: 1px solid #edf0f2;
	border-right: 1px solid #f0f1f2;
	-moz-border-radius: 0 1em 0.9em 0;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-bottom-right-radius: 0.9em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 0.9em;
	
}

/*************************************
 +Content
 *************************************/

#content {
	margin: 1.6em;
	margin-top: 2em;
	margin-right: 228px;
	border-right: 3em solid transparent;
}

#content ol {
	margin-left: 3ex;
}

#content ul {
	margin-left: 3ex;
	color: #F80;
	list-style: disc; 
}

#content ul li:before { color: #F80; }
#content ul li { color: black; }


#content br { clear: none; }

/*************************************
 +Entry
 *************************************/

.entry {
	margin-bottom: 1em;
	padding-left: 6em;
}

.entry.page { padding-left: 2em; }

.entrytitle {
	margin-top: 1em;
	margin-bottom: 1.2em;
}

.entrytitle h2 a {
	color: black;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
}

.entrytitle .by {
	font-size: 0.9em;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: +1px;
	margin-bottom: 0.3em;
}
.entrytitle .by cite {
	font-style: inherit;
	font-weight: inherit;
}

.entrybody{
	margin-bottom:1em;
	line-height: 1.26em;
}

.entrymeta{
	font-size: 0.8em;
	color: #333;
}
.postedby{
	background: url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background: url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background: url(./images/packaged.gif) no-repeat;
	padding:0px;
	padding-left:0px;
}

.commentsblock {
	margin-bottom: 2em;
}

.date2 {
	float: left;
	padding: 0.15em 0.45em;
	padding-left: 0.35em;
	padding-bottom: 0.05em;
	margin-top: -0.1em;
	margin-right: 2ex;
	margin-left: -6em;
	min-width: 5.2ex;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border-radius: 0.8em;
	background-color: silver;
	text-align: center;
	color: #fff;
}

.date2 .month {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 1px;
}
.date2 .day {
	display: block;
	font-size: 1.7em;
}

div#entrybody embed{
        margin-bottom: 1ex;
}

.entrybody h1 {
	color: black;
	text-decoration: none;
	font-size: 1.35em;
	font-weight: bold;
	margin-top: 0.5ex;
	margin-bottom: 1ex;
}

.entrybody h2 {
	color: black;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0.5ex;
	margin-bottom: 1ex;
}

.entrybody h3 {
	font-size: 1.1em;
	color: #111;
	text-decoration: none;
	letter-spacing: +1px;
	margin-bottom: 0.3em;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;
}

.commentsblock textarea{
	width:35em;
	background:#fff;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #1A242F;
	background:#fff;
}
.commentsblock textarea:focus{
	background:#fecc9b;
	border:1px solid #1A242F;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#fecc9b;
	border:1px solid #1A242F;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#000;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
	border:1px dotted #a7b4c2;
}
.commentlist li.alt{
	background:#fff;
	border:1px dotted #475462;
	padding:0.5em;
}
h3#comments{
font-size:0.8em;
}

/*************************************
 + Misc
 *************************************/

img { border: none; }
img.alignleft { float:left; margin-right: 10px; }
img.alignright { float:right; margin-left: 10px; }

div.alignleft { float:left; margin-right: 10px; }
div.alignright { float:right; margin-left: 10px; }



a {
	color: #f18100;
	text-decoration: none;
}

a:hover {
	color: #f80;
	text-decoration: underline;
}

#content p { margin:0; padding:0; margin-bottom: 0.9em; }

#content * { clear: none !important; }

#wiki-append-content div a { color: #820; }

#wiki-append-content pre {
	font-family: monospace;
	text-wrap:normal;
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	white-space: pre-wrap;       /* CSS3 */

}

#Vorlage_Offiziell { display: none; }

table#toc {
	width: 90%;
	font-size: 0.9em;
	border: 1px solid silver;
	padding: 1ex;
	padding-top:0;
	margin-top: 3ex;
	background-color: #f1f1fc;
}

.dontshowonhp { display: none; visibility: hidden; color:transparent; }
.hiddenlink { color: #333; }

br.spacer_ { display: none;}

.success { border: 3px solid lime; text-align: center; padding: 1.3ex; margin-bottom: 1em; background: #EFE; -moz-border-radius: 0.7em; border-radius: 0.7em; -webkit-border-radius: 0.7em; }

.error { border: 3px solid red; text-align: center; padding: 0.9ex; margin-bottom: 1em; background: #FDD; -moz-border-radius: 0.7em; width: 90%; margin-left: auto; margin-right: auto; }

.contactform textarea{
	border:1px solid #1A242F;
	background:#fff;
	width:100%;
	max-width: 35em;
	height: 13em;
}
.contactform input{
	border:1px solid #1A242F;
	background:#fff;
	max-width: 26em;
	width: 95%;
}

.contactform table { width:100%; text-align: left;}
.contactform td { padding-bottom: 0.5ex; padding-right: 1ex; vertical-align:top; }
.contactform button { width: 7em; }

.amrcol .starttime { display: inline; margin-right:0; padding-right:0; }
.amrcol .endtime:before { content: '–  '; }
.amrcol .endtime { display: inline;  margin-left:0; padding-left:0;}

#mainarea object, #mainarea embed { max-width: 102%; }


