/*
Theme Name: TOKUGAWA
Description: aktiengesellschaft TOKUGAWA
Author: Christian Speelmanns
Author URI: http://www.speelmanns.de
*/


/************************************************
*	DIVS	*
************************************************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Calibri, Lucida, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
}

#seite {
	width: 468px;
	margin: auto;
}

#kopf {
	width: 468px;
	height: 90px;
	margin-bottom: 20px;
	border-bottom: 1px #000000 solid;

}



.fest {
	float: left;
	width: 468px;

}

#aktuell {
	float: left;
	width: 468px;
	margin-bottom: 20px;


}

.kategorie {
	float: left;
	width: 468px;
	margin-bottom: 20px;

}

.eintrag {
	float: left;
	width: 468px;
	margin-bottom: 20px;

}

.eintragskopf {
	float: right;
	height: 27px;
	width: 468px;
	text-align: right;
}

.uberschrift {
	float: left;
	height: 40px;
	width: 468px;
	margin-bottom: 20px;

}

.eintragskorper {
	float: left;
	width: 468px;
}


#fuss {
	float: left;
	width: 468px;
	margin-top: 18px;
	margin-bottom: 90px;
	position: relative;
	border-top: 1px #000000 solid;
}



ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 468px;
	}


ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 468px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	border-bottom: 0;
	}

li:hover ul { display: block; }


/************************************************
*	Typografie	*
************************************************/
a {
	text-decoration: none;
	color: #000000;

}

a:hover{
	text-decoration: underline;
	color: #000000;

}

p {
	margin-bottom: 10px;

}

h1 {
	font-weight: bold;
	font-size: 40px;
	line-height: 56px;
	color: #000000;
	text-decoration: none;

}

h2 {
	font-weight: normal;
	font-size: 21px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 20px;

}
