/* Body element */
body	{
		background-color: #ffffff;
		font-size: 100%;
		font-family: verdana, tahoma, arial;
}

/* Table elements */
table.maintable	{
				width: 100%;
				height: auto;
}

td.leftmargin	{
				background-color: #ffcc00;
				width: 20%;
				white-space: nowrap;
				vertical-align: top;
}

td.body			{
				width: 80%;
}

td.frontbody	{
				width: 80%;
				text-align: center;
}

/* Div elements */
div.banner	{
			background-color: #cc3300;
			text-align: center;
			width: 90%;
			position: relative;
			left: 50px;
}

div.leftmarginlinks	{
					margin-top: 5px;
					margin-left: 5px;
}

/* Image elements */
img.flaglink	{
				border: none;
				vertical-align: text-bottom;
				margin-left: 3px;
				margin-top: 3px;
}

img.indexpic	{
				border: none;
}

img.mappic	{
			margin-right: 7px;
			float: left;
}

img.thumb	{
			border: none;
}

img.logopic	{
			float: right;
}

/* Links */
a.bannerlink	{
				font-weight: bold;
				text-decoration: none;
}

a.bannerlink:link	{
					color: #ffffff;
}

a.bannerlink:visited	{
						color: #ffffff;
}

a.bannerlink:active	{
					color: #ffffff;
}

a.marginlink:link	{
					color: #0f4bfa;
}

a.marginlink:visited
					{
					color: #e61914; 
}

a.marginlink:active	{
					color: #ff0148;
}

a.imglink:link	{
				text-decoration: none;
}

/* P elements */p.centerbody	{				text-align: justify;}/* UL elements */ul.list	{				text-align: left;}

/* Headers */
h3.centerheader	{
				/*word-spacing: 3px;
				letter-spacing: 3px;*/
				text-align: center;
				font-size: 120%;
}

/* Spans */
span.wasistlos	{
				font-size: 80%;
				text-align: left;
				font-weight: bold;
				text-decoration: overline;
}

span.wasistlostop	{
					font-size: 80%;
					text-align: left;
					font-weight: bold;
}

/* Other elements */
.center	{
		text-align: center;
}
