/* Styles für Website Freundschaftsgesellschaft Meissen/Arita e.V. */

A:link {color: #E8D8A8;text-decoration: none;font-weight: normal}
A:visited {color: #333;text-decoration: none;font-weight: normal}
A:active {color: #403C40;text-decoration: none;font-weight: normal}
A:hover {color: #990000;text-decoration: underline;font-weight: normal}

/* alte Navigation
#navi li A:link {color: #444;text-decoration: none; margin-bottom: 5px;  border: 1px solid #000; width: 100px; padding: 3px 8px; display: block; background-color:#E4D7A3;}
#navi li A:visited {color: #444;text-decoration: none; margin-bottom: 5px;  border: 1px solid #000; width: 100px; padding: 3px 8px; display: block; background-color:#E4D7A3;}
#navi li A:active {color: #990000;text-decoration: none; margin-bottom: 5px;  border: 1px solid #000; width: 100px; padding: 3px 8px; display: block; background-color:#E4D7A3;}
#navi li A:hover {color: #600F0F;text-decoration: none; margin-bottom: 5px;  border: 1px solid #000; width: 100px; padding: 3px 8px; display: block; background-color:#F9F9F9;}
#navi li A:focus {color: #600F0F;text-decoration: none; margin-bottom: 5px;  border: 1px solid #000; width: 100px; padding: 3px 8px; display: block; background-color:#E4D7A3;}
*/

body{
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	background-color: #333;
	/*background-color: #787478;*/
	background-image: url('./images/bg-body.gif');
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
}


#huelle{
	width: 750px;
	margin: 0px auto;
}

#kopf{
	background-color: #F9F9F9;
	height: 25px;
}

#titel{
	float: right;	
	padding: 2px 15px;
	color: #444;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;

}

/* alte Navigation
#navi {
	float: left;
	padding: 50px 0px 0px 5px;
	border: 0px solid green;
}

#navi ul {
	margin-left: -20px;
	list-style-type: none;
	list-style-position: inside;
}

#navi li {
	padding: 3px 8px;
	width: 100px;
	height: 13px;
	text-align: left;
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom: 5px;
}
*/

/* Neue Navigation ohne Liste */

#navi { float: left; 
	padding: 50px 0px 0px 5px;
	margin-left: 20px; }


#navi a { text-aling: left; 
          font-size: 0.7em;
          /* font-weight: bold; */
          text-decoration: none; 
          color: #444; 
          display: block;
          width: 100px;
          height: 14px;
          padding: 3px 8px;;
          margin: 5px 0px;
          background-color: #E4D7A3;
          border: 1px solid grey; }
    
#navi a:hover { background-color: #E9E9E9; }
#navi a:active { background-color: #787478; }
#navi a:focus { background-color: #BFAE6B; }
	
#inhalt	{ 
	 float:left;
	 width: 470px;
	 margin-left: 50px;
	 font-size: 0.8em;
	 padding: 50px 15px 0px 5px;
	 color: #F9F9F9;
	 border: 0px solid green;
}

#inhalt	.illu {
	float: right;
	border: 0px solid #185888;
	margin: 0px 0px 20px 20px;}

#inhalt	.illu2 {
	float: right;
	border: 1px solid #403D40;
	margin: 0px 0px 20px 20px;}
}

.schachtel {
	border: 1px solid #fff;
	height: 100px;
}

.sp_left { float: left;
	  margin-right: 20px;
	  width:110px;
	 }

.sp_right { margin-right: 20px;
	 }