/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	top_tmg.css
	
	--
	cyberhouse.at
	Martin Hochreiter
	
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	GENERAL
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
*{
	margin:0;
	padding:0;
}
option {
	padding-left: 0.4em; /* Das Zurücksetzen der Innen- und Außenabstände verursacht zu kleine Selectboxen. Dies wird korrigiert */
}
img,fieldset {
	border:0;
}
fieldset{
	border-top:1px solid #D8D9D4;
	padding:0 1px;
}
legend{
	font-size:11px;
	padding:13px 26px 13px 20px;
	margin-left:14px;
	color:#000000;
}

h1, h2 {
    font-weight: bold;
	display:inline;
    font-size:14px;
	color: #004A80;
	float:left;
	margin-left:1px;
    
}
h2 {
    font-size:13px;
	display:block;
	float:none;
	/*margin-bottom:.5em;*/
}
p{
	margin-bottom:1em;
}
.hr hr{
	display:none;
}
.hr{
	background-color:#C5D6E5;
	height:1px;
	width:100%;
	margin:2px 0 5px 0;
}
.clear{
	clear:both;
}
.search{
	float:right;
	width:68px;
}
.newsearch{
	text-align:right;
	width:100%;
}
.searchlink{
	float:right;
	background-image:url(../images/search_tmg.gif);
	background-repeat:no-repeat;
	width:68px;
	height:17px;
	position:relative;
	top:2px;
	margin-right: 20px;
}
.invisible{
	display:none;
}
.highlight{
	color:#004A80;
}
#header_result{
	font-size:11px;
	margin:12px 2px 2px 8px;
	width:630px;
}
.left{
	float:left;
	width:50%;
}
.right{
	float:right;
	width:50%;
	text-align:right;
}
#top500Wrapper{
	margin-right:19px;
}
.searchbutton{
	float:right;
	width:114px;
	margin-right:20px;
	margin-top:5px;
}
.searchbutton_link{
	float:right;
	width:114px;
	height:18px;
	border:0;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	LISTEN
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.abc{
	margin:0 1px 10px 1px;
	height:19px;
	_height:16px;
	background-color:#DFECF4;
	width:638px;
	background-image:url(../images/bg_abc_tmg.gif);
	background-repeat:no-repeat;
}
.abcItem, .abcItemActive{
	display:inline;
}
.abc .abcItem a, .abc .abcItem a:visited{
	float:left;
	width:21px;
	_width:23px;
	height:17px;
	margin-right:1px;
	_margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	color:#004A80;
	border:1px solid #DFECF4;
	border-top:1px solid #FFFFFF;
	background-color:#DFECF4;
}
#contentText .abc  a{
	font-weight:bold;	
}
.abc .abcItemActive a, .abc .abcItemActive a, .abc .abcItem a:hover{
	float:left;
	width:21px;
	_width:23px;
	height:17px;
	margin-right:1px;
	_margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	color:#004A80;
	border: 1px solid #C6D6E5;
	border-bottom:1px solid #FFFFFF;	
	background-color:#FFFFFF;
	text-decoration:none;
}
#services{
	margin-bottom:4px;
}
.serviceList, .industryList{
	float:left;
	margin-right:7px;
	/*position:relative;
	left:-5px;*/
}
.serviceItem{
	background-color:#F3F6FB;
	border-bottom:1px solid #FFFFFF;
	list-style:none;
}
.serviceItem a, .serviceItem a:hover{
	color:#014A7F;
	display:block;
	padding:4px 8px;
	width:300px;
	_width:316px;	
	text-decoration:none;
}
.serviceItem a:hover{
	text-decoration:underline;
	background-color:#FFFFFF;
}
#companylist{
	margin:20px 20px 5px 1px;
}
.companyItem{
	border-top:1px solid #D8D9D4;
	padding:4px 0;
	list-style:none;
}

.companyItem .line2{
	margin-left:9px;
}

#companylist a, #companylist a:hover, #companylist a:visited{
	color:#004A80;
	font-weight:bold;
	text-decoration:none;
}
#companylist a:hover{
	text-decoration:underline;
}
.industryList{
	margin-bottom:15px;
}
.industryItem{
	list-style:none;
	padding:2px 0;
	width:203px;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	FORMS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
select, input, textarea { 
	font-size: 99% 			/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */ 
}

label{
	color:#00215D;
	display:block;
	float:left;
	width:115px;
	padding-top:2px;
}

input, select{
	border:1px solid #C5D6E5;
	background-color:#FFFFFF;
	width:300px;
	padding:2px;
	_padding:1px;
}
option{
	border-bottom:1px solid #C5D6E5;
	padding:0 2px;
	_padding:0 1px;
}

input:focus{
	background-color:#FBFCFD;
}

.checkbox {
	margin:0;
	width:15px;
	border:0;
}
.bg{
	background-color:#F3F7FB;
	margin:1px 0 2px 0;
	padding:4px 9px;
	height:19px;
	overflow:visible;
}
#explanation{
	margin:25px 0;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	TABLES
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
table{
	width:640px;
}
table #head{
	color:#013A7B;
	font-weight:bold;
	font-size:17px;
	text-align:left;
	background-color:#E0ECF4;
	padding:10px 8px;
	border:0;
	border-top:1px solid #FFFFFF;	
	border-bottom:2px solid #FFFFFF;
	width:100%;
}
td{
	border-top:1px solid #C5D6E5;
	font-size:11px;
	width:485px;
	padding:3px 8px 4px 8px;
}
.desc{
	font-weight:bold;
	background-color:#F3F6FB;
	width:155px;
	_width:155px;
	padding-left:7px;
	vertical-align:top;
}
.logo{
	text-align:center;
	vertical-align:middle;
	width:175px;
}
.subhead{
	font-weight:bold;
	padding:0;
	margin:0;
	color:#003A7B;
	height:38px;
	vertical-align:bottom;
	border:0;
}
.subhead_bg{
	width:96px;
	_width:110px;
	padding:3px 7px;
	background-color:#E0ECF4;
	margin-bottom:1px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	LINKS
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
a {
    color: #000000;
    text-decoration: none;
}
a:hover{
    color: #013A7B;
    text-decoration: underline;
}



