/*Body-Eigenschaften*/
body {
            	background:url(images/background.png) fixed;
	background-repeat:no-repeat;
background-position:right bottom;

	margin: 0px;
	
	font-family: Monlengo, Arial;
	
}
/*Links*/
a:link {
	color: black;
	text-decoration: none;
}
a:visited {

	color: black;
	text-decoration: none;
}

a:hover {
     color: black;
}

a:active {
	color: white;

	text-decoration: none
}
/*Schrift und Listen*/
p {

	font-size: 15px;
	margin: 0px 0px 0px 0px;
	margin-bottom:15px;
	color: black;
	text-align:justify;
	font-family: 'Molengo';
}
/*h1 {
  --font-variant:small-caps; 
	font-size: 25px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	--font-weight: bold;
	text-decoration: none;
	
} */


h1{
border-bottom: 1px dotted black;
text-shadow: 2px 2px 0px #959595;
padding-top: 5px;
	font-family: 'CarterOne';
color: #000;
}

h1:hover{
text-shadow: 2px 2px 3px #663333;
}


h3 {
	font-size: 80%;
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	clear: left;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
/*DIV CONTAINER*/
/*Logo*/


#logo {
	position: relative;
	height: 170px;
	width: 200px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/logo.png);
}


#logoTest {
	   position: absolute;
		height: 180px;
	width: 210px;
	z-index: 4;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/logoTest.png);
	margin-top:-0px;
}
#logo:hover {

	background-image: url(images/logoh.png);
}


#header {
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(images/hg.png);
	position: absolute;
	left: 198px;
	top: 9px;
	width: 600px;
	height: 170px;
	
}

#headerTest {
position: absolute;
border-bottom: black solid 3px;
border-top: black solid 3px;
  top: 70px;
      z-index: 3;
  width: 100%;
  box-shadow: 2px 2px 3px #333;
   -moz-box-shadow: 2px 2px 3px #333;
  
  height: 30px;
  
  background-color: #663333;
}
/*content*/
#content {
	position: absolute;
	margin-left: 70px;
	z-index: 2;

	
	top: 135px;
	left: 120px;
	width: 600px;
	height: 100%;
}

#contentTest {
      	position: absolute;
	margin-left: 75px;
	top: 135px;
	left: 120px;
width: 600px;
	height: 100%;

}

#contentTest p a:link {
         text-shadow: 2px 2px 20px #959595;
	color: black;
}

#contentTest p a:hover {
         text-shadow: 2px 2px 20px red;
	color: black;
}


.post {-moz-box-shadow:5px 5px 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow:5px 5px 5px 10px rgba(0,0,0,0.5);
	box-shadow:5px 5px 5px 10px rgba(0,0,0,0.5);

}

.post:hover {-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 5px 5px 5px red;
-webkit-box-shadow: 5px 5px 5px red;
box-shadow: 5px 5px 5px red

}
/*left*/
#left {
	position: relative;
	height: 800px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-repeat: repeat-y;
	background-image: url(images/left.png);
}
#nav {
text-decoration: none;
	float: left;
	margin-top: 65px;
	margin-left: 10px;
	list-style: none;
	font-variant: small-caps;
	float: left;
	padding: 13px;
	font-family: impact;
	font-size: 20px;
}

#navTest{
        width: 100%;
}


#navTest ul{

text-decoration: none;

	list-style: none;
text-decoration: none;
   margin-top: 3px;
	list-style: none;

	margin-left: 180px;

}
  #navTest li{
display: inline;
	list-style: none;
--background: #000;
  margin: 10px;
---moz-border-radius: 45px 20px / 10px 65px;
border-radius: 45px 10px / 10px 25px;
}

#navTest li a{
text-shadow: 3px 3px 0px #000;

	font-family: 'HamburgerHeavenRegular';
color: #fff;
--background: #000;
---moz-border-radius: 25px 10px / 10px 25px;
border-radius: 25px 10px / 10px 25px;
  font-size: 25px;

  --font-family: ScratchRegular;
}

#navTest li a:hover{
text-shadow: 2px 2px 0px #959595;
color: #fff;
--background: red;
---moz-border-radius: 728px 542px / 522px 512px;
--border-radius: 25px 10px / 10px 25px;
}

/*Indexgrafik*/
#index {
	position: absolute;
	display: block;
	z-index: 1;
	top: 150px;
	left: 90px;
	width: 624px;
	height: 164px;
	background-image: url(img/index.png);
	background-repeat: no-repeat;
}

.coverLink {
border: 1px black solid;
                     }
                     
                     .coverLink:hover {
                        
border: 1px black #663333;
                     }

/*Content*/
/* Leftbox and Rightbox für Fotos/Textfloat */
.leftbox, .rightbox {
	/*margin: 13px 13px 15px 0px;*/
	
	
}
.leftbox {  
	float: left;
	border: 0;
	margin-right: 15px
}
.rightbox {
	float: right;
	border: 0;
}
/*Tabellen*/
.table {
	font-size: small;
	font-weight: bold;
}
.table2 {
	font-size: small;
	font-weight: normal;
}
.back {
	color: #ffa521;
	background-color: black;
	font-weight: bold;
}
table {
	clear: right;
	width: 95%;
	font-size: small;
}

th{
border-bottom-color: black;
   border-bottom-width: 1px;
   border: 1px;
}

td {
	vertical-align: top;
	overflow: hidden;
padding: 10px;
}


tr{

	border-bottom-color: black;
   border-bottom-width: 1px;
   border: 1px;

}

tr:hover{
        background-color: #cc3333;
}

tr:hover a:hover{
color:white;
}

@font-face {
	font-family: 'HamburgerHeavenRegular';
	src: url('fonts/hambh___-webfont.eot');
	src: local('HamburgerHeaven'), local('HamburgerHeaven'), url('fonts/hambh___-webfont.woff') format('woff'), url('fonts/hambh___-webfont.ttf') format('truetype'), url('fonts/hambh___-webfont.svg#webfontD1Euai63') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'jamaistevieRegular';
	src: url('fonts/jamaistevie-webfont.eot');
	src: local('?'), url('fonts/jamaistevie-webfont.woff') format('woff'), url('fonts/jamaistevie-webfont.ttf') format('truetype'), url('fonts/jamaistevie-webfont.svg#webfont0Lburybt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GrutchShadedRegular';
	src: url('fonts/grutchshaded-webfont.eot');
	src: local('?'), url('fonts/grutchshaded-webfont.woff') format('woff'), url('fonts/grutchshaded-webfont.ttf') format('truetype'), url('fonts/grutchshaded-webfont.svg#webfontvKWsTryQ') format('svg');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'LoveYaLikeASisterRegular';
	src: url('fonts/loveyalikeasister-webfont.eot');
	src: local('?'), url('fonts/loveyalikeasister-webfont.woff') format('woff'), url('fonts/loveyalikeasister-webfont.ttf') format('truetype'), url('fonts/loveyalikeasister-webfont.svg#webfont92zNkesr') format('svg');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'CarterOne';
	src:  url('fonts/CarterOne.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Monlengo';
	src:  url('fonts/Molengo-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'ScratchRegular';
	src: url('fonts/scratch_-webfont.eot');
	src: local('?'), url('scratch_-webfont.woff') format('woff'), url('scratch_-webfont.ttf') format('truetype'), url('scratch_-webfont.svg#webfontFqYUvtuE') format('svg');
	font-weight: normal;
	font-style: normal;
}
