/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.com *****/

body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}
/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #600;
	margin-bottom: 1px;
}
h1 {
	padding: 25px 0 13px 0;
	color: #000;
	text-decoration: underline;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #9E0508 !important;
}
hr {
	height: 1px;
	border: 1px solid #551011;
}
#my-body {
	background: #584946;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container{
	width: 900px;
	margin: 20px auto 20px auto;
	padding: 0 0 0 0;
	background: #ede2d8;
}

#header {
	background: url(img/slogan.gif) #ede2d8 no-repeat top right;
	position: relative;
	height: 150px;
}
#header h1 {
	width: 600px;
	position: absolute;
	padding: 0 40px 0 40px;
	bottom: 10px;
	left: 220px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}
a.homelink {
	background: url(img/logo.gif) #fff no-repeat center center;
	outline: none;
	display: block;
	width: 220px;
	height: 150px;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
#navigation{
	float: left;
	width: 220px;
}
.navigation {
	width: 210px;
	padding: 20px 0 0 0;
	line-height: 15px;
}

.navigation li.level1,
.navigation li.level2 {
	display: none;	
}
.navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0 20px 10px 20px;
	text-align: center;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: url(img/navigation.gif) no-repeat center center;
	display: block;
	width: 180px;
	line-height: 30px;
	color: #000 !important;
}
.navigation li a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.navigation li.current a:hover{
	font-weight: bold;
	text-decoration: underline;
}
.navigation li.current a{
	font-weight: bold;
	text-decoration: underline;
}
/*******************************************************************************/


/************************************ Content **********************************/
#content {
	float: left;
	width: 640px;
	background: #fff;
	padding: 20px;
	line-height: 16px;
}
#content h1 {
	margin-top: 5px;
}
#content a {
	color: #815405;
}
#content a:hover {
	color: #815405;
}


#content ul, li {
	margin: 0;
	padding: 0;
}
#content li {
	margin: 0 0 0 17px;
}

#content a.button {
	width: 180px;
	margin: 0 0 10px 0;
	text-align: center;	
	font-weight: normal;
	text-decoration: none;
	background: url(img/navigation.gif) no-repeat center center;
	display: block;
	line-height: 30px;
	color: #000;
	outline: none;
}

#content a.button-big {
	width: 160px;
	padding: 0 10px 0 10px;
	*padding-top: 7px;
	margin: 10px 0 10px 0;
	text-align: center;	
	font-weight: bold;
	text-decoration: none;
	background: url(img/navigation-big.gif) no-repeat center center;
	line-height: 18px;
	height: 60px;
	*height: 43px;
	color: #000;
	outline: none;
	display: table-cell;
	*display: block;
	vertical-align: middle;
}
#content .overview_picture_container {
	height: 150px;
	width: 178px;
	overflow: hidden;
    border: 1px solid gray;
    margin-bottom: 2px;
	position: relative;
}
#content .overview_picture_container a img {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	vertical-align: middle;
}
#content table {
	border-collapse: collapse;	
}
#content td {
	padding: 3px;
	border: 1px solid #584946;
}



/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 400px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/


/*******************************************************************************/


/******************************** Additional stuff *****************************/
.cf {
	float: none;
	clear: both;
	line-height: 0;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 0;
}
#info {
	text-align: center;
	color: gray;
	margin-bottom: 5px;
}
#info a {
	text-decoration: none;
	color: gray;
}

/*******************************************************************************/
