body {
	font-family: Arial, serif;
	font-size: 2ex;
	color: #404040;		/* Textfarbe grau */
	/*background-image:url(images/tiles1.gif);		Kein Hintergundmuster */
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	width:56em;
	background-color: #ffffff;
	padding: 1.5em;
}

#columns {
	padding: 0 18em 0 17em; /* Rückt den Contentbereich der Spalten ein. */
}

.float-wrapper {
	float: left;
	width: 80%;
}

#center {
	float: right;
	width: 77%;
}

#left {
	float: left;
	width: 19%;
	border-right: 1px solid #cccccc;
	padding-right: 1em;
	margin-top: 1em;
}

#right {
	float: right;
	width: 18%;
	border-left: 1px solid #cccccc;
	padding-left: 1em;
	margin-top: 1em;
}

.clear {
	clear: both;
}
/*.float-wrapper {
	float: left;
	width: 100%;
	position: relative;
}*/

/*
#center {
	float: right;
	width: 73%;
	margin-left: 0em;
}*/



/*
#left {
	float: left;
	margin-left: 0em;	/* Schafft Platz, um die linke Spalte links von der mittleren zu positionieren. 
	margin-right: 80%;
	margin-top: 1em;
	border-right: 2px solid #cccccc;
	padding-right: 0em; /* Abstand zum Rahmen 
}

#right {
	float: right;
	margin-right: -35em; /* Schafft Platz, um die rechte Spalte rechts von der mittleren zu positionieren.
	margin-top: 1em;
	border-left: 1px solid #cccccc;
	padding-left: 1em; /* Abstand zum Rahmen */
}

/* .sidecol {
	position: relative;
	width: 14em; /* Breite der äußeren Spalten *//*
	overflow: hidden;
}*/

/*#teaser {
	padding: 1.5em 1em 0.5em;
	border-bottom: 1px solid #cccccc;
}*/

h3 {
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
}

h4 {
	 margin-bottom: -1em;
}

ul { 
    padding: 5px 20px;
	/*position: relative; */
  /*  left: 9px; */
}

#header {
text-align: center;
background: #E0E0E0;
background: -webkit-gradient(linear, left top, right bottom, from(#E0E0E0), to(#FFFFFF));
background: -moz-linear-gradient(top,  #E0E0E0,  #ffffff);
background: -o-linear-gradient(#E0E0E0 0%, #ffffff 100%); 
background: linear-gradient(#E0E0E0 0%, #ffffff 100%);
}

#logo {
width: 56em;
height: 7em;
background-image:url(images/logo-kunal.png);
background-repeat: no-repeat;
background-position: left;
position: relative; 
left: 4%;
}

.none {
display: none;
}

h2.subtitle {
font-weight: bold;
font-size: 100%;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 20px;
text-align: left;
position: relative;
left: 4%;
}

/*------------------------ Navigation -------------------------*/
nav ul { 
    list-style: none;
	background: #df0907;
	padding: 5px 0px;
	width: 100%;
	position: relative; 
  /*  left: 9px; */
}

nav ul li {
	display: inline;
}

nav ul li a {
	display: block;
	float: left;
	border-top: 1px solid #8d0907;
	background: #930806;
	background: -webkit-gradient(linear, left top, left bottom, from(#f73d3b), to(#930806));
	background: -moz-linear-gradient(top,  #f73d3b,  #930806);
	height: 17px;
	padding: 0 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	-webkit-text-stroke: 1px transparent;
/*	font: bold 11px/16px "Lucida Grande", "Verdana", sans-serif; */
	color: rgba(255,255,255,.85);
	text-decoration: none; 
	margin: 0 5px 0 0;
	position: relative; 
    left: 4%; /**/
}
nav ul li a:hover {
	border-top: 1px solid #700200;
	background: #7a0200;
	background: -webkit-gradient(linear, left top, left bottom, from(#7a0200), to(#7a0200));
	background: -moz-linear-gradient(top,  #7a0200,  #7a0200);
	color: rgba(255,255,255,.85); 
}	
nav ul li a:active, nav ul li a.current {
	border-top-color: #9e3900;
	background: #fa5a00;
	position: relative;
	top: 1px; 
}

/*------------------------ Footer -------------------------*/
footer {
	margin: 2px 0 96px 0;
	width: 100%; height: 94px;
}

.nav-footer {
	padding: 78px 0 0 0;
	text-align: left;
}

.nav-footer li {
    position: relative;
	display: inline;
	color: #707070;
/*	font-family: 'Open Sans', sans-serif; font-weight: 400; */
	font-size: 1em;
	letter-spacing: 0.5px;
	margin: 0 2.5% 0 0;
}


/*------------------------ E-Mail -------------------------*/
/* funktioiniert nicht :-( a.email {
  color: #70ff70;
  
  /*background-image: url(email.gif);
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right; *//*
}
	
<style type="text/css">
a[href^='mailto:'] {
   color: #70ff70; 
}
</style>	*/

/*------------------------ Aufzählungen -------------------------*/
/*article ul {
	font-size: 80%;
}
*/