body {
	background: #C19ADB url(../img/bg.gif) repeat-y center;
	color: #0F1036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

html body{
	height: 100%;
}

img{
	border: 0;
}

ul, li{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

#top{
	background: url(../img/bg-top.gif) repeat-x;
	height: 199px;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;	
}

#frame{
	background: url(../img/bg.gif) repeat-y center;	
	min-height: 600px !important;
	min-height: none;
	height: 90%;
	width: 780px;
	margin: auto;
	top: 0;
	left: auto;
	position: relative;
}

a, a:visited {
	color: #690BA7;
	font-size: 11;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #C19ADB;
}

#header{
	background: url(../img/bg-header.gif) repeat-x;
	height: 111px;
}

#logo{
	border: 0;
	height: 110px;
	width: 80px;
	float: right;
}

#header h1{
	background: url(../img/header.gif) left;
	height: 78px;
	width: 697px;
}

#header h1 span, #header h2 span {
	display: none;
}

#frame h3{
	background: #690BA7;
	color: #FFFFFF;
	font-size: 15px;
	padding-left: 2px;
}

#frame h4{
	background: #A56CCA;
	color: #FFFFFF;
	font-size: 14px;
	padding-left: 2px;
}

#left{
	margin-left: 2px;
	width: 270px;
	float: left;
}

#middle{
	width: 265px;
	float: left;
	margin-left: 2px;
}

#right{
	margin-left: 2px;
	width: 235px;
	float: left;
}

.frame-01{
	background: #FFFFFF;
	border: 1px solid #C19ADB;
	margin-bottom: 4px;
}

.frame-02{
	background: #F4E5FE;
	border: 1px solid #A56CCA;
	margin-bottom: 4px;
}

#frame .header{
	background: #A56CCA;
	color: #FFFFFF;
	padding-left: 2px;
	font-weight: bold;
}

#frame .header a, #frame .header a:hover{
	color: #FFFFFF;
}

.cel{
	background: #F4E5FE;
	margin-bottom: 6px;
	padding: 2px;
}

.cel a {
}

.cel-light{
	background: #FFFFFF;
	margin-bottom: 6px;
	padding: 2px;
}

#frame p{	
	margin: 0;
	margin-bottom: 8px;
	padding-top: 0;
	padding-bottom: 0;
}

b, strong {
	color: #0F1036;
	font-weight: bold;
}

p {
	padding-left: 4px;
	padding-right: 2px;
}

select, input{
	background-color: #FFFFFF;
	border: 1px solid #690BA7;
	color: #0F1036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
}

.titel{
	background: #690BA7;
	color: #FFFFFF;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
	padding: 2;
}

#footer{
	clear: both;
	border-top: 1px solid #C19ADB;
	margin: auto;
	width: 780px;
}

#footer p{
	color: #690BA7;
	font-size: small;
	padding: 4px;
	text-align: center;
}

