﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background-image: url('images/body-gr.jpg');
	background-color: #0C220C;
	font-size: 14px;
	color: #FFCA57;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
	border: 1px solid #DDD;
	background-color: #0C220C;
}

#header { width: 100%;}
#header img { border: 0px;}

#header p.menue {
	background: url(images/top.jpg) repeat-x;
	font-weight: bold;
	font-size: 1.3em;
	border-bottom: 1px solid #DDD;
	line-height: 30px;
	width: 1024px;
	margin-top: 00px;
	float: right;
}

#header p.menue img {
	border-right: 1px solid #111;
	width: 145px;
	float: left;
}

#header p.menue a {
	border-left: 1px solid #111;
	text-align: center;
	text-decoration: none;
	line-height: 28px;
	color: #F7F7F7;
	display: block;
	width: 145px;
	float: right;
}

#header p.menue a:hover {
	border-left: 1px solid #111;
	background: #004000;
	text-align: center;
	line-height: 28px;
	display: block;
	width: 145px;
	float: right;
}

#content {
	font-size: 12px;
	text-align: justify;
	padding: 5px;
}

#footer {
	font-size:12px;
	border-top:1px solid #FFF;
	padding:5px;
	text-align:center;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 16px;
}

a:link {
	color: #E7E7E7;
	text-decoration: underline;
}
a:visited {
	color: #E7E7E7;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #E7E7E7;
	text-decoration: underline;
}

/* Setcards */
td {
	font-family: Arial;
	color: #E7E7E7;
	font-size: 12;
	vertical-align: top;
	line-height: 1.4;
}

.boxbody {
	padding: 5px;
	background-color: #004200;
	margin: 0px 5px 5px 5px;
}

.boxbody-img {
	padding: 5px;
	background-color: #006200;
	margin: 5px 5px 5px 5px;
}

#twitter {
	position: fixed;
	right:10px;
	top:10px;
	width:100px;
	height:100px;
	z-index:1;
}
        
.addthis_toolbox.atfixed {
    position: fixed;
    top: 20px;
    right: 3px;
    border: 0px solid #eee;
    padding: 5px 5px 1px;
    width: 32px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	z-index:2;
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.addthis_toolbox .custom_images a img { border: 0; margin: 0 0 1px; opacity: 1.0; }
.addthis_toolbox .custom_images a:hover img { margin: 1px 0 0; opacity: 0.75; }