body {
        background-color:#DDF4FE;
}
#header {
        width:990px;
        height:100px;
        background-image: url(images/diz/header_bg.gif);
        background-repeat: no-repeat;
}
.page_title {
        padding:20px;
        text-align: middle;
}
table {
        border:none;
        vertical-align: top;
        font:13px Tahoma;
}
ul {
        list-style-type:disc;
        font-size:12px;
        color:#d50061;
        line-height:11pt;
        padding:0px;
        margin-top:2px;
        margin-bottom:2px;
        margin-left:16px;
        text-transform : capitalize;
}

ol {
        list-style-type:disc;
        color:#d50061;
        line-height:12pt;
        padding:0px;
        margin-top:2px;
        margin-bottom:2px;
        margin-left:16px;
}

.ulsubcat {
        list-style-type: disc;
        color:#FE6000;
        line-height:12pt;
        margin-top:5px;
        margin-bottom:5px;
        margin-left:20px;
}

.Menu {
        width:200px;
        border:none;
        background-color:#FDE7F3;
}
.Menu-content {
        width:200px;
        border:1px #FAA4D2 solid;
        border-top:none;
        background-color:#FDE7F3;
}

.FilmList {
        width:99%;
        border:1px #FAA4D2 solid;
        background-color:#FFF;
/*        background-image: url(images/diz/film_bg.gif);
        background-repeat: repeat; */
}
.FilmListTitle {
        color:#FE6000;
        background-color:#FF008A;
}

.tdMenuTitle {        border:none;
        padding-left:20px;
        height:30px;
        background-image: url(images/diz2/menu_title.png);
        background-repeat: no-repeat;
        font-family:Arial, Verdana, Sans-Serif;
        color:#FFFFFF;
        font-size:12px;
        font-weight:bold;
        text-transform : uppercase;
}
.tdzagolovok {
        font-family: Trebuchet MS, Lucida Grande;
        color:#FFFFFF;
        background-color:#FFE5F3;
}

.Left {
        width:200px;
        vertical-align:top;
        text-align:center;
}
.center {
        width:100%;
        vertical-align:top;
}
.Right {
        width:200px;
        vertical-align:top;
        text-align:center;
}

hr {
        width:990px;
        color:#FDE7F3;
        noshade;
}

form {
        margin:0px;
        padding:0px;
        font-size:13px;
}
select, input {
        padding-right:5px;
        padding-left:5px;
        font:12px Tahoma;
        color:#444343;
        text-decoration: none;
        background:#FFFFFF;
        border:1px #ffaed2 solid;

}
.imgDashedBorder {
        border: 1px dashed;
        color: #FE6000;
}

.mark {
        color:#A8005B;
}

.zacherknut {
        text-decoration:line-through;
}

h1 {
        font-family:Trebuchet MS;
        color:#01b4fe;
        font-size:22px;
        font-weight:bold;
        padding:0px;
        margin:0px;
}

h2 {
        font-family : Arial, Verdana, Sans-Serif;
        color : #FE6000;
        font-size : 13px;
        font-weight : bold;
        text-transform : uppercase;
        padding : 0px;
        margin : 0px;
}
h3 {
        font-family : Arial, Verdana, Sans-Serif;
        color : #FE6000;
        font-size : 13px;
        text-transform : uppercase;
        padding : 0px;
        margin : 0px;
}

img {border:0px;}

.img_screen {
        background-color:#FDE7F3;
        border:1px #FAA4D2 solid;
        margin:2px;
        padding:2px;
}
A:hover IMG.img_screen {
        border:#A8005B 1px solid;
        margin:2px;
        padding:2px;
}
.img_cover {
        background-color:#FDE7F3;
        margin:2px;
        padding:2px;
}

/* Link Settings */
a {
        color:#444343;
}
a:hover {
        color:#FE0101;
        text-decoration:underline;
}
.small {
        font-family : Arial, Verdana, Sans-Serif;
        font-size : 12px;
}
.small_footer {
        font-family : Arial, Verdana, Sans-Serif;
        font-size : 12px;
        color:#C2C0C0;
}
a:hover.small {
        font-family : Arial, Verdana, Sans-Serif;
        color : #333333;
        font-size : 12px;
        text-decoration : underline;
}

.pagination{
	float:left;
	clear:both;
	padding:5px;
	width:560px;
}
.pagination .pages{
	text-align:center;
	font-size:12px;
	line-height:24px;
}
.pagination .pages .num{
	padding:2px 5px;
	color:#A8005B;
	background: #F4F3F3;
	border: 1px solid #E0E0E0;
	text-decoration:none;
}
.pagination .pages .num:hover{
	padding:2px 5px;
	border:1px solid #A8005B;
	text-decoration:none;
}
.pagination .pages .activenum{
	padding:2px 5px;
	color:#FFFFFF;
	background: #A8005B;
	text-decoration:none !important;
	border: 1px solid #A8005B;
}