/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,
     fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
         margin:0; padding:0;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }

body
{
text-align: center;
}

#frame {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	text-align:left

	}
	
/*#logo 
{
	padding-left:20px;
	padding-top:10px;
	width: 116px;
	height: 49px;
	float:left;
	margin-left:10px;
	margin-top:17px;
	margin-right: 20px;
}*/

#logo 
{
	padding-left:0px;
	padding-top:0px;
	width: 116px;
	height: 100px;
	float:left;
	margin-left:0px;
	margin-top:0px;
	margin-right: 20px;
}

#menu1
{
	background-image:
	url(images/bg2.gif);
	background-repeat:repeat-x;
	height:100px;	
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:right;
	padding-right:10px;
}
#menu  li {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
#menu ul li a {	
	font: normal 10px 'Arial';
	color:#cccccc;
	text-decoration: none; 
	letter-spacing:1px;
	text-transform:uppercase;
	padding-bottom:3px;
	display:block;
	margin-top:40px;
	
}
#menu ul li a.selected {
	color: #ffffff;
	border-bottom:2px solid #00FF00;
}
#menu ul li a:hover{
	color: #ffffff;
	border-bottom:2px solid #00FF00;
}

#header
{
	background: #242424;
	border-top: 1px solid white;
	width:100%;
	height:215px;
}
#news
{
	background-image:
	url(images/little.gif);
	float:left;
	width:226px;
	height:215px;
	border-right:1px solid white;
}
#news p
{
	font: normal 10px 'Verdana';
	margin-left:10px;
	color:#FFFFFF;
}

.news_line
{
	background:
	url(images/line.gif);
	background-repeat:repeat-x;
	height:5px;
	float:left;
	width: 230px;
	margin:0px;
}

h3 {
	font:bold 20px 'Arial';
	color:#333333;
	text-decoration: none; 
	letter-spacing:0px;
	margin-bottom:5px;
	margin-top:0;
	float:left;
	width:200px;
	margin-left:10px;
}
#flashu
{
	width:420px;
	height:215px;
	float:left;
	border-right:1px solid white;
}
#contact
{
	font: 10px 'Verdana';
	color:#666666;
	margin-top:30px;
}	
#contact p
{
	font:normal 10px 'Verdana';
}
#contact p strong
{
	font:bold 10px 'Verdana';
	margin-left:20px;
	color:#666666;
	text-decoration:none;
}

#content_left
{
	width:216px;
	float:left;
	margin-top:20px;
	padding-left:10px;

}

#content_left h1
{
	font:bold 20px 'Verdana';
	color:#333333;
	margin-left:10px;
}
#content_left h1 b
{
	font: bold 20px 'Verdana';
	color:#66CC00;
}
#content_left ul li
{
	margin-left:10px;
}
#content_left a
{
	display:block;
	width:120px;
	height:20px;
	float:left;
	padding-left:30px;
	background: url(images/arrow.gif) right no-repeat;
	font: normal 10px 'Verdana';
	text-decoration:none;
	color:#333333;
	
}
#content_left a:hover
{
	color:#66CC00;
	background: url(images/arrow2.gif) right no-repeat;
}
#content_left a.selected
{
	color:#66CC00;
	background: url(images/arrow2.gif) right no-repeat;
}
#line_right
{
	background-image:url(images/vertical.gif);
	width:1px;
	height:380px;
	float:left;
	border:0px;
	margin-top:20px;
	margin-bottom:20px;
}
#line_right.size1
{
	background-image:url(images/vertical.gif);
	width:1px;
	height:200px;
	float:left;
	border:0px;
	margin-top:20px;
	margin-bottom:20px;
}
#line_right.size2
{
	background-image:url(images/vertical.gif);
	width:1px;
	height:430px;
	float:left;
	border:0px;
	margin-top:20px;
	margin-bottom:20px;
}

#line_right.size3
{
	background-image:url(images/vertical.gif);
	width:1px;
	height:620px;
	float:left;
	border:0px;
	margin-top:20px;
	margin-bottom:20px;
}
/* Content Right */

#content_right
{
	width:390px;
	float:left;
	margin-top:20px;
	margin-left:20px;	
}

#content_right h1
{
	font:bold 20px 'Verdana';
	color:#333333;
	margin-left:10px;
}
#content_right h1 b
{
	font: bold 20px 'Verdana';
	color:#66CC00;
}

#content_right p
{
	font:normal 10px 'Verdana';
}
#content_right ul
{
	list-style:square;
	font:normal 10px 'Verdana';
}
#content_right li
{
	margin-left:30px;
}
#empty_space
{
	width:120px;
	height:400px;
}
#empty_space.size1
{
	width:120px;
	height:220px;
}
#empty_space.size2
{
	width:120px;
	height:450px;
}
#empty_space.size3
{
	width:120px;
	height:650px;
}
#futter
{
	width:100%;
	height:100px;
	margin-top:20px;
}
#corner_left
{
	float:left;
	width:226px;
	height:100px;
	background-color:#CCCCCC;
}
#menu2
{
	float:left;
	background-image:
	url(images/bg.jpg);
	background-repeat:repeat-x;
	height:100px;
	width:420px;
}

#menu_2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:right;
	padding-right:10px;
}
#menu_2  li {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
#menu_2 ul li a {	
	font: normal 10px 'Arial';
	color:#cccccc;
	text-decoration: none; 
	letter-spacing:1px;
	text-transform:uppercase;
	padding-bottom:3px;
	display:block;
	margin-top:40px;
	
}
#menu_2 ul li a.selected {
	color: #ffffff;
	border-top:2px solid #00FF00;
}
#menu_2 ul li a:hover{
	color: #ffffff;
	border-top:2px solid #00FF00;
}
tag.alineat 
{
	margin-left:10px;
}
li.space
{
	margin-top:5px;
}
