/* 

-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 11.4px;
  color: #222; 
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background:#828282 url(../img/hintergrund.jpg) repeat-x;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }
/* h1,h2,h3,h4 { font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif; font-weight:normal;} */
h1,h2,h3,h4,h5,h6,.button { font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif; font-weight:normal;}

h1 { font-size: 2.4em; line-height: 1; margin-bottom: 0.5em;color:#6dab24; }
h2 { font-size: 1.8em; margin-bottom: 0.75em;color:#003eb6; }
h3 { font-size: 1.4em; line-height: 1; margin-bottom: 1em; color:#666666;}
h4 { font-size: 1.3em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}



/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }



a:focus, 
a:hover     { color: #0a04ff; text-decoration:underline;}
a           { color: #2b57b2; text-decoration: none; background:url(../img/icon_pfeil_green.jpg) left no-repeat; padding-left:14px; }
a.linkToTop {padding-left:0px;background:none;}




blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
li			{list-style:none url(../img/li.gif);text-align:left;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th,td       { padding:0 5px 0 5px;color:#0066cc;text-align:left;}
tfoot       { font-style: italic; }
caption     { background: #eee; }







label{font-weight:normal;color:#666666;}








textarea {
	font:11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	width:220px;
	height:40px;
   	overflow:auto;
   	padding:3px;
 	border-top:1px solid #e5e5e5;
 	border-left:1px solid #e5e5e5;
 	border-right:1px solid #b7b7b7;
 	border-bottom:1px solid #b7b7b7;
}


input,select{
 	border-top:1px solid #cccccc;
 	border-left:1px solid #cccccc;
 	border-right:1px solid #cccccc;
 	border-bottom:1px solid #cccccc;
	padding:3px;
	vertical-align:middle;
	font-size:12px;
	background:url(../img/input2_bg.gif) top left;
 }
 

input:focus{
	background:white;
 }
 

select{
 	border-top:1px solid #cccccc;
 	border-left:1px solid #cccccc;
 	border-right:1px solid #cccccc;
 	border-bottom:1px solid #cccccc;
	padding:3px;
	vertical-align:middle;
	font-size:12px;
	height:22px;
 }
 
B {font-weight:bold;}
I {font-style:italic;}
U {text-decoration: underline;}