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

body {
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	background: #fff;
	line-height: 1.7em;
}

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

.films {
	float: left;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:10}

.langde {
	background: #fff;
	padding: 4px;
	color: #C10229;
	text-decoration:none;
}

.langen {
	background: #5E5E5E;
	padding: 4px;
	color: #fff;
		text-decoration:none;

}

.langpl { 
	background:  #1c54a7;
	padding: 4px;
	color: #fff;
		text-decoration:none;

}

.langmenue {
	text-align:center;
	
}

a:link {
text-decoration: underline; 
color: #C10229;
}

a:active { 
color: #C10229;
}

a:visited { 
color: #C10229;
}

a:hover { 
color: #C10229;
}

.headde {
		font-size: 16px;
	font-weight:bold;
	color: #C10229;
	margin-left: 4px;
	margin-top: -12px;
	
}

.headen {
		font-size: 16px;
	font-weight:bold;
	color: #C10229;
	margin-left: 4px;
	margin-top: -12px;
	
}

.headpl {
		font-size: 16px;
	font-weight:bold;
	color: #C10229;
	margin-left: 4px;
	margin-top: -12px;
	
}

.headde a {

	text-decoration: none;
	
}

.headde a:hover {

	color: #C10229;
	
}

.headen a {

	text-decoration: none;
	
}

.headen a:hover {

	color: #5E5E5E;
	
}

.headpl a {

	text-decoration: none;
	
}

.headpl a:hover {

	color: #1c54a7;
	
}

.footer {
	font-size: 11px;
	color: #C10229;
	
}

.archiv {
	padding: 0 30px 50px 0;
	float: left;
}

#menu UL LI { 
 text-align: center;
 padding-bottom: 8px;
}


#menu UL LI A { 
 color: #fff;
  font-size: 16px; 
  text-decoration: none; 
 
}



#menu UL LI A:link { 
 color: #fff;

}

#menu UL LI A:visited { 

}


#menu li.active a { 
 color: #C10229;
 background: #fff;
 font-weight:bold;
 padding: 5px;
}

#menu ul {
	list-style: none;
	margin: 0 0 13px 0;
}


#menu ul li.section-title { 
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 1px;  CURSOR: pointer; PADDING-TOP: 0px;
    
}

#menu UL LI.section-title:hover {
	font-style:italic;
}

#menu UL LI.section-title:active {
	font-style:italic;
}


a img { border: none; }

img { 
padding: 0 6px 6px 0; 

}

h1 { 
font-size: 16px; 
color: #C10229;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	
   
}

strong {
	font-size: 15px;
	font-weight:bold;
	
}

em {
	color: #C10229;
font-style:normal;
}

#menu {
    width: 320px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	/* left: 24px; */
    position: fixed;
    height: 100%;
	background-color: #C10229;
	
}



#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;

}

#navlist LI A {
	color: #000;
	text-decoration: none; 

}

#navlist LI A:hover {
	color: #C10229;
	text-decoration: none; 

}


#navlist li.current {
	font-weight:bold;
 color: #000;
}


#content {
	 width: 600px;
   padding-left: 350px;
   padding-top: 20px;
    /* margin: 0 0 0 200px;
	 padding-top: 35px; */
    top: 0x;
}

.container UL {
 padding-left: 15px;
 padding-bottom: 20px;
	LINE-HEIGHT: 150%; 
	LIST-STYLE-TYPE:square;
	text-decoration: none; 
	padding-bottom: 20px;
}

.containerm {
   
    padding: 0px 0px 0px 0px;
	overflow:hidden;
	scroll
}

.container {
   
    padding: 0px 0px 25px 0px;
}

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

p {
    margin: 0 0 9px 4px;
}



h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
