/*

Cascading Stylesheet for:
(c) absolvententag.ch
This part is for layout (design)

*/

A:link { COLOR:#333333; TEXT-DECORATION:underline; } /*#761021;*/
A:visited { COLOR:#333333; TEXT-DECORATION:underline; }
A:hover {  COLOR:#333333; TEXT-DECORATION:none; }
A:active {  COLOR:#333333; TEXT-DECORATION:underline; }

A.xxx:link { COLOR:#FF0000; TEXT-DECORATION:underline; }
A.xxx:visited { COLOR:#FF0000; TEXT-DECORATION:underline; }
A.xxx:hover {  COLOR:#696921; TEXT-DECORATION:none; }
A.xxx:active {  COLOR:#FF0000; TEXT-DECORATION:underline; }

* {
	margin: 0; padding: 0;
}

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
p {
	margin: 10px 0px;
}

img {
	border:0px none;
}
#inhalt h1 {
	font-size:16px;
	font-weight:bold;
	margin: 0px 0px 8px;
}
#inhalt h2, #left h2 {
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	margin: 6px 0px 3px;
}
.img {
	padding:1px;
	border:1px solid #89261A;
	float:left;
	margin: 5px;
}
.img_inhalt {
	padding:1px;
	border:1px solid #89261A;
	margin: 5px;
}
#left h2:first-child {
	margin-top: -5px;
}
#left h1 {
	background-image: url(../img/hg_left_h2.jpg);
	background-repeat:repeat-x;
	font-size:13px;
	color:#FFFFFF;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 10px;
	font-weight: normal;
}
#inhalt h3, #left h3 {
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	margin: 6px 0px 3px;
	clear:both;
}

#leftinhalt {
	padding: 3px;
	color:#003E72;
	font-size:13px;
	text-align: center;
}
#leftinhalt li {
	list-style-type: none;
}
#leftinhalt img {

}
#leftinhalt img:hover {

}
#leftinhalt a.change {
	display: block;
   text-indent: -3000px;
   text-decoration: none;
   font: 0px/0 serif;
   background-repeat: no-repeat;
   background-position: center 100%;
	height:44px;
}
#leftinhalt a.change:hover {
	background-position: center 0;
}
#leftinhalt2 {
	padding: 3px;
	color:#003E72;
	font-size:13px;
	text-align: center;
}
#leftinhalt2 li {
	list-style-type: none;
}
#leftinhalt2 img {

}
#leftinhalt2 img:hover {

}
#leftinhalt2 a.change {
	    display: block;
        text-indent: -3000px;
        text-decoration: none;
        font: 0px/0 serif;
        background-repeat: no-repeat;
        background-position: center 100%;
		height:44px;
}
#leftinhalt2 a.change:hover {
	background-position: center 0;
}

#leftinhalt3 {
	padding: 3px;
	color:#003E72;
	font-size:13px;
	text-align: center;
}

#leftlogin {
	padding: 10px;
	color:#003E72;
	font-size:13px;
}
#leftlogin li {
	list-style-type: none;
}

#inhalt a.change {
	display: block;
	text-decoration: none;
	font: 0px/0 serif;
	background-repeat: no-repeat;
	background-position: 0px -50px;
	height:32px;
	float:left;
	margin: 5px;
}
#inhalt a.change:hover {
	background-position: 0px -6px;
}


/****************** Tables ******************/

.job_table {
	border-collapse:collapse;
	width:100%
	margin: 0px -10px -10px;
	padding: 2px;
}

.row_normal { background-color: none }
.row_active { background-color: #538AB9 }

.admintable th {
	font-size:11px;
}
.admintable table, .admintable tr, .admintable td, .admintable thead {
	margin: 0px -10px -10px;
	padding: 2px;
	font-size:9px;
	text-align:left;
	border-collapse: collapse;
}
.admintable tr {
	padding: 0px 0px;
}
.admintable td {
	border:#CCCCCC 1px solid;
}

.jedtable th {
	font-size:12px;
	background-color:#89261A;
	border:#89261A 1px solid;
  	color:white;
}
.jedtable table, .jedtable tr, .jedtable td, .jedtable thead {
	margin: 0px -10px -10px;
	padding: 4px;
	font-size:11px;
	text-align:left;
	border-collapse: collapse;
}
.jedtable tr {
	padding: 0px 0px;
}
.jedtable td {
	border:#89261A 1px solid; 
}

/* Table Unternehmen>Leistungskatalog */
.leisttab th {
	font-size:12px;
	background-color:#89261A;
	border:1px dotted #89261A;
    color:white;
}
.leisttab table, .leisttab tr, .leisttab td, .leisttab thead {
	margin: 0px -10px -10px;
	padding: 4px;
	font-size:11px;
	text-align:left;
	border-collapse: collapse;
}
.leisttab tr {
	padding: 0px 0px;
}
.leisttab td {
	border:1px dotted #89261A;
}

/* Tagesprogramm table */
.tagesprogramm_table th {
	font-size:12px;
	background-color:#89261A;
	border:#89261A 1px solid;
	color:white;
}
.tagesprogramm_table table, .tagesprogramm_table tr, .tagesprogramm_table td, .tagesprogramm_table thead {
	margin: 0px -10px -10px;
	padding: 4px;
	font-size:12px;
	text-align:left;
	border-collapse: collapse;
}
.tagesprogramm_table tr {
	padding: 0px 0px;
}
.tagesprogramm_table td {
	border:#89261A 1px solid;
}

.tagesprogramm_table2 th {
	font-size:12px;
	background-color:#89261A;
	border:#89261A 1px solid;
  	color:white;
}
.tagesprogramm_table2 table, .tagesprogramm_table2 tr, .tagesprogramm_table2 td, .tagesprogramm_table2 thead {
	margin: 0px -10px -10px;
	padding: 4px;
	font-size:12px;
	text-align:left;
	border-collapse: collapse;
}
.tagesprogramm_table2 tr {
	padding: 0px 0px;
}

/* info table */
.info_table th {
	font-size:12px;
	background-color:#89261A;
  	color:white;
}
.info_table table, .info_table tr, .info_table td, .info_table thead {
	margin: 0px -10px -10px;
	padding: 4px;
	font-size:12px;
	text-align:left;
}
.info_table tr {
	padding: 0px 0px;
}

#logo {
  width: 20%;
}

#schatten1, #schatten2, #schatten3, #schatten4, #schatten5, #schatten6, #schatten7 {
}
#schatten1 {
	background-image: url(../img/schatten/schatten1.gif);
	background-repeat: no-repeat;
	background-position: left -65px;
}
#schatten2 {
	background-image: url(../img/schatten/schatten2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#schatten3 {
	background-image: url(../img/schatten/schatten3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#schatten4 {
	background-image: url(../img/schatten/schatten4.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#schatten5 {
	background-image: url(../img/schatten/schatten5.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#schatten6 {
	background-image: url(../img/schatten/schatten6.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#schatten7 {
	background-image: url(../img/schatten/schatten7.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 0px 37px 15px;
}
#box {
	width:909px;
	margin-left: 85px;
	margin-top: -30px;
	/*margin: 0 auto;*/
	background-image: url(../img/hg_main.gif);
	background-repeat: repeat-y;
	background-position: 234px;
}
#login {
	padding:13px 0px 0px 44px;
	float:right;
	width:430px;
	position: absolute;
	left: 507px;
	color:#CCCCCC;
	font-size:10px;
	height:50px;
	background-image:url(../img/hg_login.gif);
	background-repeat:no-repeat;
}
#inhalt {
	padding:20px;
	line-height: 1.7;
}

#inhalt ul, #left ul {
	padding-left:20px;
}
#inhalt ol, #left ol {
	padding-left:25px;
}

#topnav {
	width:100%;
	background-image:url(../img/hg_topnav.jpg);
	background-repeat:repeat-x;
	background-position:5px top;
	height:32px;
	border-bottom:#999999 1px solid;
}
#left {
	float:left;
	width:219px;
	margin-top:33px;
	background-image:url(../img/hg_left.gif);
	background-repeat:repeat-y;
}
#main {
	float:left;
	width:660px;
}
.nodprint {
	margin: 0px;
	padding: 0px;
}

.t_detail_links_h3 {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	padding-top:16px;
	width:160px;
}
.t_detail_links {
	font-size:9px;
	text-align:right;
}
.t_detail_rechts {
	padding-left:16px;
	text-align:left;
}

.newsDate {
	float:left;
	width:80px;
	color:grey;
}
.newsContent {
	margin-left:80px;
}



/******************** rote Überschriften Inhalt ************************/
.redbox {
	border: 1px solid #89261A;
	color: white;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-image: url(../img/hg_redbox.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 5px;
	
	vertical-align: sub;
}

.redbox a:link { color: white; text-decoration:none; }
.redbox a:visited { color: white; text-decoration:none; }

.redbox1 {
	border: 1px solid #89261A;
	color: white;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-image: url(../img/hg_topnav.jpg);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 10px;
}
.redbox2 {
	border: 1px solid #89261A;
	border-bottom: none;
	color: black;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 0px 0px 10px;
}
.redbox3 {
	border: 1px solid #89261A;
	color: White;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #89261A;
	padding: 0px 0px 0px 10px;
}

.redlinebox {
	border: 1px solid #89261A;
	padding:5px;
}

.redline {
	border-width:1px; 
	border-color:#89261A; 
	border-style:dotted; 
	padding:5px;
	border-top: none;
}
.redline1 {
	border-width:1px; 
	border-color:#89261A; 
	border-style:dotted; 
	padding:5px;
}
.redline2 {
	border-width:1px; 
	border-color:#89261A; 
	border-style:solid; 
}
.greyline {
	border-width: 1px;
	border-color: silver;
	border-style: dotted;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 1px;
	margin-bottom:6px;
	margin-top:6px;
}

.dot_vertical {
	background-image: url(../img/dot_v.gif);
	background-repeat: repeat-x;
	float:right;
	margin-bottom:6px;
	margin-top:6px;
	width:100%;
}


#ibox_content {
	/* background-color:#FFFFFF; */
	width:100%;
	height:100%;
	margin-bottom:5px;
	position:relative;
	top:0px;
	left:0px;
	/* border:1px solid #FFFFFF; */
	padding:2px;
}


a.linkbox b {
	display:none;
}
a.linkbox:hover {
	border:0; 
	position:relative; 
	z-index:500; 
	text-decoration:none;
}
a.linkbox:hover b {
	display:block;
	position:absolute; 
	top:13px;
	left:-25px; 
	padding:5px; 
	font-weight:normal;
	font-size: 11px;
	color:#000; 
	border:1px solid #89261A; 
	background:#FDF3F2; 
	width:400px;
}

/***************************************************************/
/* This part is for topnav */
/***************************************************************/

#topnav ul {
    margin: 0; padding: 0;
  }
#topnav ul li {
	list-style: none;
	margin: 0; padding: 0;
	float:left;
}
#topnav ul a {
	color: White;
	padding: 8px 20px 8px 20px;
	display: block;
	text-decoration: none;
	border-right: 1px solid #761021;
	font-size: 13px;
	background-image: url(../img/hg_topnav_hover.gif);
	background-position: left top;
	font-weight: normal;
}

#topnav ul a.small {
	color: White;
	padding: 8px 15px 8px 15px;
	display: block;
	text-decoration: none;
	border-right: 1px solid #761021;
	font-size: 12px;
	background-image: url(../img/hg_topnav_hover.gif);
	background-position: left top;
	font-weight: normal;
}

#topnav ul a:hover {
	background-image:url(../img/hg_topnav_hover.gif);
	background-position:left bottom;
}
#topnav ul a.active_menu {
	background-image:url(../img/hg_topnav_hover.gif);
	background-position:left bottom;
   font-weight:bold;
	text-shadow:black 3px 2px 4px; 
   font-size:13px;  
}
#topnav ul a.active_menu_small {
	background-image:url(../img/hg_topnav_hover.gif);
	background-position:left bottom;
   font-weight:bold;
	text-shadow:black 2px 1px 3px; 
   font-size:12px;  
}


/***************************************************************/
/* This sheet is for subnav */
/***************************************************************/

/****************** level 1 *****************/

ul#navigation {
    margin: 0; padding: 0;
  }
ul#navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#navigation a {
	color:#003E72;
	font-size:13px;
	padding: 4px 0px 4px 40px;
	display: block;
	text-decoration: none;
	background-image:url(../img/hg_subnav_level1.gif);
	background-position: left -4px;
	background-repeat:no-repeat;
}
ul#navigation a:hover, ul#navigation a.active_menu {
	color:#742016;
	background-image:url(../img/hg_subnav_level1.gif);
	background-position: left -65px;
	background-repeat:no-repeat;
}
ul#navigation a.active_menu {
	font-weight:bold;
}

/****************** level 2 *****************/

ul#navigation ul {
	padding:0px;
	margin:0px;
}
ul#navigation a.sublevel {
	font-size:11px;
	padding: 4px 0px 4px 63px;
	background-image:url(../img/hg_subnav_level2.gif);
	background-position: 38px 3px;
	background-repeat:no-repeat;
}
ul#navigation a.sublevel:hover {
	background-image:url(../img/hg_subnav_level2.gif);
	background-position: 38px -22px;
	background-repeat:no-repeat;
}
ul#navigation a.sublevel_active_menu {
	color:#742016;
	font-size:11px;
	padding: 4px 0px 4px 63px;
	background-image:url(../img/hg_subnav_level2.gif);
	background-position: 38px -22px;
	background-repeat:no-repeat;
}


/***************************************************************/
/* Meldungen */
/***************************************************************/
.note {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EEFFEE none repeat scroll 0 0;
	border:2px solid #448844;
	color:#004400;
	margin-bottom:1em;
	padding:10px;
}
.important {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFEE none repeat scroll 0 0;
	border:2px solid #888844;
	color:#444400;
	margin-bottom:1em;
	padding:10px;
}
.warning {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFEEEE none repeat scroll 0 0;
	border:2px solid #884444;
	color:#440000;
	margin-bottom:1em;
	padding:10px;
}