/*#############################################################
Name: pink_krishan
Date: 2009-31-03
Author: tobinho.es web design
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #7C1172;
	text-decoration: none;
}
body {
	background: url(img/bg1.png) repeat-x fixed left bottom;
	color: #7C1172;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	color: #FFFFFF;
}
code {
	background: url(img/bgcode.gif);
	color: #FFFFFF;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

/* main structure */
.main {
	background: #FFFFFF;
	border: 3px double #EEE;
	border-color: #0A246A;
	margin: 20px auto 4px auto;
	text-align: left;
	width: 755px;
}


/* header */
.gfx {
	background: #FFFFFF url(img/head_755neu.jpg) no-repeat;
	height: 180px;
}
.gfx h1 {
	color: #FFFFFF;
	padding: 10px 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


/* menu */
.menu a {
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #7C1172;
	border-bottom: 1px solid #7C1172;
	color: #FFFFFF;
	float: left;
	font-size: 1em;
	padding-top: 4px;
	width: 124.8px;
	height: 20px;
	background-image: url(img/bgmenu.png);
	background-repeat: repeat-x;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #65005e;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
/* content */
.content {
	background: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	clear: both;
}
.content h1 {
	color: #7C1172;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #FFFFFF  repeat-x;
	padding: 8px 10px;
}


/* footer */
.footer {
	border-top: 1px solid #7C1172;
	background: #FFFFFF;
	color: #330033;
} 
