/* Css Style Sheet für die Homepage der Ludothek Romanshorn. Erstellt im Juni 2009 von Regula Burkhard, burkhard.kobler@gmx.ch.*/

/* Elements */

body {
	background: #FFCC00;
	margin: 0px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #6C6C6C;
	background-color: #FFCC00;
}

h2, h3 {
	margin-top: 0px;
}

p, ul, blockquote {
	color: #666666;
	text-decoration: none;
}

a {
	color: #2C2C2C;
	text-decoration: none;
	
}

a:hover {
	font-weight: 500;
	color: #666666;
	text-decoration: none;
}


/* Header */

#header {
	width: 600px;
	height: 290px;
	margin: 0px auto;
	background: url(../images/indexbild_ludo.png);
}

#header h1 {
	margin: 0px;
	padding: 180px 0 0 70px;
	font-size: 38px;
	letter-spacing: -1px;
	text-decoration:none;
	color: #666666;
}



/* Menu */

#menu {
	width: 600px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#menu a {
	display: block;
	float: left;
	width: 120px;
	padding: 7px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-color: #E2E2E2;
}

#menu a:hover {
	background: #CCCCCC;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 600px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 360px;
	margin-top: 20px;
	padding-right: 20px;
	color: #666666;
}

#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}


#content h2 {
	padding: 8px 0px 8px 8px;
	text-transform: uppercase;
	font-size: 18px;
	color: #6C6C6C;
	border-width: 1px;
	border-style: dotted;
	vertical-align:middle;
	
}


#content h3 {
	color: #6C6C6C;
	font-size: 14px;
}


/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 20px;
	background:#D3D3D3;
	background-color: #E2E2E2;
}

#footer p {
	margin: 0px;
	padding-top: 4px;
	padding-right: 11px;
	text-align: right;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}




