/********************************** Kawaii Stylesheet **********************************/

/*** Tag Definiting ***/
* {	/* All Tags */
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
	font-weight: normal;
	border: none;
	
	/* standards */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;	
	color: #006;
}

body {
	background: url(../pics/homepage/logo.png) no-repeat center 20px #F60;
}

hr {
	border: 1px solid #36F;
	margin: 10px 0px;
}

li {
	margin-left:25px;
}

strong {
	font-weight: bold;
}

table {
	border-collapse:collapse;
}

/* - Info - Links und Img Tags sind weiter unten unter Allgemeines definiert! */



/****** Divs mit ID (Site:Head, Left, Right usw.) ******/
div#head {
	background: url(../pics/homepage/head.gif) repeat-x #6F0;
	border: 10px #06F solid;
	border-bottom: none;
	margin: 300px auto 0px;
	
	width: 81%;
	
	border-bottom: 2px #09C solid;
	height: 200px;
}
div#head img {
	margin-top: -40px;
	float: right;
}

div#container {
	background-color: #6F0;
	border: 20px #06F solid;
	border-top: none;
	
	width: 80%;
	margin: 0px auto 10px;
	padding: 20px;
	padding-top: 0px;
}

div#special_title {	/* Direkt unter dem Banner */
	border-bottom: 3px #F3C solid;
	text-align: center;
	padding:10px 0px;
}
div#special_title span {
	
}
div#special_title img {
	float: left;
	margin-top: -531px;
	margin-bottom: -30px;
	margin-left: -100px;
}
div#special_title:hover {
	
}

div#contentainer {
	padding-top: 20px;
}

div#left {
	float: right;
	border: 3px #F3C dashed;
	border-right: 10px #06F solid;
	background-color:#3C0;
	
	margin: 0px -80px 10px 10px;
	padding: 10px 10px 10px 20px;
	width: 250px;
}

	div#left span { /* Der Titel des Menus */
		font-weight: bold;
	}
	
	div#left ul {
		
	}
	div#left ul:hover {
		
	}
	
	div#left ul li {
		margin: 0px;
	}
	
	div#left ul li a {
		display: block;
		padding-left: 20px;
		border: none;
	}
	div#left ul li a:hover {
		background-color: #0F3;
		border-right: 30px #C36 dotted;
	}
	div#left ul li a:active {
		
	}
	
	div#left hr {
		
	}
	
	div#left div#werbung {
		
	}

div#content {
	
}

div#footer {
	border-top: 3px #F3C solid;
	margin: 10px 0px 0px 0px;
	padding: 20px;
	
	clear: right;
}

	div#footer img#anim_nav_begl {
		
	}
	
	div#footer div#ccl { /* Creative Common Licence */
		
	}
		div#footer div#ccl img { /* Creative Common Licence */
			
		}
		div#footer div#ccl img:hover {
			
		}
	
	div#footer div#copyright {
		padding: 10px 0px;
	}
		div#footer div#copyright a:hover {
			
		}
	
	a#top {
		
	}
	a:hover#top {
		
	}

div#werb_bot {
	text-align: center;
	margin-bottom: 20px;
}


/****** Allgemeines Zeugs und so ^^ ******/

/**** Spezielle Schriften ****/
h1 {
	font-size: 18px;
}
h1:first-letter {
	
}

h2 {
	padding-top: 10px;
	font-size: 16px;
}
h2:first-letter {
	
}
h2:after {
	
}

h3 {	/* Important Things */
	font-size: 14px;
}

span.imp {	/* Less Important Things */
	color: #C36;
}

div#right span { /* Titel für den Teil rechts der Page */
	
}


/***** Links *****/
a {
	border-bottom: 1px #006 dashed;
}
a:hover {
	border-bottom: none;
}

a img {
	
}
a:hover img {
	
}


/***** Formulare *****/

form fieldset {
	border: 3px #0FF solid;
	border-right: none; border-left: none;
	background-color: #6CC; 
	
	padding: 10px 10px 20px;
	margin: 5px 0px;
}

form fieldset legend {
	border: 1px black solid;
	background-color: #069;
	color: #CCC;
	padding: 0px 10px;
	margin-left: 10px;
	font-size: 13px;
}

form fieldset label {
	
}

form fieldset textarea,
form fieldset select,
form fieldset input {
	border: 1px #030 solid;
}

/***** Bilder *****/

img {
	
}

img:hover {
	
}

div#banner {
	
}

div#banner_sm {
	
}

div#banner a img {
	
}

div#banner_sm a img {
	
}

img.pics_default {
	
}

div.pwbad {	/*pwbad = Pic with Background and Descreption*/
	border: 4px #360 solid;
	background-color:#6F0;
	padding: 10px;
}

	div.pwbad a:hover {
		
	}
	div.pwbad a img {
		border: 1px #000 solid;
	}
	div.pwbad a:hover img {
		
	}
	
	div.pwbad span {
		
	}
	div.pwbad span a:hover {
		
	}

/***** Spezielles *****/
.center {
	margin:0px auto;
	text-align:center;
}

div.bordt {
	
}

div.bordt div {
	
}

div.bordt div span {
	
}

/* Spoiler --> So setzt man den Spoila ein: <div class="spoila_pic">&nbsp;</div><a class="spoiler">TEXT</a> */
	/* Spoila_Pic ist in den IE Styles definiert */
a.spoiler {	/**Der Text, der die gleiche Farbee wie der Background hat**/
	color: #0C0;
	border: none;
}
a.spoiler:before {
	color: #C33;
	font-weight: bold;
	content: "Spoiler: ";
}
a:hover.spoiler {	/**Wenn Mousover, dann; Farbe des Textes ändern**/
	color: #006;
}




/***** Seitenbasiertes ******/


/* News */
span.date {
	border: 1.4115px #90C solid;
	border-bottom: none;
	padding: 3.58px 20px;
	padding-bottom: 0px;
	margin-left: 39.23840283402348238427348237420834829842px;
	
	background-color:#693;
	color: #C00;
}

p.news {
	border: 3.8230px #90C solid;
	padding: 10px;
	
	background:#0C9;
}
p.news:hover {
	
}

.newstitle { /* ??????*/
	/*border-bottom: 2px #369 solid;
	font-size: 48px;*/
}

/* Rechtliches */

ul#rechtliches {
	
}

ul#rechtliches li img {
	float: left;
	margin: 0px 10px 0px 0px;
	
	width: 150px;
}

/* Team */
div.teammensch {
	border: 3.8230px #90C solid;
	padding: 10px;
	
	background:#0C9;
}
div.teammensch:hover {
	
}

div.teammensch div.pwbad {
	float: left;
	margin: 0px 20px 20px 0px;
}

/*div.teammensch div.pwbad img {

}

div.teammensch div {
	
}*/

/* Partner */
span.partner {
	
}

/* Fanarts */
/*div#fanarts {

}

div#fanarts a {
	
}*/

div#fanarts a img {
	width: 100px;
}
div#fanarts a:hover img {
	
}


/* Kontakt(formular) */
div#kontakt {
	border: 10px #600 dotted;
	width: 300px;
	text-align: center;
	padding: 40px 0px;
	margin: 0px auto;
}

div#kontakt h3 {
	color: #C00;
}


/* Jap-Deu-Lex */
div.japdeulex {
	
}

div.japdeulex_show {
	border-top: 2px #09C solid;
	background:#0FF;
	padding: 10px;
	margin: 10px 0px;
}
div.japdeulex_show:hover {
    border-top: 2px #0FF solid;
	background:#09C;
}
div.japdeulex_show a {
	
}


/* Japanische Schrift */

table.jap_schrift {
	
}

table.jap_schrift tr td { /* Alle */
	padding: 3px;
}
table.jap_schrift tr td:hover {
   background-color: #093;
}

table.jap_schrift td.first_td { /* Linke Spalte(n) */
	background-color: #0FC;
}

table.jap_schrift tr.jap_schrift_oben { /* Erste Zeile */
	background-color: #CC0;
}

/* Naruto */
table.naruto_fingerzeichen,
table.naruto_myobokuzan {
	margin: 0px auto;
	border: 2px #0CF solid;
}
table.naruto_fingerzeichen tr {
	
}
table.naruto_fingerzeichen tr td,
table.naruto_myobokuzan tr td {
	padding: 20px;
	background-color: #093;
}
table.naruto_myobokuzan tr td {
	
}
table.naruto_fingerzeichen tr td.naru_fingerz_img {
	
}
table.naruto_fingerzeichen tr td.naru_fingerz_img img {
	border: 1px #000 solid;
}


/* Fullmoon wo Sagashite */
img.fmws_left {
	float:left;
	margin-right: 10px;
}

div.fmws_manga {
	border: 2px #0CF solid;
	background-color:#093;
	padding: 20px;
	
	margin: 20px 0px;
}
div.fmws_manga:hover {
	
}


/* Videos und so */

div.amvs {
	text-align: center;
}
