/*================================================
      Präambel
================================================*/

* {
   padding: 0;
   margin: 0;
}

body
{
     /*  background-color: #cccccc; */ 
     background-color: #E7D7D4; 
      background-image: url(grafiken/hintergrund5.png);
      background-repeat: repeat-x;
}

/*================================================
      Basisdeklarationen
================================================*/

h1 {
	text-align: center;
	text-decoration: underline;	
	margin-top:    0.5em;
	margin-bottom: 0.5em;
	font-size: 2em;
}

h2 {
	text-align: center;
	text-decoration: none;
	margin-top:    1em;
	margin-bottom: 0.5em;
	font-size: 1.5em;
}

h3 {
	text-align: left;
	text-decoration: none;
	margin-top:    1em;
	margin-bottom: 0.2em;
	font-size: 1.2em;
}

p{
	margin: 5px 0;	
}

ul {
	margin-left: 20px;	
}

a {
	color:#A0522D ;	
}

/*================================================
      Divs
================================================*/

#rahmen {
      width:800px;
      border: 1px solid black;
      margin-left:auto;
      margin-right:auto;
      margin-top:20px;
      margin-bottom:20px;
}

#container {
         height:313px;
         padding: 5px 0;
}

#navo {
      height:270px;
}

#navu {

      height:44px;
      text-align:right;
}

#content {
         background-color:white;
         padding: 10px;
         background-image:url(grafiken/logo25.png); 
         background-attachment: fixed;
         background-repeat: no-repeat;
         background-position: center center;
}

#fuss {
      background-color: black;
      color:white;
/*      height:20px; */
      font-size: 0.6em;
      padding:5px;
      text-align:center;
}

/*================================================
      Navi
================================================*/

#container a{
      background-image: url(./grafiken/hinterlink.png);
      text-decoration:none;
      font-weight:bold;
      display:block;
      padding: 0 15px;
      color: black;

}

#fuss a{
      padding-left: 7px;
      padding-right: 7px;
}

#rahmen #container div a:hover{
/*      font-size: 1.5em;*/
      text-decoration: underline;
      letter-spacing: 0.1em;
      color: red;
}

/*================================================
      Navi - Allgemein
================================================*/
#navo ul,
#navu ul,
#fuss ul
{
      list-style: none;
      margin: 0;
}

#navo li,
#navu li,
#fuss li
{
      display: inline;
      
}
/*================================================
      Navibild
================================================*/

#container {
    /*  background-color:black; */
      background-image:url(./bg/matte800.jpg); 
}

#ninjutsu #container,
#faq #container,
#lexikon #container  
{
      /*background-image:url(./bg/tempel800.jpg);*/
}

#dojo #container, 
#verein #container,
#beit #container,
#zeiten #container,
#download #container
{
      /*background-image:url(./bg/dojo800.jpg);*/
}

/*================================================
      Hauptmenü & Submenü
================================================*/

#container a:link,
#container a:visited,
#container a:active {
   color: black;
}

#navo li{
      float:left;
      line-height: 2em;
      
}

#navu li{
      float:left;
      line-height: 2em;
}

#navu ul{
      float:right;
}

.abschluss {
      background-image: url(./grafiken/hinterlinkend.png);
      height: 2em;
      width: 40px;
}

.anfang {
      background-image: url(./grafiken/hinterlinkend2.png);
      height: 2em;
      width: 40px;
}

/*================================================
      Fuß
================================================*/

#fuss ul {
      margin-left: auto;
      margin-right:auto;
}

#fuss a:link,
#fuss a:visited,
#fuss a:active {
   color: white;
}


/*======================================================================
      Content
=======================================================================*/



/*================================================
      Basisklassen
================================================*/

.middle {
			margin-left:auto;
			margin-right:auto;
}

.fehl {
			text-align: center;
			color: red;
			font-weight: bold;
}

.center {
			text-align: center;
}

.anmerk {
			text-align: center;
			font-size: 60%;	
}

.rechts {
			text-align: right;	
}

/*================================================
      Tabelle: Standard
================================================*/

table.standard {
		border: 1px solid black;
		border-collapse: collapse;
		border-spacing: 0;	

}

table.standard td{
		border: 1px solid black;
		padding: 5px;
		text-align: center;
		vertical-align: middle;
		background-color: white;
}

table.standard th{
		background-color: black;
		color: white;
		padding: 5px;
}

table.standard td.highlight{
			background-color: lime;
			border:none;
}

/*================================================
      Tabelle: vorstand
================================================*/
table.vorstand {
		border-spacing: 10px;	
		
}

table.vorstand td{
		background-color:white;
		border: 1px solid black;
		padding: 2px;
		text-align: center;
		vertical-align: middle;
}

/*================================================
      Tabelle: galerie
================================================*/
table.galerie {
                border-spacing: 10px;

}

table.galerie td{
                background-color: #cccccc;
                border: 1px solid black;
                padding: 5px;
                text-align: center;
                vertical-align: middle;
}

table.galerie img{
                border: none;
}

/*================================================
      Tabelle: blocklink
================================================*/
table.blocklink {
			
		border-collapse: collapse;
}

table.blocklink tr{
		border: 2px solid black;
}

table.blocklink td{
		/*padding: 5px; 
		text-align:center; */ 
		background-color: white;
}

table.blocklink img{
		border: none;	
		float:left;
		margin-right:5px;
}

table.blocklink th{
		padding: 5px;
		color: white;
		background-color: black;
		font-size: 1.5em;
}

table.blocklink a{
		padding: 5px;
		display:block;
		text-decoration: none;
		color: black;
}

table.blocklink a:hover{
background-color: gray;
}

table.blocklink span{
		line-height:50px;
		clear: left;
}

/*================================================
      Tabelle: lex
================================================*/

table.lex {
		border: 1px solid black;
		border-collapse: collapse;
		border-spacing: 0;	
		width: 75%;
}

table.lex tr {
		border: 2px solid black;	
}

table.lex td{
	/*	border: 1px solid black; */
		padding: 5px;
		vertical-align: middle;
}

table.lex th{
		background-color: gray;
		color: white;
		padding: 5px;
}

/*================================================
      Tabelle: intern
================================================*/

table.intern {
		border: 1px solid black;
		border-collapse: collapse;
		border-spacing: 0;	
}

table.intern td{
		border: 1px solid black;
		padding: 5px;
		text-align: center;
		vertical-align: middle;
		background-color: white;
}

table.intern th{
		background-color: black;
		color: white;
		padding: 5px;
}

table.intern td.highlight{
			background-color: lime;
}

table.intern td.link{
		padding:0;
}

table.intern td.link a {
		display: block;
		border-style:outset;
		border-color: #777777;
		background-color: #aaaaaa;
		color: black;
		text-decoration: none;
		padding: 10px;
}

table.intern td.link a:hover {
		border-style:inset;
		border-color: #777777;
		background-color: #777777;
}

/*================================================
      Tabelle: news
================================================*/

table.news {
	border: 2px solid black;
	border-collapse: collapse;
	border-spacing: 0;	
	width: 600px;
	margin-top: 20px;
}

table.news td {
		padding: 5px;
}

table.news td.title {
	background-color: #000000;
	color: white;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}

table.news td.body {
	background-color: #ffffff;
}

table.news td.foot {
	background-color: #000000;
	color: white;
	text-align: right;
	font-size: 0.6em;
}

/*================================================
      Formular: kontakt
================================================*/
form.kontakt input[type="text"],
form.kontakt textarea
{
			border: 1px solid black;
}

form.kontakt label{
			text-align: right;	
}

/*================================================
      Formular: login
================================================*/
form.login input[type="text"],
form.login input[type="password"],
form.login textarea,
form.login select
{
			border: 1px solid black;
}

form.login input[readonly="readonly"]
{
	background-color: #c0c0c0;
}

form.login label{
			text-align: right;	
}

/*================================================
      Links
================================================*/
a.backbutton,
a.backbutton:link,
a.backbutton:visited {
	display: block;
	border: 1px solid black;
	background-color: #cccccc;
	width: 70px;
	text-decoration: none;
	color: black;
	text-align: center;
	padding: 5px;
	margin: 10px auto;
}

a.backbutton:active,
a.backbutton:hover{
	background-color: black;
	color: white;

}



