﻿/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

/** Common Styles */

body {
	margin: 30px 0 20px 0;
	padding: 0;
	background: #C2B299;
	text-align: justify;
	line-height: 17px;
	font-family: Garamond;
	font-size: 10px;
	color: #2F2F31;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #211754;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #C30061;
}

/** Style for header starts here */

#header {
	width: 850px;
	height: 380px;
	margin: -14px auto;
	background: url(http://gisa-r.de/Web2011/Images/titel_neu.jpg) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	padding: 0px 0px 0px 50px;
	font-size: 1.5em;
}

#header h2 {
	margin-top: -3px;
	padding: 0px 0px 0px 92px;
	text-transform: normal;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

/** Style for menu starts here */

#menu {
	width:750px;
	height: 50px;
	margin: 0px auto;
	background: #C2B299;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: right;
	float: left;
	padding: 7px 10px 20px 20px;
	text-decoration: none;
	font-size: 18px;
	color: #000000;
}

#menu a:hover {
	color: #C30061;
}

/** Style for wrapper starts here */

#wrapper {
	width: 890px;
	margin: 0px auto;
	background: #C2B299;
	padding: 30px;
}

/** Style for content starts here */

#content {
	width: 890px;
	margin: 0px auto;
	padding-top: 15px;
}

#content h2 {
	text-transform: capitalize;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px #A18862 dashed;
}

#content p {
}

#left {
	float: left;
	width: 600px;
	padding-left: 20px;
	margin-bottom: 5px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 70px;
}

#right {
	float: right;
	width: 160px;
	margin-bottom: 20px;
	padding-right: 20px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
}



/** Style for footer starts here */

#footer {
	clear: both;
	width: 890px;
	height: 8px;
	margin: 0px auto;
	padding-top: 1px;
	background: #C2B299;
	text-transform: normal;
	font-size: 9px;
	font-family: Verdana;
	color: #000000;
}

#footer .copyright {
	float: center;
	margin: 0px;
	padding-left: 20px;
	text-align: left;
}

#footer .links {
	float: center;
	margin: 0px;
	padding-right: 20px;
	text-align: left;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	color: #993366;
