@charset "utf-8";
/* CSS Document */
/* ------ Allgemein ------ */
html {
    margin-bottom: 0px;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
    margin: 0;
    padding: 0;
}

/* ------ Template ------ */
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

p {
	margin: 0;
	padding: 0;
}

/* ------ Toolleiste oben ------ */
#tooltop {
    width: 100%;
    text-align: left;
	overflow: hidden;
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.5em;
    padding: 0 0 0 0;
}

/* ------ Zeit ------ */
#time {
	float:left;
	font-size: 80%;
	display:block;
    padding: 5px 20px;
	overflow: hidden;
}

/* ------ Schriftgroesse ------ */
#fontsize {
	float:right;
	overflow: hidden;
	display: block;
	padding: 5px 5px;
}

#fontsize a, #fontsize img {
	border: 0px solid #CCCCCC;
}

/* ------ Suchbox ------ */
#search {
	float: right;
	padding: 5px 20px 0px 0px;
    border: 0px solid #CCCCCC;
	overflow: hidden;
}

#search .search_inside .inputbox {
	width: 120px;
	height: 15px;
    padding-left: 17px;
}

/*====== Gesamt ======*/
#wrap {
    width: 88%;
	margin: 0;
	text-align: left;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 0px solid;
	background: #FFFFFF;
	height:500px; /* Mindesthöhe für den IE */
	min-height: 500px; /* Mindesthöhe für moderne Browser */
	margin: auto; /* Div soll zentriert werden */
}

/* ------ Kopf Teil ------ */

#wrap .wrap_top {
    width: 100%;
	float: left;
	border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	/* background: url(../img/bg_top_menu.gif) repeat-x; */
}

* html #wrap .wrap_top {  /* Korrektur fuer IE 5.x */
    width: 100%;
    w\idth: 100%;
}

/* ------ Logo ------ */
#logo {
	width: 49.9%;
	float: left;
	overflow: hidden;
	height: 120px;
}

#logo .logo_inside img {
	border: 0px solid #CCCCCC;
	padding: 10px;
}

/* --- Minigolf - Info --- */
#minigolf {
	width: 50%;
	float: left;
	overflow: hidden;
    border: 0px solid #CCCCCC;
}

#minigolf .minigolf_inside {
	padding: 10px;
}

#minigolf .minigolf_inside_title h3 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	line-height: 1.5em;
	text-indent: 1.5em;
    border-bottom: 1px dashed #FF0000;
}

#minigolf .minigolf_inside_body {
    padding: 5px;
	overflow:auto;
	height:68px; /* Mindesthöhe für den IE */
	min-height: 68px; /* Mindesthöhe für moderne Browser */
}

/* ------ Hauptcontent ------ */
#left {
	width: 20%;
	float: left;
	overflow: hidden;
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 0px solid;
}

#left .menu_left {
    padding: 0em 0.7em 0em 1.5em;
    margin: 0;
}

#left .inside_left {
	padding: 5px;
}

#left .inside_left_menu ul li {
    list-style-type: none;
}

#left .inside_left_menu ul li ul {
	margin: 0;
	padding: 0em 0.7em 0em 1.5em;
    background: #FFFFFF;
}

#left .inside_left_menu ul li a {
    display:block;
    padding: 0.2em 0.2em 0.5em 1.5em;
    text-decoration: none; 
	font-weight: bold;
    font-size: 90%;
	color: #666666;
	border-bottom: #CCCCCC dashed 1px;
}

#left .inside_left_menu h3 {
	line-height: 1.5em;
	text-indent: 1.6em;
	border-bottom: #CCCCCC 1px solid;
	font-size: 100%;
	margin: 0.5em;
}

#content {
	width: 60%;
	float: left;
	overflow: hidden;
    border: 0px solid #CCCCCC;
}

#content .content_inside_title {
	line-height: 2.3em;
	text-indent: 2.5em;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 0px solid;
	font-weight: bold;
}

#title {
	width: 92%;
	float: left;
	overflow: hidden;
    border: 0px solid #CCCCCC;
}

#admintools{
	width: 7%;
	overflow: hidden;
	line-height: 2.3em;
	text-indent: 2.5em;
    border: 0px solid #CCCCCC;
}

#content_inside_body {
    padding: 8px;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 0px solid;
	overflow:auto;
	height:200px; /* Mindesthöhe für den IE */
	min-height: 200px; /* Mindesthöhe für moderne Browser */
}

#content_inside_body .form-row {
    margin: 1px 0;
    padding: 1px 1px 1px 2px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 100%;
}

#content_inside_body .form-row-label {
    margin: 1px 0;
    padding: 1px 1px 1px 2px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 100%;
}

#content_inside_body .submit-row {
    margin: 1px 0;
    padding: 3px 3px 3px 2px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 100%;
}

#content_inside_body .class_username {
	width: 200px;
	height: 15px;
    padding-left: 20px;
    font-size: 100%;
}

#content_inside_body .class_password {
	width: 200px;
	height: 15px;
    padding-left: 20px;
    font-size: 100%;
}

/* ====== rechter Teil ====== */
#right {
	width: 19.9%;
	float: right;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 0px solid;
	border-bottom: #CCCCCC 0px solid;
	overflow: hidden;
}

#right .online_inside_title h3 {
	margin: 0;
	padding: 0;
	line-height: 2.3em;
	text-indent: 2.5em;
	border-bottom: #CCCCCC 1px solid;
	text-align: left;
	font-size: 100%;
}

#right .online_inside_body {
	line-height: 2.3em;
	text-indent: 0.5em;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 11px;
}

#right .archiv_inside_title h3
{
	margin: 0;
	padding: 0;
	line-height: 2.3em;
	text-indent: 2.5em;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 100%;
}

#right .archiv_inside_body {
	margin: 0;
	padding: 0;
	line-height: 2.3em;
	text-indent: 2.5em;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 11px;
}

#footer {
	width: 100%;
	padding-right: 0px;
	text-align: right;
	float: left;
	border-bottom: #999999 1px solid;
	border-top: #999999 1px solid;
    height:25px;
    padding: 0;
    margin: 0;
}

#footer .footer_inside {
    padding: 0;
    margin: 0.5em;
}

#footer .footer_inside img {
	border: 0;
}

.errornote {
    font-size: 100%;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    text-align: center; 
}
.successnote {
    font-size: 100%;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    color: green;
}


.span3 {
  width: 160px;
}

.thumbnails {
  border: 0px solid #ddd;
  margin-left: 0px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 5px;
  margin-left: 5px;
}

.thumbnail {
  display: block;
  width: 160px;
  height: 120px;
  padding: 2px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
