/* styles.css
   author: info@design-aspekt.com
   last modified: 2003-06-04
*/

/* body */
body	{background-color:#ffffff;}

/* absolut positioned elements */
#flash		{position:absolute;left:0px;top:0px;height:520px;width:100%;background:transparent;background-color:transparent;}
#logo			{position:absolute; top:30px; left:0px; width:756px; height:42px; z-index:1; visibility:visible;}
#content		{position:absolute; top:80px; left:0px; width:756px; height:384px; z-index:3; visibility:visible;}
#footer			{position:absolute; top:464px; left:9px; width:739px; height:16px; z-index:2; visibility:visible;}

/* content-text */
.title	{font-family:Arial,Verdana,Helvetica,Sans-Serif; font-weight:normal; color:#999999}
a:link.title, a:visited.title	{text-decoration:none; font-weight:normal}
a:hover.title	{text-decoration:none}

.subtitle	{font-family:Verdana,Arial,Helvetica,Sans-Serif; font-weight:normal; color:#999999}
a:link.subtitle, a:visited.subtitle	{text-decoration:none; font-weight:normal}
a:hover.subtitle	{text-decoration:none}

p, .text	{font-family:Verdana,Arial,Helvetica,Sans-Serif; font-weight:normal; color:#000000}
a:link.text, a:visited.text	{text-decoration:none; font-weight:normal}
a:hover.text	{text-decoration:underline}

.textfooter	{font-family:Verdana,Arial,Helvetica,Sans-Serif;  font-weight:normal; color:#999999}
a:link.textfooter, a:visited.textfooter	{color:#999999;}
a:hover.textfooter {text-decoration:underline}

.navi	{font-family:Verdana,Arial,Helvetica,Sans-Serif;  font-weight:normal; color:#ee0000}
a:link.navi, a:visited.navi	{text-decoration:none; color:#ee0000}
a:hover.navi {text-decoration:none}

.navisub	{font-family:Verdana,Arial,Helvetica,Sans-Serif;  font-weight:normal; color:#ee0000}
a:link.navisub, a:visited.navisub	{text-decoration:none; color:#ee0000}
a:hover.navisub {text-decoration:none}

a:link, a:visited	{text-decoration:none; color:#ee0000}
a:hover {text-decoration:underline}
b {font-weight:bold}

/* form elements */
form						{display:inline;}
.noborder					{border-style:none;}
.input, .button				{font-family:Verdana, Arial, Geneva, Helvetica; color:#000000;}

.deko {background-color:#ee0000;}