/* CSS Document */
/* MOTOYAMAdesign */
/* coded by Tino Urbiks */


/* ___________________________ HTML definitionen Start ___________________________ */

* {
	margin: 0;
	padding: 0;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffcc;
	color: #666;
	}


img {
	border: 0;
}


hr {
	color: #666; /* Mozilla */
	background-color: #666; /* Ie */
	border: #666; /* Opera */
	height: 1px;
}

/* ___________________________ HTML definitionen Start ___________________________ */






/* ___________________________ Standarts Start ___________________________ */

.floatLeft {
	width: 448px;
	float: left;
}

.floatRight {
	width: 263px;
	float: right;
	padding-top: 10px;
}

.killfloat {
	margin: 0;
	padding: 0;
	clear:both;
	visibility: hidden;
	}	

/* ___________________________ Standarts Ende ___________________________ */


/* ___________________________ Definiton der Hauptnavigation Start ___________________________*/

a {
	text-decoration: none;
	color: #666;
}

a:visited {
	text-decoration: none;
}

a:hover, a:focus {
color: #993300;
}

/* ___________________________ Definiton der Hauptnavigation Ende ___________________________*/





/* ___________________________ Schriften definition der Typo Start ___________________________ */

h1 {
	margin: 0 0 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #666;
	}

h2 {
	margin: 40px 0 0 10px;
	padding: 5p;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #993300;
	}

h3 { /* wie h2 nur mit weniger Abstand nach oben*/
	margin: 20px 0 0 10px;
	padding: 5p;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #993300;
	}

p {
	margin: 10px 10px 0 10px;
	}
	

strong {
	font-size: 1em;
	font-weight: normal;
	color: #993300;
	}

/* ___________________________ Schriften definition der Typo Ende ___________________________ */






/* ___________________________ Layout Start ___________________________ */

#container {
	margin: 0px auto;
	padding: 0;
	height: 143px;
	width: 952px;
	background-image:url(images/top.gif);
	background-repeat: no-repeat;
}

#navContainer {
	margin: 53px 0 0 0;
	padding-left: 10px;
	width: 231px;
	float: left;
}

#contentContainer {
	margin-top: 7px;
	padding: 42px 0px 50px 0px;
	width: 711px;
	background-color: #FFF;
	float: left;
}
#contentContainer2 {
	margin-top: 7px;
	padding: 0px 0px 50px 252px;
	width: 711px;
	background-color: #ffffcc;
	float: left;
	font-weight: bold;
	}

#contentContainer a {
	text-decoration: underline;
	font-weight: bold;
}

#navTopContainer {
	padding-top: 114px;
	text-align: right;
	background-image: none;
	color: #FFF;
}


/* ___________________________ Layout Ende ___________________________ */







/* ___________________________ Navigation linke Seite Start ___________________________  */

/* Navigation Links Start */


#navlist ul {
	margin: 0;
	padding: 0;
	}

#navlist li {
	margin: 0;
	padding: 0 0 4px 14px;
	list-style-type: none;
	background-image: url(images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	}

#navlist a {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #993300;
	}

#navlist li ul {
	padding: 0 0 24px 0;
	}

#navlist li ul li {
	padding: 2px 0 2px 9px;
	background-image: url(images/minus.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	}

#navlist li ul li a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	}

#navlist a:hover {
	border-bottom: 1px dotted #993300;
	}

#navlist li ul li a:hover {
	border-bottom: 1px dotted #000;
	}

#navlist a#current { /* Diese Id iist fr den Aktuellen Link und kommt ins a tag */
	border-bottom: 1px dotted #993300;
	}

#navlist li ul li  a#current { /* Diese Id iist fr den Aktuellen Link und kommt ins a tag */
	border-bottom: 1px dotted #993300;
	}

/* Navigation Links Ende */

/* ___________________________  Navigation linke Seite Ende ___________________________  */

#navTopContainer a {
	text-decoration: none;
	color: #FFF;
}

#navTopContainer a:visited {
	text-decoration: none;
}

#navTopContainer a:hover, a:focus {
color: #999;
}
