tbrehm
2005-11-01 b5a2f8deb365d9ea2d4635cb99bb91bd22ff8151
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>CMS</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../themes/default/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.mnuLevel0 {
    margin-left: 0px;
}
 
.mnuLevel1 {
    margin-left: 0px;
}
 
.mnuLevel2 {
    margin-left: 20px;
}
 
.mnuLevel3 {
    margin-left: 40px;
}
.mnuLevel4 {
    margin-left: 60px;
}
.mnuLevel5 {
    margin-left: 80px;
}
.navtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
}
 
 
//-->
</style>
</head>
 
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div class="frmTextHead">Medien Kategorie</div><br />
<br />
<tmpl_loop name="media_cat">
  <tmpl_var name="media_cat">
</tmpl_loop>
</body>
</html>