--- /dev/null
+\documentclass{article}
+\usepackage{web}
+\margins{0pt}{0pt}{0pt}{0pt} %% Kein Seitenrand
+\screensize{70mm}{110mm} %% Dimensionen: H\"{o}he, Breite des Dokuments
+
+\parindent0pt
+
+\usepackage{pstricks,pstricks-add}
+
+\definecolor{estoniaBlue}{RGB}{18 145 255}
+
+
+\begin{document}
+
+\thispagestyle{empty}
+
+\begin{pspicture}(0,0)(11,7)
+%% Flagge (Verh\"{a}ltnis 11 Breite : 7 H\"{o}he)
+
+\psframe[linecolor=estoniaBlue,fillstyle=solid,fillcolor=estoniaBlue](0,3.5)(11,7)
+\psframe[linecolor=black,fillstyle=solid,fillcolor=black](0,0)(11,3.5)
+
+
+
+\end{pspicture}
+\end{document}
--- /dev/null
+\documentclass{article}
+\usepackage{web}
+\margins{0pt}{0pt}{0pt}{0pt} %% Kein Seitenrand
+\screensize{150mm}{300mm} %% Dimensionen: H\"{o}he, Breite des Dokuments
+
+\parindent0pt
+
+\usepackage{pstricks,pstricks-add}
+
+\definecolor{latviaMaroon}{HTML}{9E1B34}
+
+
+
+\begin{document}
+
+\thispagestyle{empty}
+
+\begin{pspicture}(0,0)(30,15)
+%% Flagge (Verh\"{a}ltnis 2 Breite : 1 H\"{o}he)
+%% H\"{o}he 2 - 1 - 2
+\psframe[linecolor=latviaMaroon,fillstyle=solid,fillcolor=latviaMaroon](0,9)(30,15)
+\psframe[linecolor=white,fillstyle=solid,fillcolor=white](0,6)(30,9)
+\psframe[linecolor=latviaMaroon,fillstyle=solid,fillcolor=latviaMaroon](0,0)(30,6)
+
+\end{pspicture}
+\end{document}
--- /dev/null
+\documentclass{article}
+\usepackage{web}
+\margins{0pt}{0pt}{0pt}{0pt} %% Kein Seitenrand
+\screensize{150mm}{250mm} %% Dimensionen: H\"{o}he, Breite des Dokuments
+
+\parindent0pt
+
+\usepackage{pstricks,pstricks-add}
+
+\definecolor{lithuaniaYellow}{RGB}{253 185 19}
+\definecolor{lithuaniaGreen}{RGB}{0 106 68}
+\definecolor{lithuaniaRed}{RGB}{193 39 45}
+
+
+\begin{document}
+
+\thispagestyle{empty}
+
+\begin{pspicture}(0,0)(25,15)
+%% Flagge (Verh\"{a}ltnis 5 Breite : 3 H\"{o}he)
+
+\psframe[linecolor=lithuaniaYellow,fillstyle=solid,fillcolor=lithuaniaYellow](0,10)(25,15)
+\psframe[linecolor=lithuaniaGreen,fillstyle=solid,fillcolor=lithuaniaGreen](0,5)(25,10)
+\psframe[linecolor=lithuaniaRed,fillstyle=solid,fillcolor=lithuaniaRed](0,0)(25,5)
+
+
+\end{pspicture}
+\end{document}