@charset "utf-8";

/* CSS-Reset */
* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

b, strong
{
	font-weight: bold;
}

/* Schriftdefinitionen */
body
{
	background-color:#000909;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#FFF;
}

h1, h2, h3, h4
{
	font-weight:bold;
	padding: 0 0em 0.7em 0.4em;
}

p
{
	padding: 0 0 0 0.4em;
}

img, a img
{
	margin: 10px 0 5px 0;
}

h1
{
	text-transform:uppercase;
	padding-top:0.1em;
	font-size: 1.9em;
	font-style:italic;
	color:rgb(220,255,240);
}

h4
{
	font-size: 1.1em;
	font-weight:bold;
	color:rgb(220,255,240);
}

h2
{
	font-size: 1.3em;
	color:rgb(220,255,240);
}

h3
{
	font-size: 1.2em;
	font-style:italic;
	color:rgb(220,255,240);
	padding-top:0.6em;
}

.my_h3
{
	font-size: 100%;
	font-style:italic;
	color: #FFFFFF;
}

.my_bold
{
	font-size: 1em;
	font-weight:bold;
	color: #002F8C;
}

a:link
{
	color:#BFD;
	text-transform:uppercase;
	/*font-weight:bold;*/
	text-decoration:none;
}

a:visited
{
	color:#BFD;
	text-transform:uppercase;
	/*font-weight:bold;*/
	text-decoration:none
}

a:hover, a:focus, a:active
{
	color:#6FD;
	text-transform:uppercase;
	/*font-weight:bold;*/
	text-decoration:none;
}

/* Layout */
#container
{
	background-image: url(../images/bg_01.jpg);	
	background-repeat:no-repeat;
	width: 1024px;
	border: 1px solid #ADA;
	margin: 0 auto;
}

#header
{
	/*background-color: rgba(1,31,14,0.6);*/
	width:1024px;height:130px;
}

#leftContent
{
	padding: 0 0 0 1.5em;
}

#content
{
	/*background-color:#01200D;
	opacity: 0.25;*/
	text-align:justify;
	padding:30px 20px 2px 20px;
	font-size: 100%;
}

#contentLeft
{
	background-color: rgb(1,31,14);
	background-color: rgba(1,31,14,0.65);
	width:20%;
	float:left;
	padding:15px;
	border: 1px solid #ADA;
	min-height: 400px;
}


#contentRight
{
	background-color: rgb(1,31,14);
	/*opacity: 0.5;       
    -moz-opacity: 0.5;   
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
    filter:alpha(opacity=50); */
	background-color: rgba(1,31,14,0.65);
	width:70%;
	float:right;
	padding:15px;
	border: 1px solid #ADA;
	min-height: 400px;
}

#footer,.clearfloat
{
	clear:both;
}

/* Allgemein */
#footer li
{
	padding: 0 39px 0 5px;
	display:inline;
}

/*#footer a:link
{
	color:#FFF;
	text-decoration:underline;
}

#footer a:hover, a:focus, a:active
{
	color:#BBBBFF;
	text-decoration:underline;
}*/

.fl
{
	float:left;
	padding-right:1em;
}

.fr
{
	float:right;
	padding-right:1em;
}

.footer_bar
{
	width:99.8%;
	background-color: rgb(1,31,14);
	background-color: rgba(1,31,14,0.65);
	padding: 0 3px 0 0 0px;
	border: 1px solid #ADA;
	height:25px;
}

#contenLeft ul
{
	list-style:armenian;
}