/**	
*	Template DussyBlue Version I
*	Dynamic portal server and Content managment engine
*	10.6.2004
*
*	Copyright (C) 2004 Duswald.de
*	Distributed under the terms of the GNU General Public License
*	This code is Available at http://duswald.de
*
*	Template Name: Dussy I
*	File Name: templare_css.css.css
*	Developer: Duswald Andreas
*	Date: 10.6.2004
* 	Version #: 1.0
*	Comments: Designed for Duswald.de Help for PHP Newbies
*/
	

/* ###################### DussyBlue Styles ###################### */
BODY {
  background-color : #c4d5e8;
  color            : #000000;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 16px;
}

table.maintable{
    background-position: left;
	background: #FFFFFF  top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

td.footer{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

ul {
  margin           : 0px 0px 0px 10px;
}

li {
  list-style       : inside url(../images/arrow.gif) 2px;
  list-style-image : url(../images/arrow.gif);
}

hr {
  height           : 1px;
  width            : 100%;
  color            : #D0D0D0;
}

.poll {
  font             : 9px Arial, Helvetica, Sans Serif;
  color            : #666666;
  line-height      : 14px
}

/* ###################### UPPER BUTTON BAR ###################### */
a.buttonbar:link, a.buttonbar:visited {
  font             : bold 11px Arial, Helvetica, Sans Serif;
  color            : #000000;
  text-transform   : uppercase;
  text-decoration  : none;
}

a.buttonbar:hover {
  font             : bold 11px Arial, Helvetica, Sans Serif;
  color            : #F86828;
  text-decoration  : none;
}


	
/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  background-color: transparent;
  font             : 11px Arial, Helvetica, Sans Serif;
  color            : #800000;
}
a.pathway:link, a.pathway:visited {
  color            : #ffffff;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #9db6d7;
  font-weight      : normal;
}

.maintabcol {
  background-color: transparent;
}

/* ################### MODULE SETTINGS ################### */

.modules {
  background-color: transparent;
}

.leftcolumn {
  background-color: transparent;
}

.rightcolumn {
  background-color: transparent;
}

table.moduletable {
  margin           : 0px 0px 0px 0px;
  width            : 100%;
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  width            : 100%;
  color            : #000000;
  text-align       : center;
  border-bottom    : 1px solid #cccccc;
}

table.moduletable td {
  font-size        : 11px;
  font-weight      : normal;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  letter-spacing   : 1px;
  width            : 100%;
}

a.mainlevel:link, a.mainlevel:visited {
  color            : #285078;
}

a.mainlevel:hover {
  color            : #9db6d7;
}

.sublevel {
  letter-spacing   : 2px;
  padding-left     : 7px;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  background       : url(../images/but_bar_back.gif);
  color            : #000090;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color: #FEFDFB;
}

.sectiontableentry2 {
  background       : url(../images/boxrechts_2x2.jpg);
  background-color: #FFFFFF;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font             : 9px Arial, Helvetica, Sans Serif;
  color            : #990000;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font             : 9px Arial, Helvetica, Sans Serif;
  color            : #000000;
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  background-color: transparent;
}

.contentpaneopen {
  background-color: transparent;
}

table.moduletable th {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A220A;
	text-align: left;
	width: 100%;
	background: transparent url(../images/dovebullet.gif) no-repeat left;
	text-indent: 30px;
	height: 20px;
	border-bottom: 1px solid #759328;
	line-height: 20px;
	}

.contentheading {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 22px;
	font-weight: bold;
 	color: #232D0C;
	text-align:left;
	background-image: url(../images/dovebullet.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: 30px;
	line-height: 24px;
	height: 24px;
	}
	
.componentheading {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 22px;
	font-weight: bold;
 	color: #232D0C;
	text-align:left;
	background-repeat: no-repeat;
	text-indent: 30px;
	line-height: 24px;
	height: 24px;
	list-style: disc inside url(../images/dovebullet.gif);
	white-space: normal;
	display: list-item;
	border-bottom: 1px solid #759328;
	}

.createdate {
  font-family      : Arial, Helvetica, Sans Serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : right;
}


/* ###################### LINKS ###################### */
}
a.buttomlink:link, a.buttomlink:visited {
  color            : #ffffff;
  font-weight      : normal;
}

a.buttomlink:hover {
  color            : #9db6d7;
  font-weight      : normal;
}

a:link, a:visited {
  font             : bold 16px Arial, Helvetica, Sans Serif;
  color            : #406080;
  text-decoration  : none;
}

a:hover {
  color            : #9db6d7;
  text-decoration  : underline;
}

a:active {
  color            : #CC0000;
  background-color : #C7F9F8;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  color            : #285078;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #9db6d7;
}

a.rubrique:link, a.rubrique:visited {
  font             : 19px Arial, Helvetica, Sans Serif;
  color            : #800000;
  text-decoration  : bold;
}
a.rubrique:hover {
  color            : #800000;
  text-decoration  : underline;
}

a.rubrique:active {
  color            : #800000;
  background-color : #C7F9F8;
  text-decoration  : bold;
}
/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font             : bold 10px Arial, Helvetica, Sans Serif;
  color            : #000000;
  background-color : #C0C0C0;
  border           : 1px solid #000000;
  text-transform   : uppercase;
  background       : url(../images/but_bar_back.gif);
}

.inputbox {
  font             : 10px Arial, Helvetica, Sans Serif;
  color            : #000000;
  background-color : #C7F9F8;
  border           : 1px solid #000000;
}



/*#800000*/
