/* tags *************************************************/

body	{
	background-color:#fcf;
	font-family:helvetica,verdana;
	font-size:1em;
	line-hight:130%;
	margin:0;
	}

img {
	border:0;
	}

h1 {
	font-size:24px;
	color:#fff;
	}

h2 {
	font-size:16px;
	color:#39f;
	}

p {
	font-size:1em;
	line-height:130%; 
	color:#fff;
	}

table {
	border:0;
	margin:0;
	padding:0;
	}

td,tr	{
	vertical-align:top;
	}	

/* element tags *************************************************/

#container	{
	position:absolute;
	width:769px;
	margin:0 0 0 -380px;
	left:50%;
	top:5%;
	}
	
#content {
	position:absolute;
	top:20px;
	}

/* element tags *************************************************/
/*...*/

/* klassen ******************************************************/

.clear {
	clear:both;
}

.fliesstxt {
	font-family:helvetica,verdana;
	font-size:0.9em;
	font-style:normal;
}

.frame_left {
	background-image:url(_img/frame_03b.gif);
	background-repeat:repeat-y;
	}

.frame_right {
	background-image:url(_img/frame_04b.gif);
	background-repeat:repeat-y;
	}

.c-width {
	width:300px;
	}

.c-height {
	min-height:300px;
	height:300px;
	}

/* pseudoklassen ************************************************/

a:visited {
	color:#d761ba; text-decoration:none; border:0;
}
a:link {
	color:#d761ba; text-decoration:none; border:0;
}
a:hover {
	color:#d761ba; text-decoration:underline; border:0;
}
a:active {
	color:#d761ba; text-decoration:none; border:0;
}

