/* GZ_01-CSS */

/* TEMPLATE */

html 
{ 
padding:0px;
margin:0px;
}

/* General */

BODY {
	margin:0px;
	padding:0px;
	/*background-image:url(gz_01_FILES/back.jpg);*/
	color:#333333;
	font-size:11px;
	font-family:Verdana, sans-serif;
	text-decoration:none;
	font-weight:normal;
	line-height:18px;
	background-color:
	
}

table {}

.content
{	
	width: 430px;
	background-color: #fff;
	padding-top: 20px;
	padding-left: 8px;
	padding-right: 8px;
}

/* TEMPLATE ENDE */



/*--------TEXT--------*/
.bodytext
{ 
	color: #333333;
	font-size: 11px; 
	font-family: Verdana, sans-serif; 
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;
}

.csc-caption
{ 
	color: #666666;
	font-size: 10px;
	font-style: italic; 
	font-family:  Arial, Helvetica, Verdana, sans-serif; 
	align: top, left;
}
 

p 
{ 
	color: #333333;
	font-size: 11px; 
	font-family: Verdana, sans-serif; 
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;
	} 

h1 
{
	 font-size: 14px; 
	 font-weight: bold; 
	 color: #333333;
	 text-align: left; 
	 font-style: normal; 
	 font-family: Arial, Helvetica, sans-serif;
}

h2 
{ 
	font-size: 11px; 
	font-weight: bold; 
	color: #333333; 
	display: inline;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
} 

h3 
{ 
	font-size: 10pt; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color: #000;
}

li 
{ 
	list-style-image: none; 
	color: #000; 
	font-size:10px; 
	font-family: Verdana, sans-serif; 
	font-weight: normal; 
	list-style-type: square;
}
/* Links */
A {
	color:#333333;
	font-size:11px;
	font-family:Verdana, sans-serif;
	font-weight:normal;
	text-decoration:none;
}


a.linkExtgz {
	color:#333333;
	font-size:11px;
	font-family:Verdana, sans-serif;
	font-weight:normal;
	text-decoration:none;
                list-style: none;
}




/* Links -> Mouseover links */
A:hover {
	color:#666666;
	font-size:11px;
	font-family:Verdana, sans-serif;
	font-weight:normal;
	text-decoration:underline;
}

a.active 
{
	color: #000;
	font-size:11px; 
	font-family: Verdana, sans-serif; 
	font-weight: normal; 
	text-decoration: none;	
}


/*--------AUFZĈLUNG CRICLE--------*/
.circle
{ 
	color: #000;
	font-size: 11px; 
	font-family: Verdana, sans-serif; 
	text-decoration: none; 
	font-weight: normal;
	line-height: 18px;
	list-style-type: disc;
}
/*--------TEXT ENDE--------*/
