/* mikei.com */
body {
background-color: #d3af7e;
font-size: 14px;
font-family:Arial;
color:#000000;
padding:0px;
margin:0px;
}

a:link, a:visited, a:hover {
	color:#993300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
font-size: 12px;
padding:5px;
margin:0px }

h2 {
color: #CC6633;
font-size:20px;
font-weight: normal;
padding: 5px;
margin:0px;}

/* ----------container-------------- */
#container {
width: 950px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner-------------- */
#banner {
text-align: center;
background-color: #d3af7e;
padding: 0px;
margin: 0px; }

#banner img {padding:0px 0px;} 

/* ----------outer und inner----------------- */

#outer{ 
border-left: solid 200px #d3af7e; 
border-right: solid 200px #d3af7e; 
background-color: #D4C292; 
} 

#inner{margin:0; width:100%; }

/* --------------left und right navigavtion------------- */
#left {
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px;
 }
 #right {
 width:200px; 
 float:right; 
 position:relative; 
 margin-right:-200px; 
 margin-left:10px;
 }

/* -----------------content--------------------- */ 
#content{ 
position: relative; 
margin: 5px 0px 5px 0px; 
padding: 5px 0px 5px 0px;
}

#contentFrontPage{ 
background-color: #d3af7e;
position: relative; 
margin: 5px 0px 5px 0px; 
padding: 5px 0px 5px 0px;
}

#divider{ 
position: relative; 
margin: 5px 0px 5px 0px; 
padding: 5px 0px 5px 0px;
background-color: #d3af7e;
}

p {
padding: 5px 0px;
margin:5px; 
color:#000000;
}

/*  ----------------footer---------------------- */ 
#footer {
padding:0px;
margin:0px;
} 


<!--
a.highlight:link { text-decoration: underline; color: #000000; font-family:Arial; font-size: 12px; font-weight: bold; }
a.highlight:visited { text-decoration: underline; color: #000000; font-family:Arial; font-size: 12px; font-weight: bold; }
a.highlight:hover { text-decoration: underline; color: #000000; font-family:Arial; font-size: 12px; font-weight: bold; }

a.mainlink:link { text-decoration: none; color: #FFFFFF; font-family: Arial; font-size: 12px; font-weight: bold; }
a.mainlink:visited { text-decoration: none; color: #FFFFFF; font-family: Arial; font-size: 12px; font-weight: bold; }
a.mainlink:hover { text-decoration: none; color: #000000; font-family: Arial; font-size: 12px; font-weight: bold; }

a.sublink:link { text-decoration: none; color: #0000FF; font-family: Arial; font-size: 12px; font-weight: bold; }
a.sublink:visited { text-decoration: none; color: #0000FF; font-family: Arial; font-size: 12px; font-weight: bold; }
a.sublink:hover { text-decoration: underline; color: #0000FF; font-family: Arial; font-size: 12px; font-weight: bold; }
-->

/*  ----------------buttons---------------------- */  
.buttonscontainer {
 width: 120px;
 }

.buttons a {
color: #CC6633;
background-color: #d3af7e;
padding: 8px;
display: block;
font: 14px Arial;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-bottom: 4px;
background-image:url(images/button.gif);
}

.buttons a:hover {
background-image:url(images/button_h.gif);
text-decoration: none;
color:#CC6633;
font-weight:bold;

}

.buttonscontainerR {
 width: 120px;}

.buttonsR a {
color: #CC6633;
background-color:#d3af7e;
padding: 8px;
display:block;
font: 14px Arial;
font-weight: bold;
text-decoration: none;
text-align: right;
margin-bottom: 4px;
background-image:url(images/buttonR.gif);
}

.buttonR a:hover {
background-image:url(images/buttonR_h.gif);
text-decoration: none;
color: #CC6633;
}
/*  ----------------image--------------------- */  
.imageright {
	float: right;
	padding: 3px;
	margin: 0px 5px 5px 5px;
	border: 1px solid #FFFFFF;
}

.imagerightNB {
	float: right;
	padding: 3px;
	margin: 0px 5px 5px 5px;
	border: 0px solid #FFFFFF;
}

.imagecenter {
	float: center;
	padding: 3px;
	margin: 0px 5px 5px 5px;
	border: 1px solid #FFFFFF;
}

.imageleft {
	float: left;
	padding: 3px;
	margin: 0px 5px 5px 5px;
	border: 1px solid #FFFFFF;
}