/* Global */
html {
	height: 100%;
	margin: 0;
}

body {
	background-color: #2a2a2e;
	font-family: Tahoma,Verdana,Arial;
	height: 100%;
	margin: 0;
}

a {
	color: #464646;
	font-size: 13px;
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
}

/* Seite */
div#center {
	height:100%;
	width:100%;
}

div#editBarDiv {
	margin-bottom: 15px;
}

div#header a.headline {
	background-image: url("../image/home.png");
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 30px;
	font-weight: bolder;
	padding-left: 60px;
	text-shadow: 2px 2px 2px #000000;
}

div#editbar {
}

div#editbar table{
	background-color: #464646;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    
}

/* Tabarea */
div#linkDiv {
    display: table;
    text-align: center;
}
div.tabarea {
    position: relative;
	top: 1px;
}

table.tabarea {
    border-collapse: collapse;
	margin: auto;
    position: relative;
    width: auto;
}

table.tabarea td{
	padding: 0;
}

table.tabarea div.tab.first {
	border-left: 1px solid #2e2e2e;
	/*border-radius: 5px 0 0;*/
}

table.tabarea div.tab.last {
	/*border-radius: 0 5px 0 0;*/
}

table.tabarea div.tab {
    background-color: #38383d;
    border-bottom: 1px solid #2e2e2e;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #2e2e2e;
    border-top: 1px solid #2e2e2e;
    cursor: pointer;
    float: left;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 120px;
    z-index: 100;
}

div.group h3, table.tabarea div.tab {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table.tabarea div.tab:HOVER {
	background-color: #464646;
	border-bottom: 1px solid #464646;
	border-radius: 5px 5px 0 0;
    z-index: 200;
}

table.tabarea div.tab.active {
    background-color: #464646;
    border-bottom: 1px solid #464646;
    border-radius: 5px 5px 0 0;
    padding-top: 6px;
    top: -3px;
    z-index: 300;
}

table.tabarea div.tab.active:HOVER {
	background-color: #464646;
}

/* Linkarea */
div#linkspace {
    background-color: #464646;
    border-radius: 5px;
    border-top: 1px solid #2e2e2e;
    box-shadow: 3px 3px 3px #0c0c0c;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 10px 15px;
    position: relative;
    right: 10px;
    text-align: center;
    top: -3px;
    width: 100%;
    z-index: 200;
}

div#linkspace div.loading{
	width:800px;
}

div.linkarea {
	display: inline-block;
    position: relative;
}

div.linkarea#visible {
}

div.linkarea.hidden {
	display:none;
}

div.linkarea a {
	color: #0c0c0c;
}

/* Line */
div.line {
	float: left;
	vertical-align: top;
}

div.clear {
  clear: both;
}

/* Row */
div.row {
    float: left;
    margin: 5px;
}

/* Gruppe */
div.group {
    background-color: #646464;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #38383d;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 10px 10px 3px;
    text-align: left;
}

div.group h3, div.group a.h3 {
    border-bottom: 1px solid #0c0c0c;
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 5px;
}

div.group h3 {
	cursor: default;
}

div.group a.h3 {
	cursor: pointer;
}

div.group:HOVER {
    background-color: #38383d;
}

/* Link */
div.group div#link {
	font-size: 13px;
	margin-bottom: 3px;
}

div.group div#link a {
	cursor: pointer;
}

div.group div#link img{
	width: 14px;
}

div#title {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}

/* HTML */
div.group div.html {
	border-bottom: 1px solid #A2A2A2;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div.group div.html form{
	margin-bottom: 0;
}

/* RSS */
div.rss {
	width: 200px;
}
div.rss div.item {
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
div.rss div.item.last{
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

div.rss div#date{
	font-size: 12px;
}

div.rss div.desc{
    background-color: #ffffff;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    box-shadow: 3px -3px 3px #777777;
    display: none;
    font-size: 11px;
    padding: 3px;
    position: absolute;
    text-align: justify;
    width: 300px;
}

div.rss div.desc img.close{
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 15px;
}
div#link + div.rss {
	border-top: 1px solid #a2a2a2;
    padding-top: 2px;
    margin-top: 2px;
} 

/* farbauswahl*/
body.gruen div.group {
    background-color: #646464;
}
body.gruen div.group:HOVER {
    background-color: #38383d;
}

body.blau table.tabarea div.tab:HOVER {
	background-color: #d3dff4;
}
body.blau div.group {
    background-color: #38383d;
}
body.blau div.group:HOVER {
    background-color: #d3dff4;
}

body.rot table.tabarea div.tab:HOVER {
	background-color: #38383d;
}
body.rot table.tabarea div.tab.active{
    background-color: #ffe7e7;
    border-bottom: 1px solid #ffe7e7;
}
body.rot div#linkspace {
    background-color: #ffe7e7;
}
body.rot div.group {
    background-color: #ffcccc;
}
body.rot div.group:HOVER {
    background-color: #ffdddd;
}

/* Login */
div#start div.group {
	display: inline-block;
	margin-top: 50px;
    width: auto;
}

/* Footer */
div#footer , div#footer  a{
	border-top: 1px solid #A2A2A2;
	color: #A2A2A2;
	font-size: 10px;
	padding-top: 5px;
}