/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "Lucida Grande", sans-serif;
	color: #DDD;
	margin-left: 60px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	padding-left: 100px;
	padding-top: 130px;
	
}
a:link {
	color: #069;
}
a:hover {
	color: #3CC;
}
.baslik {
	font-size:50px;
	color: #FF1111;
	/* for IE */
    filter:alpha(opacity=50);
    /* CSS3 standard */
    opacity:0.50;
}

.baslik2 {
	font-size:16px;
	color: #DDD;
	/* for IE */
    filter:alpha(opacity=50);
    /* CSS3 standard */
    opacity:0.50;
}

.baslikoyun {
	font-size:40px;
	color: #FF1111;
	/* for IE */
    filter:alpha(opacity=50);
    /* CSS3 standard */
    opacity:0.50;
}

.baslikoyunaktif {
	font-size:20px;
	color: #999;
	/* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.90;
}

.baslikoyun2 {
	font-size:20px;
	color: #FF1111;
	/* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.90;
}

.baslik3 {
	color: #999;
}

.onemli {
	font-size:12px;
	color: #FF1111;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: background-color:#F00; color:#333333;   }
a:active { text-decoration: background-color:#F00;color:#333333;  }
a:visited { text-decoration: background-color:#F00;color:#333333;  }
a:hover { text-decoration: background-color:#33;color:#FF3333; background-color:#333; }

a img { border: none; }

#menu {
    width: 260px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 100px;
	right: 5;
    position: fixed;
    height: 100%;
	background-color: #FF1111;
	color: #FFF;
	font-family: "Lucida Grande", sans-serif;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	padding-top: 20px;
	/* for IE */
    filter:alpha(opacity=35);
    /* CSS3 standard */
    opacity:0.35;
}

#menu ul.red { color: red; }
#menu ul.red li a { color: #039; }

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
li.section-title { text-decoration: none; color: #333333;  }

#menu ul li.section-title {
	margin-right:0px;
		}
#menu ul li.active a { 
        text-decoration: background-color:#33;color:#FF3333; background-color:#333;
        
         }
#content {
    height: 100%;
    margin: 0 0 0 270px;
    top: 0;
	left:0px;
	float:left;
}

.container {
    padding: 36px 20px 20px 20px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }