/*--------------------------------------------------------------------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------------------------------------------------------------------*/
.logo {
	font-family: "Arial", sans-serif;
	font-size: 11pt;
	text-decoration: none;
	color: #FFFFFF;
	border-width: 0px;
}
a.logo {
	font-family: "Arial", sans-serif;
	font-size: 11pt;
	text-decoration: none;
	color: #FFFFFF;
	border-width: 0px;
}
a.navigation {
	font-family: "Arial", sans-serif;
	font-size: 14pt;
	text-decoration: none;
	color: #FFFFFF;
}
a.navigation:hover {
	color: #202066;
	background-color: #FFFFFF;
}
a.subnavigation {
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #FFFFFF;
}
a.subnavigation:hover {
	color: #202066;
	background-color: #FFFFFF;
}
table.ruler {
	border: 0px solid #FFFFFF;
	width: 100%;
}
td.ruler {
	height: 2px;
	background-color: #FFFFFF;
}
table.space5px {
	border: 0px solid #FFFFFF;
	height: 5px;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------
BODY
--------------------------------------------------------------------------------------------------------------------------------------------*/
body {
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	text-decoration: none;
	background-color: #202066;
	color: #FFFFFF;
}
p {
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-family: "Arial", sans-serif;
	font-size: 16pt;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
h2 {
	font-family: "Arial", sans-serif;
	font-size: 14pt;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
h3 {
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a {
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	text-decoration: underline;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
img {
	border: 1px solid #FFFFFF;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}


/*----wettbewerbe--------------------------------------------------------------------------------------------------------------------------*/
td.wettbewerbe_width60px {
	width: 60px;
}


/*-----architektur--------------------------------------------------------------------------------------------------------------------------*/
table.architektur_intro {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 0px solid #FFFFFF;
	height: 454px;
	background-image: url('/architektur/intro_350.gif');
}
td.architektur_w20 {
	width: 20px;
}
td.architektur_w100 {
	width: 100px;
}
td.architektur_w80 {
	width: 80px;
}
td.architektur_w250 {
	width: 250px;
}
td.architektur_h62 {
	height: 62px
}


/*--------------------------------------------------------------------------------------------------------------------------------------------
FOOTER
--------------------------------------------------------------------------------------------------------------------------------------------*/
.footer {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #666666;
	font-style: italic;
}
table.footer {
	width: 100%;
	border: 0px solid #FFFFFF;
}
td.footer {
	height: 1px;
	background-color: #666666;
}
a.footer {
	color: #666666;
}
a.footer:visited {
	color: #666666;
}
a.footer:active {
	color: #666666;
}
a.footer:hover {
	color: #202066;
	background-color: #666666;
}

