@charset "iso-8859-1";
/* DATEI: stylesheet.css */

/* verwendete Farben
dunkles orange:	  rgb(255,102,0) 	#FF6600
dunkles blau:	  rgb(0,0,102) 	 	#000066
helles blau:	  rgb(204,204,255)	#CCCCFF
*/

body   {background:Url(../iconos/background.jpg) no-repeat 130px 36px; background-color:#FFFFFF;
		margin-left:200px; margin-top:40px; font-family:'century gothic',sans-serif; }

#nav   		{position:absolute; left:0px; top:10px;}

#navlink    {position:absolute; left:0px; top:28px; font-size:14px; width: 130px; }
#navlink a 	{display:block; margin:0px 0px 2px; background:#000066; color:#FF6600;
		     text-align:center; text-decoration: none; padding:5px;
		     border-right: #FF6600 3px solid; border-left-width:0px; border-bottom-width:0px; }
#navlink a:hover {border-right: #000066 3px dashed; background: #FF6600; color:#000066; }

#random	 	{position:absolute; left:25px; top:600px; width:308px;}
#random p	{text-align:center; font-weight:bold; color:#FF6600; font-size:10pt;
			 border:1px solid #000066; background-color:#CCCCFF}

#head  	 	{position:absolute; left:350px; top:10px; height:150px; width:638px; 
			 background:#FFFFFF Url(../iconos/header.jpg) no-repeat 0px 0px; }

#headlink	{position:absolute; right:0px; bottom:1px; margin:0px; padding:0px;
	    	 text-align:right; color:#FF6600; font-size:8pt; line-height:9pt;}
#headlink a {color:#000066; text-decoration:none; }
#headlink a:hover {color:#FF6600; text-decoration:none; background-color:#000066 }

#main  		{position:absolute; left:350px; top:160px; width:598px; padding:20px;
			 border:1px solid #000066; color:#000066; font-size:10pt; background-color:#CCCCFF}

#foot  		{position:relative; left:0px; bottom:0px; width:555px; padding:20px; 
			 border:1px solid #FF6600; color:#000066; font-size:10pt; text-align:center;}

h1,h2,h3	{color:#FF6600; font-weight:bold; margin:0px; text-align:center;}
h1			{font-size:24pt; }
h2	   		{font-size:16pt; }
h3	   		{font-size:12pt; }

a:link 		{color:#FF6600; text-decoration:underline; }
a:visited 	{color:#000066; text-decoration:underline; }
a:hover 	{color:#000066; text-decoration:underline; background-color:#FF6600 }
a:active 	{color:#FF6600; text-decoration:none; background-color:#000066 }

img			{border-width:0px; margin:0px; }
img.marg10	{margin:10px 0px; }
img.lang	{width:50px; height:30px; }
img.anl		{width:180px; height:135px; }
img.icon	{width:80px; height:15px; }

.al_c		{text-align:center; }
.al_r		{text-align:right; }
.kap		{font-variant:small-caps; }

table		{border-width:0px; padding:0px; }
td.form1	{vertical-align:top; width:250px;}
td.form2	{vertical-align:top; width:350px;}
td.tc 		{text-align: center; width:33%; }
td.logos	{vertical-align:middle; text-align:center; width:33%; }
.bottomline {border-bottom-width:medium; border-bottom-style:double;
  			 border-bottom-color:#000066; padding-bottom:5px; }
.topline 	{border-top-width:medium; border-top-style:double;
  			 border-top-color:#000066; padding-top:0px; }

