/*****************
 *** Allgemein ***
 *****************/

body {
 margin: 0;
 padding: 0;
 font-family: Verdana, Geneva, Arial, Sans-Serif;
 font-size: 65%; /* was 62.5%*/
 color: #333333;
 background-color: #FFFFFF;
}

a {
 color: #000000;
 text-decoration: underline;
}

#content a {
 padding: 5px;
}

#rightbar a {
 padding: 2px;
}

a:hover {
 text-decoration: underline;
 background: #819CC9;
 color: #fff;
}

a img { border: none; }

/**************
 *** Header ***
 **************/

#header {
 width: 980px;
 position: relative;
 height: 200px;
 margin: 15px auto;
 background: url("gfx/title.jpg") no-repeat center;
}

#header .nav {
 position: relative;
 top: 23px;
 left: 20px;
/*	height: 36px; */
 font-size: 1.2em;
 color: #000000; /* Is this necessary? */
}

#header .nav a {
 color: #FFFFFF;
 background: none;
}

#header .searchform {
 position: absolute;
 bottom: 37px;
 right: 35px;
 font-size: 1.2em;
}

#header #searchform {
	margin-bottom: 0px;
	}

#header .search-box {
    background: #37393b;
	padding: 1px;
	border: 1px solid #67696b;
	color: #CCCCCC; /* matches "#header .nav a" */
	}

#blogtitle {
	position: absolute;
	top: 40px;
	left: 20px;
	}

#blogtitle h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #b4c6d4;
	letter-spacing: 1px;
	}


/******************************
 *** Columns and Containers ***
 ******************************/

#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 1.2em;
	}

#page_container { width: 980px; }

#content {
 background: #FFFFFF;
 border: 2px solid #000;
 padding: 10px;
}

#content {
	width: 700px;
	position: absolute;
	left: 0px;
	}

#content h2 {
 margin: 0 0 5px 5px;
}


/****************
 *** Sidebars ***
 ****************/

#rightbar {
 position: absolute;
 right: 0px;
 width: 220px;
 background: #EAEDF2;
 margin: 15px 15px 15px 0;
}

#rightbar ul, #leftbar ul {
 margin: 0px;
 padding: 0px;
}

#rightbar ul li, #leftbar ul li {
 list-style-type: none;
 list-style-image: none;
 margin: 0 0 5px 15px;
}

#rightbar p {
 margin: 0 0 5px 15px;
}

.h2sidebar {
 height: 20px;
 width: 220px;
 margin: 10px 0;
}


#h2last { background: url("gfx/sidebar/sidebar_last.gif") no-repeat center; }
#h2kategorien { background: url("gfx/sidebar/zeugs.gif") no-repeat center; }
#h2geofinder { background: url("gfx/sidebar/sidebar_geofinder.gif") no-repeat center; }
#h2archiv { background: url("gfx/sidebar/archiv.gif") no-repeat center; }
#h2suche { background: url("gfx/sidebar/sidebar_suche.gif") no-repeat center; }
#h2marker { background: url("gfx/sidebar/sidebar_marker.gif") no-repeat center; }
#h2mitmachen { background: url("gfx/sidebar/sidebar_mitmachen.gif") no-repeat center; height:40px; }
#h2login { background: url("gfx/sidebar/sidebar_login.gif") no-repeat center; }
#h2intern { background: url("gfx/sidebar/sidebar_intern.gif") no-repeat center; }
#h2meta { background: url("gfx/sidebar/sidebar_meta.gif") no-repeat center; }

#h2wehr_eintragen { background: url("gfx/sidebar/haus_eintragen.gif") no-repeat center; }
#h2weitere_infos { background: url("gfx/sidebar/infos.gif") no-repeat center; }

.h2toggle { cursor:pointer; }

.h2sidebar h2 { display:none; }

/*****************
 *** Formulare ***
 *****************/

#content label {
 display: block;
 margin-top: 5px;
 font-size: .8em;
}

#content fieldset {
 margin-top: 20px;
 background: #eaedf2;
 border: 1px solid #7f9db9;
}

#content fieldset legend {
 background: #819CC9;
 color: #fff;
 padding: 4px 15px;
 font-size: 1em;
 font-weight:bold;
 letter-spacing: 0.2em;
}

#content input {
 background: #eaedf2;
 border: 1px solid #7f9db9;
 padding: 4px;
}

#content input:hover, #content input:focus {
 background: #fff;
 border: 2px solid #7f9db9;
 padding: 3px;
}

#rightbar input.breit { width:95%; }

input.disabled {
 color: #000;
 font-style: italic;
}

#content input.error {
 border: 1px solid #f00;
 background: #fee;
}

/*--------------------------------------*/
/*             GoogleMaps               */
/*--------------------------------------*/

#map {
 width: 100%;
 height: 530px;
 border: 1px solid #000;
}

div.GBubble {
/* width: 400px;
 height: 320px;*/
 height: 100px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color:#333;
 font-size: .8em;
 overflow: auto;
}

div.GBubbleHint {
 height: 75px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color:#900;
 font-size: 1em;
 font-weight: bold;
}

div.imgGBubble {
 width: 100%;
 text-align: center;
 margin: 15px 0;
}

div.imgGBubble img {
/* width: 380px;*/
 border: 1px solid #000 ! important;
}

div.GBubble span.name {
 font-weight: bold;
 font-size: 1.4em;
}

/* ===== IMG-Upload ===== */

iframe {
	border-width: 0px;
	height: 80px;
	width: 200px;
	margin: 0;
	padding: 0;
}
iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}

#images {
	width: 200px;
	margin: 0;
}

#images div {
	margin: 10px;
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 5px;
	border-color: #DEDFDE;
	float: left;
	overflow: hidden;
}

#images div:hover {
	border-color: #529EBD;
}

#images img.load {
	margin: 36px;
}

/*--------------------------------------*/
/*              Modules                 */
/*--------------------------------------*/

/* ---------- mod_usercp ---------- */

.mod-usercp-box {
 width: 45%;
 height: 100px;
 border: 1px solid #000;
 padding: 10px;
 margin: 10px 0;
 text-align: center;
}

.mod-usercp-left {
 float: left;
 margin-left: 5px;
}

.mod-usercp-right {
 float: right;
 margin-right: 5px;
}

ul.mod-usercp a {
 text-decoration: none;
 display: block;
}

ul.mod-usercp a:hover { font-weight: bold; }

ul.mod-usercp, ul.mod-usercp ul {
 margin:0;
 padding: 0;
}

ul.mod-usercp li {
 list-style-type: none;
 list-style-image: none;
 border: 1px solid #000;
 margin: 5px;
 padding: 10px;
 width: 45%;
 min-height: 150px;
 float: left;
 font-weight: bold;
 background: #EAEDF2;
}

ul.mod-usercp li ul li {
 border:0;
 margin: 2px 0;
 padding: 0;
 width:100%;
 min-height:0;
/* height: 10px;*/
 font-weight: normal;
}

/* ---------- mod_profile ---------- */

table.mod-profile {
 width: 70%;
 border-spacing: 5px;
}

table.mod-profile td {
 padding: 5px;
 border: 1px solid #000;
}

table.mod-profile td.col-1 {
 width: 35%;
 background: #EAEDF2;
 font-weight: bold;
}

div.mod-profile-avatar {
 float:right;
 border: 1px solid #000;
}

form#mod-profile-form {

}

form#mod-profile-form label { display: block; }

form#mod-profile-form input.breit { width:95%; }

/* ---------- mod_entries ---------- */

table.mod-entries {
 border-spacing: 5px;
 width: 100%;
}

table.mod-entries th {
 background: #819CC9;
 color: #fff;
 padding: 3px;
}

table.mod-entries td {
 border: 1px solid #7f9db9;
 background: #eaedf2;
 padding: 3px;
}








#content fieldset {
 margin-top: 20px;
 background: #eaedf2;
 border: 1px solid #7f9db9;
}

#content fieldset legend {
 background: #819CC9;
 color: #fff;
 padding: 4px 15px;
 font-size: 1em;
 font-weight:bold;
 letter-spacing: 0.2em;
}

#content input {
 background: #eaedf2;
 border: 1px solid #7f9db9;
 padding: 4px;
}

#content input:hover, #content input:focus {
 background: #fff;
 border: 2px solid #7f9db9;
 padding: 3px;
}
