/* 
	stylesheet for dialoge.com startpages and doorpages 
	tested uas: ie 5.5+, ns7+, op7+, moz 1.5, firefox
	uses tantek hack for font-sizes
	Copyright Raphael Boos soft.works
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 1.6em;
	text-align: center;
	vertical-align: middle;
	background-color: #E8D500;
}

/* td font size and line height hack for ie5 */
td {
	line-height: 1.6em;
	font-size: 0.6em;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: 100%;
}

table, tdbody, thead, tfoot, tr, th, td, colgroup, col, div, span, p{
	margin: 0px;
	padding: 0px;
	border-style: none; 
	border-collapse: collapse;
}

a{
	font-weight: bold;
}

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

img{
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
}


/* the overall container used for centering */
#container{
	position : absolute;
	width : 700px;
	height : 350px;
	left : 50%;
	top : 50%;
	margin-left : -350px;
	margin-top : -175px;
	border: 2px solid white;	
}

#container td{
	vertical-align: middle;
	text-align: center;
}


/* container for content left and content right */
#containertable{
	width: 700px;
	height: 350px;
	background-color: #004096;
	background-image: url(dialoge_start_left_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	table-layout: fixed;
}

#containertable td{
	vertical-align: top;
	text-align: left;
}
.column-0, .column-1{
	width: 50%;
}

.column-1{
	background-image: url('dialoge_animation_350_350_f.jpg'); 
	background-repeat: no-repeat; 
	background-position: right top;
}

/* contains the logo animation */
div#content-left{
	text-align: left;
	padding: 30px;
}

.menu-head{
	text-align: left;
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 3px;
}
.menu-item{
	text-align: left;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}
.menu-item-de{
	background-image: url(flag_de.gif);
}
.menu-item-uk{
	background-image: url(flag_uk.gif);
}
.menu-item-fr{
	background-image: url(flag_fr.gif);
}
.menu-item-es{
	background-image: url(flag_es.gif);
}
.menu-item-it{
	background-image: url(flag_it.gif);
}
.menu-item-pl{
	background-image: url(flag_pl.gif);
}

/* contains the flash animation */
div#content-right{
}

/* content normal */
#content-normal{
	display: none;
	visibility: hidden;	
}