﻿body
{
background-image: url(http://blog.kalz.de/Images/Aero-DesignHerbst.jpg);
background-repeat:no-repeat;
background-color:#AF4422;
background-position:center top;
    text-align: center;  /* Zentrierung im Internet Explorer */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;

}





#small
{
	font-size: 0.4em;
}


#Title
{
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    
    
	width:751px;
	height:68px;
	position:relative;
	top:91px;
	left:-15px;
    
}

#Main
{
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */

	background-image: url(http://blog.kalz.de/Images/Aero-DesignHerbstInner.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position:center top;
	width:733px;
	position:relative;
	top:160px;
	left:-14px;

}


#MainContent
{
	
	margin:10px 10px 10px 10px;
}

#MainMenu
{
	
	margin:10px 10px 20px 10px;
}

#title
{
	font-size: 1.2em;
	font-weight:bold;
}

#cloud
{
	width: 200px;
}

img
{
	border-style:none;
}

a:link {
text-decoration:underline;
color:#AF4422;
}

a:visited {
text-decoration:underline;
color:#AF4422;
}

a:hover {
text-decoration:underline;
color:#000000;
}

a:active {
text-decoration:none;
color:#AF4422;
}

a:focus {
text-decoration:underline;
color:#AF4422;
}