/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */
/*

Colorscheme is:

Background Color 1: #EDEBF1;	(Background 1)
Background Color 1-dimmed: #D8D7DC;	(Background 1 - dimmed)
Background Color 2: #F5FFAA;	(Background 2)
Background Color 3: #D1D2E4;	(Background 2)

Text, main:	#000000
Text Color 1: #186900;	(red)
Text Color 2: #10007B;	(green)
Text Color 3: #8A0020;	(blue)

Links		#000066
Link hover: #660000;

Borders/Lines	#333333


/***************************/
/* General element styles: */
/***************************/
body, td, h1, h2, h3, h4, ul, ol, blockquote, select, input, textarea, div, p, table{
/* --- Standardtextart und -gr??e werden festgelegt --- */
font-family: Verdana, Helvetica, sans-serif;
font-size : 11px;
line-height: 15px; /* Zeilenabstand */
color: #000000; /* allgemeine Textfarbe */
}

body, html {
position: relative;
text-align: center;
border: 0;
margin: 0;
width: 100%;
height: 100%;
background: #ffffff;
background-color: #FFFFFF
}

/****** LAYOUT anzeigen
div {
	border-color: #FF0000;
	border-style: dashed;
	border-width: thin;
}
********ENDE: LAyout ***/

PRE { font-family: Verdana, Arial, Helvetica, sans-serif; }
A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: underline;
}
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 11px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 11px; }




#outer_wrapper { text-align: left; width: 600px; position: relative; height: 600px; margin: 60px auto 0; }

#header {
position: absolute;
top: 0;
}


#intro_menu_xxx {
position: absolute;
left: 0px;
top: 20px;
width: 770px;
height: 770px;
float: left;
}

div.menu_intro { width: 130px; height: 130px; float: left; margin: 10px; padding: 0; }




#footer {
padding: 20px 0 0 0;
width: 770px;
clear: both;
text-align: center;
font: normal 11px Arial,Helvetica,Verdana,sana-serif;
color: #999999;
}
