				/* CSS Document © DCF Softairclub
				   Made by Thomas Kummer & Jürg Mürner */

/*-Allgemein-*/

body			{
				background-color:#000; 
				color:#fff;
				text-align:center;
				font-family:arial; font-size:12px;
				background-image:url(pics/bg.jpg); 
				background-repeat:repeat-x;
				}

p				{
				font-size:12px;
				margin-left:10px; margin-right:10px;
				}


/*-Überschriften-*/

h1				{
				text-weight:bold;
				margin-left:10px;
				font-size:13;
				color:ffffff;
				}

h2				{
				margin:3px;
				font-size:12; 
				text-align:center;
				text-decoration:italic;
				}
h2.about		{
				margin:3px;
				font-size:12; 
				text-align:left;
				text-decoration:italic;
				}



/*-Container-*/

#wrapper 		{
				width: 750px;
				height:auto;
				margin: auto;
				border: 1px solid #000;
				text-align: left;
				background: #4E6046;
				}

#header 		{
				height:150px;
				background-image:url(pics/banner.jpg); background-repeat:no-repeat;
				border-bottom:solid 1px #000
				}

#navi			{
				width:150px;
				margin:20px;
				border: solid 1px #000; border-bottom:0px;
				background-image:url(pics/bgklein.jpg); background-repeat:repeat-x;
				background-color:#526C41;
				}

#login			{
				width:150px;
				margin:20px;
				background-color:#526C41;
				border: solid 1px #000; border-bottom:0px;
				background-image:url(pics/bgklein.jpg); background-repeat:repeat-x;
				}
#admin			{
				width:150px;
				margin:20px;
				background-color:#526C41;
				border: solid 1px #000;
				background-image:url(pics/bgklein.jpg); background-repeat:repeat-x;
				}


#content		{
				width:530px;
				margin: 20px;
				border: solid 1px #000;
				background-color:#526C41;
				background-image:url(pics/bgklein.jpg);
				background-repeat:repeat-x;
				float:right;
				display:inline;
				}

#footer  		{
				height:30px;
				background-color:#526C41;
				border-top: solid 1px #000;
				text-align:center;
				}


/*-Bilder-*/

img				{
				border:0px;
				}

.header			{
				text-align:center;
				}


/*-Links-*/

a:link			{
				color:#fff; 
				text-decoration:none;
				}
a:visited		{
				color:#fff; 
				text-decoration:none;
				}
a:focus			{
				color:#fff; 
				text-decoration:none;
				}

a:hover			{
				color:#fff;
				text-decoration:none;
				}

a:active    	{
				color:#fff; 
				text-decoration:none;
				}

a.th			{
				color:#000;
				}

/*Links in Navi*/

a.menu 			{
				text-align:center;
				font-size:12;
				border-bottom:1px solid #000;
				background-image:url(pics/bgnav.jpg);
				display:block;
				width:150px;
				color:#000;
				text-decoration:none;
				}

a.menu:link, a.menu:visited
				{
  				color:#000;
 				background-color:#4E6046;
 				text-decoration:none;
				}

a.menu:active, a.menu:hover
				{
  				color:#fff;
        		font-weight:bold;
				}


/*-Linien-*/

hr				{
				width:100%;
				border:01px solid #000000
				}


/*-Tabellen-*/
table 			{
				/*border: 1px solid #000;*/
				width:93%;
				margin:20px;
				margin-top:10px;
				font-size:12;
				}
table.newuser 	{
				border: 0px;
				width:93%;
				margin-top:10px;
				font-size:12;

				}

table.userpermission {
				border: 0px;
				width:93%;
				margin-top:10px;
				font-size:12;
				}

table.gbook 	{

				border: 1px solid #000;
				width:93%;
				margin-top:10px;
				font-size:12;
				}
		
table.news 		{
				table-layout:fixed;
				text-align:justify;
				border: 1px solid #000;
				width:93%;
				margin-top:10px;
				font-size:12;
				}
				
table.contact  {
				text-align:justify;
				border: 0px solid #000;
				width:93%;
				margin-top:10px;
				font-size:12;
				}


th				{
				background-image:url(pics/th.jpg); background-repeat:repeat-x;
				text-align:center;
				border: 0px;
				text-decoration:none;
				color:#000;
				font-size:12;
				}

th.news			{
				background-image:url(pics/th.jpg); background-repeat:repeat-x;
				text-align:left;
				border: 0px;
				text-decoration:none;
				color:#000;
				font-size:12;
				}

td.gbook		{
				vertical-align:top;
				border: 1px solid #3B6340;
				}
td.about		{
				text-align:justify;
				}

#tdContent		{
				border:0px;
				}

#tdList 		{
				border:0px; 
				vertical-align:top;
				}

/*-Listenelemente-*/

#errorlist		{
				font-color:#750000;
				}



/*-Input Felder-*/

input			{
				width: 100px; 
				background-color:#4E6046; 
				border:solid 1px #000;
				}
				
input.login		{
				width: 130px;

				}

#inputLong		{
				width:300px;
				}

#inputSmall		{
				width:50px;
				}

#inputMini		{
				width:18px;
				}


/*-Textfelder-*/

textarea 		{
				background-color:#4E6046;
				border:solid 1px #000;
				}

textarea.gbook	{
				width:300px;
				height:300px;
				}

textarea.user	{
				width:300px;
				height:130px;
				}
textarea.news	{
				width:400px;
				height:300px;
				}
textarea.contact {
				width:300px;
				height:300px;
				}


/*-Listen-*/

select			{
				background-color:#4E6046;
				border:solid 1px #000;
				}

#slctDay		{width:40px;}

#slctMonth		{width:40px;}

#slctYear		{width:70px;}


/*-diverse Formularelemente-*/

checkbox		{
				width:200px;
				color:yellow;
				border:1px inset;
				}

form 			{
				padding-left:10px;
				}

/*-diverses-*/
span			{
				color:#750000;
				}
		
img.user		{
				border:solid 1px #000;
				}

