:root {
    /*--main-dunkel: #b51619;*/
    --main-dunkel: #b2524c;
    --textarea-bg: #f9efef;
    --bold: #4dadb3;
    --link: #fff;
    --h2: #b2524c;
    --navi-schrift: #f6efea;
    --table-bg: #b51619;
    --table-hover: #b2524c;
    --background: #262626;
    --textcolor: #f0f0f0;
    --akzentfarbe: #515151;
}

/* Layout Divs */
#header2 {
    background-image: url('../images/layout/touka/header.png');
}

/* Head and Navigation*/
#tablenavi {
    background: url('../images/layout/touka/navi.png') transparent no-repeat;
}

/* Headline Styles */
h1 {
    background: url('../images/layout/touka/h1.png') transparent no-repeat;
}

/* Polarlicht */
#polarlicht {
    background-image: url('../images/layout/touka/polarlicht.png');
}
.table2{
	border-top:1px solid #1a1a1a;
	border-left:1px solid #1a1a1a;
	background:#1a1a1a;
}
 
.table2 td{
	border-right:1px solid #1a1a1a;
	border-bottom:1px solid #1a1a1a;
	background: #515151;
}

.table2 th{
	border-bottom:1px solid #1a1a1a;
	border-right:1px solid #1a1a1a;
}

 a:link, a:visited, a:active { /* Normal Link, Visited Link, Active Link */
    text-shadow:0 0 0.3em #000;
}

#header, #sidebar nav ul li a.navigation:link, #header, #sidebar nav ul li a.navigation:active, #header, #sidebar nav ul li a.navigation:visited {
text-shadow:0 0 0.3em #000;
}