/* :::::::::::::::

css für www.guidokellermann.de
Datum: 23.10.2019
Autor: Guido Kellermann

:::::::::::::::::*/


* {
    padding: 0;
    margin-right: -8px;
    margin-left: -8px;
    margin-bottom: -8px;
}


html {
	height: 101%;
	background: url(Bilder/IMG_0829_LW_201401_2800px_Neu.jpg) no-repeat center center fixed;
*/
	background: #a0acb1 no-repeat center center fixed;
	background-size: cover;
	height: 100%;
	overflow: hidden;
}



body {

text-align: center;
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.75em;
font-style: normal;
line-height: 1.5em;
margin:0;
padding:0;
height:100%;
}



#centerbox
{
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    height: 170px;
    width: 540px;
    left: 50%;
    margin-left: -270px;
    margin-top: -185px;
    /* margin-top: -185px; */
    padding-top: 35px;
    top: 50%;
    position: absolute;
    padding-bottom: 85px;
    margin-bottom: 80px;
    text-align: center;
    /* [disabled]-webkit-box-shadow: 0px 0px 50px 2px #505050; */
    /* [disabled]box-shadow: 0px 0px 50px 2px #505050; */
}



img {
   border:0px;
}


/*
#wrapper {
	border-style: solid;
border-color: grey;
border-width: 1px;
left: 50%;
	margin-left: -410;
	width: 820px;
	height: 640px;
	padding: 0pt;
	position: absolute;
	margin-top: -375px;
	top: 50%;
}
*/


#head {
width: 540px;
height: 50px;
}


#content-wrapper {
	float: left;
	width: 540px;
	height: 550px;
}

#content-full {
    padding-top: 5px;
    float: left;
    width: 540px;
    height: 390px;
}


#navi-wrapper {
	float: 540px;
	height: 40px;
	text-align: center;
}


#foot {
    text-align: center;
    width: 540px;
    height: 10px;
    padding: 0px;
    margin-top: 35px;
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    float: left;
}


.link_active {
	/*color: #faa500;*/
	font-weight: bolder;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #faa500;
	text-decoration: none;
}
a:active {
	color: #faa500;
	text-decoration: none;
	
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
	font-size: 16px;
}

.lyric {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;	
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}

a:active.lyric {
	color: #faa500;
	text-decoration: none;
	font-size: 10px;
}

#h1 {
    line-height: 35px;
    font-size: 28px;
    text-align: center;
    width: auto;
    color: #545454;
    margin-top: 35px;
}

#h2 {
    margin-top: 25px;
}
