/* @override http://www.abicalc.fm/css/layout.css */

/* 
Hauptlayout der Seite
*/


html, body {
    margin:0px;
    padding:0px;
    font-size:16px;
    background: #335c85;
}

#container {
    background: #fff;
    min-width: 900px;
    max-width:1250px;
    overflow:hidden;
}

#hcontainer {
    background: url(http://img.abicalc.net/hbg.jpg) repeat-x left -50px;
    height: 150px;
    position: relative;
}

#hcontainer #notice {
	position: absolute;
	top: 60px;
	left: 230px;
	width: 70%;
	font: normal 0.9em/1.2em Cambria, Georgia, Times, "Times New Roman", serif;
	color: #222;
	padding: 3px 5px;
	background: rgba(255,255,255,0.7);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#hcontainer #notice a {
    color: #335c85;
    text-decoration: underline;
}

#header {
    background:#335c85 url(http://img.abicalc.net/logo.png) no-repeat top left;
    margin:0px;
    padding:0px;
    height: 60px;
    width: 210px;
    float: left;
    border-bottom: 8px solid rgba(255,255,255,0.8);
}
#header h1 {
    margin: 0px;
    padding: 0px;
}
#header h1 a {
    /*background: rgba(150,150,150,0.2);*/
    display: block;
    height: 40px;
    width: 170px;
    position: relative;
    top: 10px;
    left: 15px;
}
#header_bottom {
    background: rgba(255,255,255,0.6);
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 5;
}

/* Das Hauptmenü */
#menu {
    float: left;
    height: 60px;
}
#menu ul {
    list-style: none;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}
#menu ul li {
    float: left;
    display: block;
    background: rgba(255,255,255,0.8);
    margin: 0px 10px 0px 0px;
    height: 30px;
    text-align: center;
    overflow: hidden;
}
#menu ul li a {
    display: block;
    padding: 6px 10px 7px 10px;
    color: #555;
    text-transform: none;
	text-decoration: none;
	font: normal 1.1em/1em Cambria, Georgia, Times, "Times New Roman", serif;
}
#menu ul li.active {
    border-bottom: 8px solid #335c85;
}
#menu ul li.active a {
    color: #222;
}
#menu ul li a:hover {
    text-decoration: overline;
}

/* Breadcrumbs */
#crumb {
    float:left;
    margin:0px 10px 0px 200px;
    padding:2px 0px 0px 20px;
}
#crumb .inner {
    padding:7px 15px 7px 10px;
    font: normal 0.8em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #666;
    text-decoration: none;
}
#crumb .inner a {
    color:#444;
    text-decoration: none;
}
#crumb .inner a:hover {
    color:#000;
    text-decoration: underline;
}

#landselect {
    float:right;
    z-index: 10;
}
#landselect ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
#landselect ul li {
    float: left;
    height: 30px;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.5);
    overflow: hidden;
}
#landselect ul li.active {
    background: #fff;
}
#landselect ul li a {
    font: bold 0.7em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
    display: block;
    padding: 10px 7px 11px 7px;
    text-decoration: none;
    color: rgba(0,0,0,0.4);
}
#landselect ul li.active a {
    color: #222;
}
#landselect ul li a:hover {
    background: #fff;
    color: #222;
}

#page {
    background:#fff;
}


/* ==========================
     Linke Seitenleiste 
========================== */
#barleft {
    float: left;
    width: 210px;
    padding: 0px 0px 10px 0px;
}
.barleft_bg {
	background: #335c85;
}
#barleft div.effect {
    background: url(http://img.abicalc.net/hbg.jpg) repeat-x left -200px;
    height: 20px;
    margin-bottom: 10px;
}
#barleft div.effect div {
    background: rgba(255,255,255,0.6);
    height: 100%;
}

/* Registrierung */
#barleft .shortregister {
    padding: 10px 20px 10px 20px;
    font: normal 0.8em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #fff;
}
#barleft .shortregister a {
    display: block;
    color: #fff;
    text-decoration: underline;
}


/* Profil */
#barleft .shortprofile {
    padding: 10px 10px 10px 20px;
}
#barleft .shortprofile .avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
}
#barleft .shortprofile .name {
    width: 120px;
    height: 20px;
    background: rgba(255,255,255,0.3);
    float: left;
    padding: 10px 0px 10px 10px;
    font: 1.1em "Century Gothic", "Apple Gothic", sans-serif;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
#barleft .shortprofile .name a {
    color: #fff;
    text-decoration: none;
}
#barleft .shortprofile .more {
    display: none;
    position: absolute;
    margin-top: 40px;
    background: rgba(255,255,255,0.9) !important;
    background: #fff;
    width: 168px;
}
#barleft .shortprofile:hover .more {
    display: block;
    border:1px solid rgba(255,255,255,0.9);
    border-top: none;
}
#barleft .shortprofile .more ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#barleft .shortprofile .more ul li {
    margin: 0px;
    padding: 0px;
    font: normal 0.8em/1em "Lucida Grande", Lucida, Verdana, sans-serif;
}
#barleft .shortprofile .more ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 6px 8px;
}
#barleft .shortprofile .more ul li a:hover {
    color: #000;
    text-decoration: underline;
    display: block;
    background: #fff;
}

#barleft .submenu {
    padding: 10px 0px 10px 0px;
}
#barleft .submenu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #fff;
}
#barleft .submenu ul li {
    font: normal 0.9em/1em "Century Gothic", "Apple Gothic", sans-serif;
}
#barleft .submenu ul li a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
}

#barleft .submenu ul li a:hover {
    background: rgba(255,255,255,0.4);
}
#barleft .submenu ul li.active {
    font-weight:bold;
    background: rgba(255,255,255,0.2);
}
#barleft .submenu ul li.active a:hover {
    background:none;
}
/* Counter berechnete Noten Linke Seitenleiste */
#barleft .counter {
	margin: 40px 0px 0px 0px;
	font: normal 1em/1.2em Cambria, Georgia, Times, "Times New Roman", serif;
	padding: 0px 20px;
	color: #333;
}

#barleft .counter .result {
	font-size: 1.7em;
	line-height: 1em;
	text-align: left;
	float: left;
	display: block;
	padding: 0px 4px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#barleft .counter .text {
	color: #999;
	font-size: 0.8em;
	padding: 10px 0px;
}
#barleft .counter .text a {
        color: #777;
        text-decoration:none;
}
#barleft .counter .text a:hover {
        color: #777;
        text-decoration:underline;
}

/* ==========================
	Content-Styles 
========================== */

#content {
    float: left;
    padding: 20px 20px;
    width: 50%;
    min-width: 400px;
    max-width: 500px;
}

#content p {
    font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
}
#content p.important {
	background: #ddd;
	padding: 5px;
}
#content p img.align_right {
    padding:1px;
    margin:5px 0px 5px 10px;
    background: #fff;
    border: 1px solid #ccc;
    float:right;
}
#content p samp {
	display: block;
	background: #eee;
	border: 1px dashed #ccc;
	text-indent: 0px;
	padding: 0px 3px;
	margin: 0px 15px;
}

#content ul.content {
	font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
	margin: 0px;
	padding: 0px 10px 0px 20px;
	list-style-type: square;
}
#content ul.content li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#content p a,
#content ul.content li a {
    color: #335c85;
    text-decoration: underline;
}
#content p a:visited,
#content ul.content li a:visited {
}
#content p a:hover,
#content ul.content li a:hover {
	text-decoration: none;
}

#content h3 {
    font: bold normal 1.1em "Century Gothic", "Apple Gothic", sans-serif;
    color: #111;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}
#content h3 a {
	color: #111;
	text-decoration: none;
	cursor: pointer;
}
#content h3 small {
	font-weight: lighter;
	padding-left: 20px;
}

#content h3 + p {
    text-indent: 2em;
}

#content h4 {
    color: #333;
    font: normal normal 1em "Century Gothic", "Apple Gothic", sans-serif;
    margin:5px 0px 0px 0px;
    padding:10px 0px 0px 0px;
}
#content h4 a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
#content h4 + p {
	margin-top: 0px;
	text-indent: 1em;
}

#content h5 {
	font: bold 0.9em Cambria, Georgia, Times, "Times New Roman", serif;
	color: #333;
	margin: 20px 0px 0px 0px;
}
#content h5 a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
#content h5 + p {
	margin-top: 0px;
}

#content h2 {
    color: #335c85;
    font: normal normal 2em "Century Gothic", "Apple Gothic", sans-serif;
    margin: 0px;
    padding: 0px;
}

#content h2 + p {
    font-size: 1.2em;
    color: #555;
}
#content h2 + p a {
    color: #335c85;
    text-decoration: none;
}
#content h2 + p a:hover {
    text-decoration: underline;
}
#content p.cols2 {
    -webkit-column-count : 2;
    -webkit-column-gap : 20px;
    -moz-column-count : 2;
    -moz-column-gap : 20px;
    text-indent: 0px;
}
#content .bluebox {
    background: #dbe2e9;
    padding: 5px 10px;
    color: #333;
}
#content .bluebox em {
    padding: 5px 10px;
}

/* Formulare */
#content input[type='text'] {
    background: #fff;
    color: #111;
}
#content .input_large, #content .captcha {
    padding: 5px 0px;
}
#content .input_large label,
#content .input_small label,
#content .captcha {
    display: block;
    color: #111;
    font: italic 0.8em Cambria, Georgia, Times, "Times New Roman", serif;
}
#content .captcha {
    font-size: 1.0em;
    font-style: normal;
}
#content .input_large label em,
#content .input_small label em {
    color:#ccc;
}
#content .input_large label em a,
#content .input_small label em a {
    color:#ccc;
    text-decoration: underline;
}
#content .input_large:hover label em,
#content .input_small:hover label em {
    color:#555;
}
#content .input_large:hover label em a,
#content .input_small:hover label em a {
    color:#555;
    text-decoration: underline;
}
#content .input_large input[type='text'], #content .captcha input[type='text'] {
    width: 90%;
    padding: 2px;
    margin: 3px;
    border: 1px solid #eee;
    border-bottom: 1px solid #666;
    font: 1.2em Cambria, Georgia, Times, "Times New Roman", serif;
}
#content .input_large input[type='checkbox'] {
    padding: 0px;
    margin: 1px 10px;
    float: left;
}
#content .input_large select {
    font: 1.2em Cambria, Georgia, Times, "Times New Roman", serif;
    padding:3px;
    background: #eee;
    border:1px solid #ccc;
}
#content .input_small select {
	font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	padding: 0px;
    margin: -1px 10px 0px 10px;
    background: #fff;
    border:1px solid #999;
}

#content .captcha input[type='text'] {
    width: 2em;
}

#content .input_large textarea {
    width: 90%;
    min-height: 250px;
    max-width: 90%;
    padding: 2px;
    margin: 3px;
    border-bottom: 1px solid #666;
    font: 1.0em Cambria, Georgia, Times, "Times New Roman", serif;
}
#content .input_large.half textarea {
    min-height: 80px;
    font-size:0.8em;
}

#content .input_large .error-message {
    display: block;
    padding: 2px 5px;
    font: italic 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #900;
}


/* Kleiner */
#content .input_small {
	padding: 5px 0px;
}


#content .submit {
    margin: 10px 0px;
    width:90%;
    border:1px dashed #ccc;
}
#content .submit input {
    font: 1.5em Cambria, Georgia, Times, "Times New Roman", serif;
    border: none;
    background: #fff;
    color:#335c85;
    text-decoration: underline;
}
#content .submit input:hover {
    border: none;
    cursor: pointer;
    text-decoration: none;
}

#content .submit_small {
	background: #dbe2e9;
}
#content .submit_small input {
	font: italic 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
	color: #335c85;
	border: none;
	background: none;
	text-decoration: underline;
}
#content .submit_small input:hover {
	text-decoration: none;
	cursor: pointer;
}

#content .cancel {
    display:block;
    float:right;
    margin: 20px 100px 0px 10px;
    font: .9em Cambria, Georgia, Times, "Times New Roman", serif;
    color:#666;
    text-decoration: underline;
}
#content .cancel:hover {
    text-decoration: none;
}

#content #flashMessage {
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 4px 6px;
    background: #900;
    color: #fff;
    font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content #flashMessage.message{
    background: #ccc;
    color: #111;
}
#content #flashMessage.error{
    background: #900;
    color: #fff;
}
#content #flashMessage.success{
    background: #060;
    color: #fff;
}

/* ==========================
	Rechte Seitenleiste
========================== */

#sidebar {
    float: left;
    min-width: 200px;
    max-width: 300px;
    width: 20%;
    padding: 30px 0px 0px 0px;
}
#sidebar .sidebar_inner {
    margin: 50px 0px 0px 0px;
    padding: 2px 10px;
    background: #eee;
}
#sidebar .gap {
    height: 20px;
    width: 10px;
}
#sidebar h3 {
    font: bold normal 1.1em "Century Gothic", "Apple Gothic", sans-serif;
    color: #111;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
#sidebar h4 {
    font: normal normal 1.0em "Century Gothic", "Apple Gothic", sans-serif;
    color: #111;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    text-transform: uppercase;
}
#sidebar h4+p {
    margin-top: 3px;
}
#sidebar p {
    font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
    text-align: left;
}

#sidebar p a {
    color: #335c85;
    text-decoration: underline;
}
#sidebar p a:hover {
    color: #335c85;
    text-decoration: none;
}

#sidebar dl {
    font: normal 0.9em/1.4em Cambria, Georgia, Times, "Times New Roman", serif;
    text-align: left;
}
#sidebar dt {
    font-weight:bold;
}

/* ==========================
	Prefooter und Footer
========================== */

#prefooter {
    height: 30px;
    overflow: hidden;
}
#prefooter p {
    margin: 0px;
    padding: 0px;
}
#prefooter .lft {
    float: left;
    width: 210px;
    height: 30px;
}
#prefooter .ct {
    float: left;
    padding: 0px 20px;
    width: 50%;
    height: 30px;
    min-width: 400px;
    max-width: 500px;
}
#prefooter .rght {
    float: left;
    width: 200px;
}
#prefooter .rght ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#prefooter .rght ul li {
    display: block;
    float: left;
    padding: 0px;
    margin: 0px 10px 0px 0px;
    font: 0.8em Cambria, Georgia, Times, "Times New Roman", serif;
}
#prefooter .rght ul li a {
    display: block;
    padding: 3px 2px 3px 2px;
    color: #666;
    text-decoration: underline;
}

#footer {
    display:block;
    width:100%;
    min-width: 900px;
    height:100px;
    background:#335c85;
}
#footer p {
    font: 0.7em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color:rgba(255,255,255,0.5) !important;
    color: #fff;
    margin: 0px;
    padding: 10px 20px ;
}
#footer p a {
    color:rgba(255,255,255,0.8) !important;
    color: #fff;
    text-decoration: none;
}
#footer .fmb_badge {
    float: right;
}
#footer .fmb_badge img {
    background: #fff;
    border:none;
}

.c {
    clear:both;
}
.alt {
    display: none;
}

/* 
SQL-Logs 
*/
.cake-sql-log {
    font: 0.9em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #222;
    margin: 10px 20px;
    border: 1px solid rgba(255,255,255,0.1);
    width: 90%;
}
.cake-sql-log caption {
    font-weight: bold;
    color: #ccc;
}
.cake-sql-log tr th {
    color: #ccc;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    min-width: 40px;
}
.cake-sql-log tr td {
    padding: 2px 5px;
}
.cake-sql-log tr:nth-child(2n) td {
    background: rgba(255,255,255,0.1);
}
.cake-sql-log tr td:nth-child(2n) {
    background: rgba(255,255,255,0.1);
}
.cake-sql-log tr th:nth-child(2n) {
    background: rgba(255,255,255,0.1);
}
.cake-sql-log tr:nth-child(2n) td:nth-child(2n) {
    background: rgba(255,255,255,0.2);
}
.cake-sql-log tr td:first-child {
    color: #ccc;
    text-align: center;
    font-weight: bold;
}
.cake-sql-log tr td:nth-child(n+4) {
    color: #ccc;
    text-align: center;
    font-weight: bold;
}