/*
+----------------------------------------------+
|   Digitalbase Homepage                       |
|   =================================          |
|   by Ronny Beer                              |
|   (c) 2001 - 2005 Digitalbase                |
|   =================================          |
|   Web: http://www.digitalbase.de             |
|   Email: info@digitalbase.de                 |
+----------------------------------------------+
|                                              |
|   > style.css Script                         |
|   > Script written by Ronny Beer             |
|   > Date started: 11st Januar 2005           |
|                                              |
|   > Code: 82 lines                           |
|   > Revision: 1.00                           |
|                                              |
+----------------------------------------------+
*/

body { margin-left: 0px;
	   margin-top: 0px;
	   margin-right: 0px;
	   margin-bottom: 0px;
	   background-image:url(../picture/bg.jpg); }

td,th { font-family: tahoma;
		font-size: 10px;
		color: #396376;/*#484848;*/ }

ul { list-style-image: url(../picture/yelowli.jpg);
	 margin-bottom: 0px; }

.header { color: #396376;
		  font-size: 11px;
		  font-weight: bold; }

.header1 { font-family:Tahoma;
		   font-size:9px;
		   color: #7F7F7F;
		   font-variant: small-caps; }

.link { text-decoration:none;
		color:#235973; }

td .td_link:hover { background:#FFCC00; }

.footer { color: #FFFFFF;
		  font-size: 11px;
		  font-weight: bold;
		  text-decoration:none; }

.footer_right { color: #FFFFFF;
				font-size: 10px; }

.footer_right:hover{ text-decoration:none; }

.copy { color: #235973;
		font-size: 11px; }

.copy_right { color: #235973; }

input, textarea { border-top-width: 1px;
				  border-top-color: #151515;
                  border-right-width: 1px;
                  border-right-color: #333333;
                  border-bottom-width: 1px;
                  border-bottom-color: #333333;
                  border-left-width: 1px;
                  border-left-color: #151515;
                  font-size: 11px;
                  font-family: Verdana, Arial, Helvetica, sans-serif;
                  padding-left: 2px;
                  padding-right: 2px;
                  text-indent: 2px;
                  border-style: solid;
                  background-image: url(../picture/input.gif); }

select { font-family: Verdana, Arial, Helvetica, sans-serif;
		 background-color: #D3DEE4;
         font-size: 10px; }

.font_red { color: #CC0000; }