@charset 'utf-8';

/******************
*
* MAIN
*
******************/

* {
	margin: 0;
	padding: 0;
	font-family: verdana;
}

html, body {
	background:#000000;
	direction: ltr;
	height:100%;
	width:100%;
	font-family: verdana;
	font-size:11px;
	color:#ffffff;
	overflow-x:hidden;
}

img {
	border:none;
}

/*
*	GENERAL
*/

table.std {
	border-spacing:0px;
	border-collapse:collapse;
}

table.std100 {
	border-spacing:0px;
	border-collapse:collapse;
	width:100%;
}

table.stdpx {
	border-spacing:0px;
	border-collapse:collapse;
	width:369px;
}

td.center {
	text-align:center;
}

td.frames {
	padding:10px 5px;
	border:1px solid #ffffff;
}

td.teamimage {
	padding-bottom:10px;
}

td.team {
	padding-left:10px;
	vertical-align:top;
}

td.date {
	width:140px;
	vertical-align:top;
	padding-bottom:10px;
}

td.description {
	vertical-align:top;
	padding-bottom:10px;
	padding-right:10px;
}

td.subject {
	vertical-align:top;
	padding-bottom:10px;
}

td.piclist {
	text-align:center;
	width:50%;
	padding-top:5px;
	padding-left:4px;
	cursor:pointer;
}

a:link,
a:visited,
a:active	{
	color:#000000;
	text-decoration:none;
}
a:hover		{
	color:#000000;
	text-decoration:underline;
}

a.blue:link,
a.blue:visited,
a.blue:active	{
	color:#000088;
	text-decoration:underline;
}
a.blue:hover		{
	color:#0000ff;
	text-decoration:underline;
}

li {
	margin-left:15px;
}

/******************
*
* LINKS
*
******************/

a.small:link,
a.small:visited,
a.small:active	{
	color:#000000;
	text-decoration:none;
	font-size:10px;
}
a.small:hover		{
	color:#000000;
	text-decoration:underline;
}

a.impressum:link,
a.impressum:visited,
a.impressum:active	{
	padding:5px 15px 0px 0px;
	color:#bbbbbb;
	font-size:9px;
}
a.impressum:hover	{
	text-decoration:underline;
}

a.mainnavi:link,
a.mainnavi:visited,
a.mainnavi:active	{
	font-family:verdana;
	color:#bbbbbb;
	font-size:11px;
}
a.mainnavi:hover	{
	text-decoration:underline;
}

a.subnavi:link,
a.subnavi:visited,
a.subnavi:active	{
	font-family:verdana;
	color:#bbbbbb;
	font-size:11px;
}
a.subnavi:hover	{
	text-decoration:underline;
}

a.gray:link,
a.gray:visited,
a.gray:active	{
	color:#2a2a2a;
	text-decoration:none;
	font-size:10px;
}
a.gray:hover		{
	color:#444444;
	text-decoration:underline;
}

/******************
*
* NAVI
*
******************/

ul.navi {
	padding-top:5px;
}

li.main {
	margin-left:10px;
	list-style:none;
	line-height:17px;
	color:#bbbbbb;
}

li.sub {
	margin-left:0px;
	list-style-position:inside;
	list-style-type:circle;
	line-height:17px;
	color:#bbbbbb;
}

li.space {
	list-style:none;
	height:17px;
}

/******************
*
* LAYOUT
*
******************/

div#center {
	width:100%;
	height:50%;
	margin-bottom:-275px;
	float:left;
}

div#inner {
	background:#000000;
	overflow:hidden;
	position:relative;
	width:980px;;
	height:550px;
	color:#ffffff;
	margin:auto auto;
	clear:left;
}

div#left {
	width:205px;
	height:550px;
	float:left;
	background:url("../images/gray_line.gif") no-repeat 120px 524px;
}

div#left_home {
	width:205px;
	height:550px;
	float:left;
}

div#right {
	width:775px;
	height:550px;
	float:left;
}

div#logo {
	width:205px;
	height:110px;
}

div#navi {
	margin:75px 0px 0px 50px;
	background:#444444;
	width:135px;
	height:340px;
}

div#top {
	height:45px;
	text-align:right;
}

img.slogan {
	padding:5px 13px 0px 0px;
}

/*
*	CONTENT
*/

div#content {
	overflow:hidden;
	border:1px solid #ffffff;
	background:#d1d2d3;
	width:758px;
	height:478px;
	margin:0px 0px;
}

div#content_home {
	overflow:hidden;
	border:1px solid #ffffff;
	background:#000000;
	width:758px;
	height:478px;
	margin:0px 0px;
}

div#c_left_container {
	padding:9px 10px;
	width:310px;
	height:460px;
	float:left;
}

div#c_left_frame {					/* inner 308 x 458 px */
	border:1px solid #ffffff;
	width:308px;
	height:458px;
	overflow:hidden;
}

div#c_right_container {
	padding:9px 0px;
	width:416px;
	height:460px;
	float:left;
}

div#c_right_frame {
	width:386px;
	height:428px;
	border:1px solid #ffffff;
	overflow:auto;
	padding:15px;
	color:#000000;
	font-size:11px;
	line-height:15px;
}

/*
*	FOOTER
*/

div#footer {
	padding-top:3px;
	height:22px;
	text-align:right;
}

/*
*	JAVASCRIPT PICTURE
*/

div#Image {
	display:none;
	position:absolute;
	width:758px;
	height:478px;
	padding:7px 8px 8px 8px;
}

div#ImageClose {
	position:absolute;
	text-align:left;
	z-index:1;
	padding:10px 0px 0px 7px;
	filter:alpha(opacity=70));
	-moz-opacity:0.7;
	opacity:0.7;
}

span#ImageCloseButton {
	cursor:pointer;
	background:#000000;
	font-size:10px;
	padding:3px 3px 3px 3px;
	float:left;
}

div#ImagePicture {
	position:absolute;
	width:742px;
	height:462px;
	text-align:center;
	overflow:hidden;
	z-index:0;
	border:1px solid #ffffff;
	background:#d1d2d3;
}

