
/* -----------------------------------Body -------------- */

body {
 margin:10px 10px;;
 padding:0;    
 font: 0.8125em arial, sans-serif; line-height: 1; color: #333333;
}

/* --------------------------Link Verhalten-------------- */

a {text-decoration:none}
a:visited {color:#660000;}
a:hover {color: #FF0000;}
a:active { color:#330077;}

/* ---------------------------Schriftlayout-------------- */

@font-face
	{font-family:"Times New Roman";
	panose-1:0 2 2 6 3 5 4 5 2 3;
	mso-font-charset:0;
	mso-generic-font-family:auto;
	mso-font-pitch:variable;
	mso-font-signature:50331648 0 0 0 1 0;}
@font-face
	{font-family:Arial;
	panose-1:0 2 11 6 4 2 2 2 2 2;
	mso-font-charset:0;
	mso-generic-font-family:auto;
	mso-font-pitch:variable;
	mso-font-signature:50331648 0 0 0 1 0;}
@font-face
	{font-family:"Century Gothic";
	panose-1:0 2 11 5 2 2 2 2 2 2;
	mso-font-charset:0;
	mso-generic-font-family:auto;
	mso-font-pitch:variable;
	mso-font-signature:50331648 0 0 0 1 0;}
	
/* ---------------------------Überschriften-------------- */

h1 { font-size:1.175em;background-color:#CCCCCC;padding:3px;margin:4px;}
h2 { font-size:0.9em;font-style:italic;margin:1px;}

/* ----------container zentriert das layout-------------- */

#container {
width:662px; 
padding:0px;
margin:0px;
margin-left:auto;
margin-right:auto;
position:relative;
}

/* ----------------------outer und inner----------------- */
#outer{ 
border-right: solid 130px #CAC7B9 ;  /* Inhalt  */ 
background-color: #f0f0e6; /* rechte Spalte */
 } 

#inner{ margin:0px; width:100%;} /* die IE PC schlaufe */  

/* ---------------------------------content------------- */

#content {
position:relative;
margin:0px;
border:1px solid #f0f0e6;
 }

/* -----------------rechte Spalte--------------------- */
#right{ 
float:right;
position: relative;
width:124px; 
margin-right: -131px;
padding:3px;
}

/* -----------------Links Leiste unten--------------------- */
.menuunten:link {color:#cccccc;text-decoration:none}
.menuunten:visited {color:#cccccc;text-decoration:none}
.menuunten:active {color:#cccccc;text-decoration:none}
.menuunten:hover {color:#FFeeee;text-decoration:none}





