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

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

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


* {
padding: 0; margin: 0
}


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
{
			min-height:690px;
			width:820px;
			padding:0px;
			left: 50%;
			margin-left: -410px;
			margin-top:40px;
			position:absolute;
			padding-bottom:80px;
			margin-bottom:80px;
}


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: 820px;
height: 50px;
}


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

#content-full {
	padding-top: 20px;
	display: inline;
	float: left;
	width: 820px;
	height: 390px;
}


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


#foot {
	text-align: center;
	width: 820px;
	height: 10px;
	padding: 0px;
	margin-top: 23px;
	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;
	font-size: 12px;
}

.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;
}