/*
  DesertStorm Theme for phpBB2 :: by trevorj
  http://www.trevorj.com
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color:#ffcc66;
	color:#006600;
	scrollbar-face-color: #ffcc66; scrollbar-highlight-color: #c8a078;
	scrollbar-shadow-color: #990000; scrollbar-3dlight-color: #990000;
	scrollbar-arrow-color:  #990000; scrollbar-track-color: #006600;
	scrollbar-darkshadow-color: #990000;
	font-family: Courier New, Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : normal;
}


/**/
.rot	{ color:#990000;}
.gruen	{ color:#006600;}
.orange	{ color:#ffcc66;}

/* General font families for common tags */
img			{ border: 0px 0px 0px 0px;}
a			{ font-weight: bold; color: #990000; text-decoration: none; }
a:hover		{text-decoration: underline;}
/*a:visited	{ background-color:#ffcc66;color: #990000; text-decoration: underline; }*/
/*p, td	{ font-family: Verdana, Arial, Helvetica, sans-serif }*/
hr	{ height: 0px; border: solid #d9b189 0px; border-top-width: 1px;}


h1		{font-size: 22px; font-weight: bold; text-decoration : none; line-height : 120%; color : #006600; text-align:center;}
h2		{font-size: 22px; font-weight: bold; text-decoration : none; line-height : 120%; color : #000000; text-align:center;}
h3		{font-size: 20px; font-weight: bold; text-align:left; white-space:nowrap;}

/* Copyright and bottom info */
.aenderung		{ font-size: 12px; font-weight: bold;}
.copyright		{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; font-size: 10px; letter-spacing: -1px;}
a.copyright		{ color: #333333; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

