/*- GLOBAL -*/
/*==========*/
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px; 
	color: #000066;
	background-color: #FFFFFF;
	margin-top: 10px;
}

/*- IMAGES -*/
img {
	border: 0;
}

/*- TABLE -*/
table {
	font-size: 14px; 
}
.borderline {
	border-top: 1px solid #CCFF66;
	border-right: 1px solid #CCFF66;
	border-bottom: 1px solid #CCFF66;
	border-left: 1px solid #CCFF66;
}
.borderlineSpez {
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}
.borderlineTop {
	border-top: 1px solid #CCFF66;
}
.borderlineRight {
	border-right: 1px solid #CCFF66;
}
.borderlineBottom {
	border-bottom: 1px solid #CCFF66;
}
.borderlineLeft {
	border-left: 1px solid #CCFF66;
}
.tableHeader {
	background-image: url(../images/site/header.gif);
	height: 20px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.tableContent {
	background-color: #ffffcc;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.tableFooter {
	background-color: #ffffcc;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/*- LINKS -*/
a:link, a:visited { 
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}


/*- STYLES CLASS-*/
/*===============*/
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.botton {
	vertical-align: bottom;
}
.tableCenter {
	margin-left: auto;
	margin-right: auto; 
}
.px_9 {
	font-size: 9px;
}
.px_12 {
	font-size: 12px;
}
.px_18 {
	font-size: 18px;
	font-weight: bold;
}


/*- LAYOUT -*/
/*==========*/
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	height: 1px;
}
#inline {
	background-image:url(../images/site/top.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 1px;
}

/*- HEADER -*/
/*==========*/
#header {
	width: 980px;
	height: 100px;
	margin: 0px;
	text-align: right;
}


/*- NAVIGATION -*/
/*==============*/
#navigationContainer {
	width: 208px;
	vertical-align: top;
}
#navigationHeader {
	height: 20px;
	background-image:url(../images/site/header.gif);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	border-style: solid;
	border-color: #CCFF66;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}
#navigation {
	border: solid #CCFF66 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
}
#navigation li {
	padding-bottom: 5px;
}


/*- CONTENT -*/
/*===========*/
#contentContainer {
	width: 758px;
	vertical-align: top;
	background-color: #ffffff;
}
#contentHeader {
	height: 20px;
	background-image:url(../images/site/header.gif);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	border-style: solid;
	border-color: #CCFF66;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}
#content {
	border: solid #CCFF66 0px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}


/*- FOOTER *-/
/*==========*/
#footer {
	height: 13px;
	background-image:url(../images/site/footer.gif);
	background-repeat: repeat-x;
	font-size: 9px; 
	text-align: right;
	border-style: solid;
	border-color: #CCFF66;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#footerLeft {
	color: #CCCCCC;
	float: left;
	padding-left: 10px;
}
#footerRight {
	float: right;
	padding-right: 10px;
}


/*- FORMULAR -*/
/*============*/
.button { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	border-style: solid;
	border-left-color: #CCFF66; 
	border-top-color: #CCFF66; 
	border-right-color: #CCFF66; 
	border-bottom-color: #CCFF66;
	border-width: 1px; 
	height: 20px;
	width: 90px; 
}
.formularInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: solid; 
	border-left-color: #CCFF66; 
	border-top-color: #CCFF66; 
	border-right-color: #CCFF66; 
	border-bottom-color: #CCFF66;
	border-width: 1px;
	width: 350px;
}
.formularTextarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: solid; 
	border-left-color: #CCFF66; 
	border-top-color: #CCFF66; 
	border-right-color: #CCFF66; 
	border-bottom-color: #CCFF66;
	border-width: 1px;
	width: 350px;
	height: 80px;
}
