﻿/* global reset - equal default in all browser */
* {
	margin: 0px;
	padding: 0px;
}

/* global propertys */
a img {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	text-align: center;
	float: left;
}

/* CSS-Layout - Structure */
#container {
	width: 945px; 
	margin: 0px auto;
}

#navi {
	width: 208px;
	position: absolute;
	margin-top: 1px;
	
}
#content {
	margin-left: 0px; /* width of navi */
	margin-right: 0px; /* width of sidebar */
	padding: 10px;
}




/* Layout - Styling */
#container {
	
	background: url('alt/images/back.jpg');
}


#main {
	
	min-height: 600px;
	
}
body {
	/*background-color: #F0F0F0; */
}
#content {
	background-color:#B9CEDF;
	min-height: 600px;
}
#navi {
	
	
	
	}
#sidebar {
	background: url('alt/images/back.jpg');
}

#footer
{
		/*	background: url('images/back.jpg') repeat; */
		margin-right:5px;
}


/* Text - Styling */

body {
	color: #000000;
	font-family: Verdana,Arial,Sans-Serif;
	/* font-size: 62.5%; */ /* make 10px = 1em */
	font-size: 14px;
}

#content p {
	line-height: 150%;
	margin: 10px 0px;
}

#content h1 {
	font-size: 16px;
	margin-bottom: 5px;
}
#content h2 {
	font-size: 15px;
	margin-bottom: 5px;
}
#content h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

#content li {
	list-style-position: inside;
}
.twtr-widget { 
  margin: 0px auto; 
} 
 .zg_div { margin: 0px auto;
 }
 td.style2 { 
border: 0px; 
padding: 2px; 
} 


