﻿/*  
    ---------------------------------------
    Erstellt 05.11.2009
    Geändert 15.06.2010
    Dipl. Ing. Viktor Petrow
    Copyright (C)Elvisoft
    ---------------------------------------
*/

/* 0 BASIC TAGS */

h1, h2, h3, h4 {
	margin: 0;
	font-family: verdana, tahoma, helvetica, sans-serif, arial;
}

h3 {
	color: Black;
}

h4 {
	text-decoration: underline;
}

body {
	background-color: #ffffff;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:  verdana, tahoma, helvetica, sans-serif, arial;
	font-size: 0.7em;
	color: #333366;
}

legend {
    color: #B4B4B4;
    font-weight: bold;
}

a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #d32525;
}

a:hover {
	text-decoration: underline;
	color: #006699;
}

a:active {
	color: #d32525;
}

td {
	margin: 0px;
	padding: 0px;
}

/* 1 HEADER */

.none
{
    display: none;
}

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 984px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.navm {
	position: absolute;
	left: 0px;
	top: 55px;
	font-size: 10px;
}

.konto_de {
	text-transform: uppercase;
	position: absolute;
	left: 399px;
	top: 55px;
	font-size: 10px;
}

.nav {
	text-transform: uppercase;
	position: absolute;
	left: 0px;
	top: 80px;
	font-size: 10px;
}

.nav a, .nav a:visited {
	color: White;
}

.nav a:hover, .nav a:active {
	color: #006699;
}

.nav_login {
	text-transform: uppercase;
	position: absolute;
	right: 0px;
	top: 80px;
	font-size: 10px;
	color: White;
}

.nav_login a, .nav_login a:visited {
	color: White;
}

.nav_login a:hover, .nav_login a:active {
	color: #006699;
}

.menum {
	text-transform: uppercase;
	text-align: left;
	font-size: 10px;
}

.menum a, .menum a:visited {
	color: #d32525;
}

.menum a:active, .menum a:hover {
	color: #006699;
}

.lang {
	position: absolute;
	right: 0px;
	top: 55px;
}

.panel {
	BorderWidth: 1px;
	BorderColor: #D0D0BF;
}

.column_rechts {
	float: right;
	width: 220px;
	height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 6px;
}

.column_links {
	float: left;
	width: 528px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/* 1 FOOTER */

.footer {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 25px;
	text-align: center;
	font-size: 10px;
}

/* 2 PAGE */

.page {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.menuc {
	text-transform: uppercase;
	font-size: 10px;
	width: 100%;
}

.menuc a {
	color: Black;
}

.menuc a:hover {
	color: #006699;
}

.menuc a:active {
	color: #d32525;
}

.menucSelected a {
	color: White;
}

/* shows a visual seperation */
.solidline
{
    border-bottom: 1px solid #BB3333;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

.dashedline
{
    border-bottom: 1px dashed #BB3333;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

.clear2column
{
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    font-size:0px;
    height: 0px;
    clear: both;
}

.padding_10
{
    padding: 10px 10px 0px 10px;
}

.margin_top_10
{
    margin: 10px 0px 0px 0px;
}

.margin_top_10_border
{
    margin: 10px 0px 0px 0px;
    border-color: #B39084;
    border-width: 1px;
    border-style: solid;
    width: 200px;
}

.textbox {
    font-size: 1em;
}

.formview {
    padding: 0px;
    margin: 0px;
}

.table {
    padding: 0px;
    margin: 0px;
}

.tr {
    padding: 0px;
    margin: 0px;
}

.td {
    padding: 0px;
    margin: 0px;
}

.page_image {
    padding: 1px;
    background: #ECD072;
    margin: 5px 0px 5px;
}

.headline {
	background-repeat: repeat-x;
    background-color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 0px;
    text-align: center;
    border: solid 1px #000000;
    width: 99%;
}

/* 2.1 HOME, ADMIN/PHOTOS PAGES */

#home {
	position: relative;
	width: 984px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 20px;
}

#sidebar {
	float: left;
	width: 224px;
	margin: 0px;
	padding: 0px;
}

#content 
{
	margin: 0px 0px 0px 230px;
	padding: 0px;
}

#columfull
{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 940px;
}

#bild_left {
	float: left;
	padding: 0px 10px 0px 0px;
}

#bild_right {
	float: right;
	padding: 0px 0px 0px 10px;
}

#bild_right_table {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}

/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 3px solid #FFFFFF;
}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    background: url(images/background_button_small.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height: 25px;
    font-weight: normal;
    font-size: 10px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
    background: url(images/background_button_small-ovr.gif) repeat-x;
    text-decoration: underline;
}

/************************************************************************
* 
* Accordion
*
************************************************************************/

.labelSidebar
{
	font-weight: bold;
    padding: 5px 5px 5px 10px;
	background-color: Maroon;
	color: White;
}

.accHead
{
	text-transform: uppercase;
	background-color: #FFFFFF;
	padding: 2px 4px 2px 10px;
	font-size: 10px;
	color: GrayText;
	cursor: pointer;
	cursor: hand;
}

.accHeadSelected
{
	text-transform: uppercase;
	background-color: #E03636;
	padding: 4px 4px 4px 10px;
	font-size: 10px;
	color: White;
	cursor: default;
}

.accContent
{
    padding: 4px 5px 5px 15px;
	background-color: #FFFEEF;
	color: Black;
}

.accLink
{
	color: Black;
}

.textboxColor {
    background-color: #E03636;
    padding: 3px 20px 3px 20px;
    color: White;
}

.textboxColorM {
    background-color: #C80000;
    padding: 3px 20px 3px 20px;
    color: White;
}

.UserCounter
{
	text-transform: uppercase;
	background-color: Teal;
	font-size: 10px;
	color: White;
	cursor: default;
	text-align: center;
	padding: 4px 0px;
	margin: 0px;
	width: 100%;
}

/************************************************************************
* 
* Modal Popup's
*
************************************************************************/

.popupMenu {
	position: absolute;
	visibility: hidden;
}

.popupHover {
	background-color: #FFEBB5;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    text-align: left;
    background-color: White;
    padding: 5px;
    width: 650px;
}

.modalPopupConfirm
{
    padding: 5px;
    text-align: left;
    background-color: White;
}

.PopUpHeadline {
	padding: 5px;
    text-align: center;
    color: #FFFFFF;
	font-size: 12px;
    background-color: #d32525;
}
