/* CSS version 2.0*/

* {
	border: 0;
	margin: 0;
	padding: 0px;
}

html{
height: 100%;
margin: 0; padding: 0;
}

body {
	background: #777;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: left;
	background: url(images/bgbrushed72b.gif) center;
height: 100%;
margin: 0;
padding: 0px;
}

a {
	color: #999999;
	/*text-decoration: underline;*/
}


a:hover {
	/*color: #FFFFFF;*/
	text-decoration: none;
}

acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}

h1 {
	border-bottom: 1px solid #777777;
	/*border-top: 1px solid #ccc;*/
	border-left: 20px solid #777777;
	color: #777777;
	font-size: 130%;
	font-weight: normal;
	text-indent: 5px;
	margin: 5px 0;
}

table {
margin-left: auto;
margin-right: auto;
width: 100%;
}

a img{
border-color: #333;
border-width: 2px;
border-style: solid;

border: 1px solid #777777;
margin: 2px 0px;
	padding: 8px 8px;
}

input {
	background: #5c5c5c;
	margin: 2px 20px;
	width: 140px;
}
#column2 ul {
	margin: 0px 0;
}
#column2 li {
	color: #999999;
	list-style: square inside;
	text-indent: 10px;
}
.login {
	border: 1px solid #666;
	color: #999;
}
.login_hover {
	border: 1px solid #999;
	color: #ccc;
}
#submit {
	border: 1px solid #666;
	color: #999;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	width: 140px;
}
#submit_hover {
	border: 1px solid #999;
	color: #ccc;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
}

/*for iexplorer to move the footer down*/



#wrap {
/*position: relative;*/
	float: none;
	background: url(images/bgmid.gif) center repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 651px;

	overflow: auto; /*fixed "wrap" background problem in firefox*/
	overflow: display important!;
	min-height: 100%;

}


* html #wrap
{
height: 100%;
padding-bottom: 0;
}


#header {
	margin-top: 15px !important;
	margin-left: 5px !important;
	background: url(images/qcomelogo.gif) no-repeat;
	color: #e0e0e0;
	font-size: 327%;
	font-weight: bold;
	height: 68px;
	line-height: 120px;
	text-indent: 150px;
}

#topimage {
	margin-top: 0px !important;
	margin-left: 0px !important;
	padding-bottom: 20;
}


#hauptcontent {
	float: left;
	margin-top: 10px !important;
	margin-left: 10px !important;
	margin-left: 10px;
	width: 430px;
	padding-left: 8px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	height: 100%;
}

#nav {
	margin-left: 2px !important;
	padding-bottom: 40px; /* some space between the navigation and left column-photo */
	width: 162px;
}


#nav ul li {
	/*color: #BBBBBB;*/
	display: inline;
	line-height: 16px;
	list-style: none;
}

#nav ul li a {
	border-bottom: 1px solid #666;
	/*color: #BBBBBB;*/
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 162px;
}

#nav li a:active {
	color: #fff;
	background: #666 url(images/selector_sub.gif) center right no-repeat;
}

#nav li a:hover {
	background: #666 url(images/selector.gif) center right no-repeat;
}





/* the following 3 rules are for the submenu */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}

#nav ul ul li a {
	/*color: #BBB;*/
	text-indent: 20px;
	font-style: italic;
}

#nav ul ul li a:hover {
	background-image: url(images/selector.gif);
}

.nav_active {
	color: #ffffff;
	font-weight: bold;
}


#nav_active {
	color: #ffffff;  
	background: url(images/selector_sub.gif) center right no-repeat;
font-weight: bold;
}

#nav_notactive a{
	font-weight: bold;

}



#column1 {
	margin-left: 0px !important;
	float: left;
	width: 183px;
}

#column1 img {
	border: 1px solid #666;
	margin: 4px 18px;
	padding: 8px 18px;
}

/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	float: none !important;
	float: left;
	margin-left: 183px !important;
	margin-left: 0;
	padding: 0px 1px 0px 0px;
	
}

#column2 p {
	line-height: 150%;
}


#footer {
clear: both;
position: relative;
float: left;
  	margin-top: -30px; /*part of the fix to get the footer to stick at the bottom*/
	color: #999;
	font-size: 9px;
	padding: 0px 0 10px 0;
	width: 100%;
	text-indent: 185px;
	text-align: center;


}

#footer a {
	color: #999999;
	text-decoration: underline;
}




/*Guestbook styles:*/

.tx-guestbook-list-header { background-color: #777; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-list-row { background-color: #FFFFFF; }

    .tx-guestbook-list-rowleft { background-color: #ccc; color: #777777; link: #777}
    .tx-guestbook-list-rowleft a{ color: #000; link: #777;}
    .tx-guestbook-list-rowleft a img{ border-style: none;}
    .tx-guestbook-list-entrycomment-title {font-weight: bold; }
    .tx-guestbook-list-entrycomment { font-style: italic; }
    .tx-guestbook-list-small { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
    .tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 9px; color: #666666; }
    .tx-guestbook-form-inputfield-med { border-style: none; border-width: 1pt; border-color:#333; font-size:12; color:#ccc; width:100; height:20; }
    .tx-guestbook-form-inputfield-big { border-style: none; border-width: 1pt; border-color:#333; font-size:12; color:#ccc; width:150; height:20; }
    .tx-guestbook-form-textarea { border-style: none; border-width: 1pt; border-color:#333; font-size:12; color:#333333; width:250; background-color: #ccc}
    .tx-guestbook-form-obligationfield { color: #CC0000; }
    .tx-guestbook-form-error { color: #CC0000; }