/* generally used stuff */

.bigger{
	font-size: 120%
}

.biggest{
	font-size: 180%
}

.small{
	font-size: 60%
}

.with_border{
/*	border:solid 1px #2B4490;*/
	border-collapse: collapse
}

#ticket_userinfo{
	margin-top: -1em
}

/* knowledgebase appearance */
.kb_entries{
	margin-top: 1%
}

.kb_entry{
	margin-top: 1%
}

/*.selected_kb_category{
	font-style: italic
}*/

.selected_kb_entry{
	font-style: italic
}

/* message appearances */
.communication_person{
	font-style: bold
}

.success{
	color: green
}

.ticket_no{
	font-style: bold
}

.warning{
	color: red
}


/* table stuff */
.inner_table{
	font-size: 100%;
	width: 100%
}

.section_title{
	font-size: 120%;
	text-align: left
}

.wide{
	border-spacing: 10px 0px /*20px 0px*/
}

/* colour stuff */
.grey{
	background-color: #CCCCCC
}

.turquoise{
	background-color: #00FFFF
}

.dark_grey{
	background-color: #666666
}

.light_grey{
	background-color: #DDDDDD
}

/* BELOW THIS LINE: NEEDED IF NOT BACKED BY INFINYS CSS */

/* from allgemeines.css
body{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	margin: 0px 0 0;
}

#container{
	background: #ffffff;
	margin: auto;
	width: 900px;
	min-height: 600px;
	overflow: auto;
	top: 30px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid;
}

#main{
	padding: 20px 50px 20px 50px;
	margin: auto;
	overflow: auto;
}

#sprachauswahl{
	margin-left: 640px;
	display: block;
	white-space: nowrap;
}

#fuss{
	width: 900px;
	font-size: 62.5%;
	color: #999090;
	margin: auto;
}
*/

/* from navigation.css 
.navlist{
	text-align: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.selected{ 
	font-weight: 800;
	font-size: 130%;
}


.navlist li{
	display: inline;
	list-style-type: none;
	margin:0;
	padding:0;
}

.navlist a{ 
	line-height: 21px;
	display: inline;
	padding: 0px 10px; 
}

.navlist a:link, .navlist a:visited{
	margin:0;
	padding-top: 0;
	padding-bottom: 0;
	color: #000;
	background-color: #ffffff;
	text-decoration: none;
}

.navlist a:hover{
	color: #fff;
	background-color: #244F87;
	text-decoration: none;
}


.subnavlist {
	background-color: #ffffff;
	font-size: 75%;
	text-align: left;
	margin: 2px 0 0 0;
	padding:0;
	white-space: nowrap;
}

.subnavlist li{
	display: inline;
	list-style-type: none;
	margin:0;
	padding:0;
}

.subnavlist a{ 
	line-height: 21px;
	display: inline;
	padding: 3px 10px; 
}

.subnavlist a:link, .subnavlist a:visited{
	color: #000;
	background-color: #ffffff;
	text-decoration: none;
}

.subnavlist a:hover{
	color: #fff;
	background-color: #244F87;
	text-decoration: none;
}
*/


/* from news.css

.newstitel{
	color: #2B4490;
	font-weight: bold;
	float: left;
}

a:link.newslink , a:visited.newslink {
	color: #2B4490;
	text-decoration: none;
}

a:hover.newslink{
	color: #2B4490;
	text-decoration: underline;
}

*/

/* from spezifisches_infinys.css
textarea{
	font-family: Arial, Verdana, Helvetica, sans-serif
}


*/