﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
}
  .css3dbutton2 {
     background:#009900; /* background color of button */
    color: black;
     text-decoration:  none;
     font: bold 12px Arial; /* font size and style */
    position:  relative;
                         top: 0; /* anchor main button's position */
    bottom: -6px; /* Depth of 3D effect. :after pseudo element inherits this value so it's animated in Chrome. See: kizu.ru/en/pseudos */
                        margin-bottom: 6px;
     -moz-box-shadow: 0 -7px 3px #99FF66 inset;
     -webkit-box-shadow:  0 -7px 3px #99FF66 inset;
     box-shadow: 0 -7px 3px #99FF66 inset;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     -webkit-transition:  all 0.2s  ease-in-out;
     transition: all 0.2s ease-in-out;
 }

 .css3dbutton2, .css3dbutton2:after {
     display:  inline-block;
     padding: 2px 15px; /* vertical and horizontal padding of button */
    -moz-border-radius: 2px/14px;
     -webkit-border-radius: 2px/15px;
     border-radius:  2px/15px;
     outline: none;
 }

 .css3dbutton2:after { /* pseudo element to construct 3D side of button */
    content: "";
     position: absolute;
     padding: 0;
     z-index: -1;
     bottom: inherit; /* Inherit main button bottom value to animate it. See: kizu.ru/en/pseudos */
    left: 0;
     width: 100%;
     height: 100%;
     background: #009900; /* background color of 3D effect */
    -moz-box-shadow: 1px 0 3px gray;
     -webkit-box-shadow:  1px 0 3px gray;
     box-shadow: 1px 0 3px gray;
 }

 .css3dbutton2:hover {
     -moz-box-shadow: 0 12px 3px #99FF66  inset;
     -webkit-box-shadow:  0 12px 3px #99FF66  inset;
     box-shadow: 0 12px 3px #99FF66 inset;
     background: #009900; /* background color when mouse rolls over button */
}

 .css3dbutton2:active {
     top: 6px; /* shift button down 12px when depressed. Change 12px to match button's "bottom" property above */
    bottom: 0;
     -moz-box-shadow: 0 -10px 3px darkred inset, 1px 1px 2px #eee;
     -webkit-box-shadow:  0 -10px 3px darkred inset, 1px 1px 2px #eee;
     box-shadow: 0 -10px 3px darkred inset, 1px 1px 2px #eee;
 }


  .css3dbutton1 {
     background:#666666; /* background color of button */
    color: black;
     text-decoration:  none;
     font: bold 12px Arial; /* font size and style */
    position:  relative;
                         top: 0; /* anchor main button's position */
    bottom: -6px; /* Depth of 3D effect. :after pseudo element inherits this value so it's animated in Chrome. See: kizu.ru/en/pseudos */
                        margin-bottom: 6px;
     -moz-box-shadow: 0 -7px 3px #CCCCCC inset;
     -webkit-box-shadow:  0 -7px 3px #CCCCCC inset;
     box-shadow: 0 -7px 3px #CCCCCC inset;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     -webkit-transition:  all 0.2s  ease-in-out;
     transition: all 0.2s ease-in-out;
 }

 .css3dbutton1, .css3dbutton1:after {
     display:  inline-block;
     padding: 2px 15px; /* vertical and horizontal padding of button */
    -moz-border-radius: 2px/14px;
     -webkit-border-radius: 2px/15px;
     border-radius:  2px/15px;
     outline: none;
 }

 .css3dbutton1:after { /* pseudo element to construct 3D side of button */
    content: "";
     position: absolute;
     padding: 0;
     z-index: -1;
     bottom: inherit; /* Inherit main button bottom value to animate it. See: kizu.ru/en/pseudos */
    left: 0;
     width: 100%;
     height: 100%;
     background: #666666; /* background color of 3D effect */
    -moz-box-shadow: 1px 0 3px gray;
     -webkit-box-shadow:  1px 0 3px gray;
     box-shadow: 1px 0 3px gray;
 }

 .css3dbutton1:hover {
     -moz-box-shadow: 0 12px 3px #CCCCCC  inset;
     -webkit-box-shadow:  0 12px 3px #CCCCCC  inset;
     box-shadow: 0 12px 3px #CCCCCC inset;
     background: #666666; /* background color when mouse rolls over button */
}

 .css3dbutton1:active {
     top: 6px; /* shift button down 12px when depressed. Change 12px to match button's "bottom" property above */
    bottom: 0;
     -moz-box-shadow: 0 -10px 3px #CCCCCC inset, 1px 1px 2px #eee;
     -webkit-box-shadow:  0 -10px 3px #CCCCCC inset, 1px 1px 2px #eee;
     box-shadow: 0 -10px 3px #CCCCCC inset, 1px 1px 2px #eee;
 }
h1, h2, h3, h4, h5 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #2B2A29;
	height: 1px;
}

a {
	text-decoration: none;
	color: #2B2A29;
}

a:visited {
	color: #2B2A29;
}

a:hover {
	text-decoration: underline;
	color: #50C010;
}

a:active {
	color: #2B2A29;
}

body {
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #2B2A29;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 1000px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;

}

h1 {
	position: absolute;
	left: 23px;
	top: 4px;
	text-transform: uppercase;
	font-size: 18px;
align="center";
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

.menua
{
    position: absolute;
    left: 37px;
    top: 17px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 14px;
}

.nav {
	position: absolute;
	left: 23px;
	top: 30px;
	text-transform: uppercase;
	font-size: 10px;
}

/* NAVIGATION RECHTS??? */
.navr {
	position: absolute;
	right: 150px;
	top: 17px;
	text-transform: uppercase;
	font-size: 10px;
}


.menua a:visited, .nav a:visited {
	color: #409020;
}

/* WALLBOARD */
.WBTable
{
 
}

.WBTitle
{
	text-align:center;
	background:#cccccc;
}

.WBData
{
	text-align:center;
	font-size:14px;
	background:#eeeeee;
}





/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */
#home, #resume, #links, #register, #admin-albums, #admin-photos {
	background-image: url(images/body-repeat.gif);
	position: relative;
	width: 926px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 164px;   /* 214 */
	height: 100%;
}

#content {
	margin-left: 200px; /* 214 */
}

#home h4{
	margin-top: 7px;
	border-top: 1px solid #bababa;
	padding-top: 5px;
	position: absolute;
	left: 37px;
	width: 214px;
}

/* 1.1 SHIM */
.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
	color:#cc0033;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}




/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 20px 0px 20px;
	padding-bottom: 40px;
	width: 960px;
}



/* 3 FOOTER */

.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 55px;
  padding-left: 20px;
	text-align: center;
}
.footer {
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	margin-left: auto;
  padding-left: 20px;
	margin-right: auto;
	width: 1000px;
	height: 55px;
	text-align: center;
	font-size: 10px;
}
.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #409020;
}

/* 4 MODAL */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.collHidden
{
    visibility:hidden;
}

.collHead
{
	background-color:Silver;
	color:White;
	
	padding: 5px 5px 5px 5px;
	font-weight:bold;
	font-size:1.2em;
}

.collHeadNoPadding
{
	background-color:Silver;
	color:White;

	padding: 0px 0px 0px 0px;
	font-weight:bold;
	font-size:1.2em;
}
.collContent
{
	border:0;
	border-style:solid;
	border-color:Silver;
	border-width:1px;
	padding-left:10px;
	margin-left:-5px;
	padding-right:10px;
	margin-right:-5px;
}

.warning
{
	font-weight: bold;
	color: red;
}





/* 4 MRS Report */
table.sample 
{
	border-style: none;
	background-color: gray;
}
table.sample th 
{
    font-size:0px;
	padding: 0px;
	border-style: none;
}
table.sample td 
{
    font-size:10px;
    text-align:center;
	padding: 0px;
	border-style: none;
	background-color: white;
}
