@charset "UTF-8";

/*******************************************************************************************************************************/
/* Reset
/*******************************************************************************************************************************/
* html {
	text-align: center;
}
div {
	text-align: left;
}
* {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
ul {
	list-style-type: none;
}

/*******************************************************************************************************************************/
/* Positioning & backgrounds
/*******************************************************************************************************************************/
body {
	padding-bottom: 100px;
	background-color: #D2D9DD;
	background-image: url(/images/css/body.png);
	background-repeat: repeat-x;
}
#wrapper {
	position: relative;
	width: 990px;
	margin: 0 auto;
	background-image: url(/images/css/wrapper.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	overflow: auto;
}
#metanav1 {
	height: 50px;
	padding: 0 20px;
}
#content {
	width: 460px;
	float: left;
	padding: 0 20px 50px 20px;
}

#content h1, #content h2, #content h3 {
	clear: both;
}

#content p.small {
	font-size: 0.875em;
	color: #788493;
}

#content hr.spacer {
	margin: 1em 0;
	border-bottom: #AEB8C1 1px dotted;
	clear: both;
}

#content ul{
  list-style-type: disc;
  display: block;
  padding-left: 16px;
}

#content em{
  font-style: italic;
}

#content em.small{
  font-size: 0.875em;
}
#content span.small{
  font-size: 0.875em;
  padding-left: 0px;
  margin-left: 0px;
}
#content strong em{
  font-style: italic;
  font-weight: bold;
  color: #0B2868;
}

#content em strong{
  font-style: italic;
  font-weight: bold;
  color: #0B2868;
}


#visual {
	width: 460px;
	height: 320px;
	margin-bottom: 20px;
	background: #788494 url(/images/css/visual.jpg) no-repeat;
}
#ad1 {
	width: 470px;
	height: 60px;
	float: left;
	margin: 20px 0;
}
#ad1 a:hover {
	background-color: transparent;
}


#sidebar {
	width: 333px;
	float: left;
	margin-right: 17px;
}
#organizers {
	width: 290px;
	padding: 20px;
	background: url(/images/css/sidebar-box.png) no-repeat;
	min-height: 120px;
}
#ad2 {
	width: 120px;
	height: 468px;
	float: left;
}
#ad2 a:hover {
	background-color: transparent;
}


#sponsors {
	min-height: 50px;
	clear: both;
	border-top: #D2D9DD 1px solid;
	padding: 10px 20px;
}
#metanav2 {
	background: #788494 url(/images/css/metanav2.png) bottom no-repeat;
	padding: 20px;
}

/*******************************************************************************************************************************/
/* Content formatting
/*******************************************************************************************************************************/
* {
	font: small/1.25em Verdana, Geneva, sans-serif;
	color: #333945;
}
p {
	margin-bottom: 1em;
}
p.intro {
	font-size: 1.25em;
	color: #0B2868;
}
strong {
	font-weight: bold;
	color: #0B2868;
}
a {
	color: #008DD9;
}
a:hover {
	background-color: #BACD00;
	color: #000;
	text-decoration: none;
}

/* Firmenprofil: firmendaten: Bild */
a:hover.mb {
	background-color: transparent;
}

h1 {
	font-size: 1.75em;
	font-weight: normal;
	color: #BACD00;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.25em;
	font-weight: normal;
	color: #55606D;
	text-transform: uppercase;
	margin: 1em 0 0.5em 0;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.5em;
}
div.news-item * {
	font-size: 0.875em;
}

div.news-detail * {
	font-size: 1em;
}


p.news-date {
	color: #788493;
	padding: 0 0 10px 15px;
	margin-top: 2em;
	background: url(/images/css/news-date.png) 0px 4px no-repeat;
	border-bottom: 1px solid #D2D9DD;
}
div.news-item a {
	background: url(/images/css/news-item-a.png) 0px 1px no-repeat;
	padding-left: 10px;
	text-decoration: none;
}
div.news-item a:hover {
	background: url(/images/css/news-item-a.png) 0px 1px no-repeat;
	color: #0B2868;
	text-decoration: underline;
}

/*******************************************************************************************************************************/
/* Sidebar Box
/*******************************************************************************************************************************/
#sidebar div.box {
	padding: 0 20px;
	margin: 0 0 1.5em 0;
}
#sidebar div.box * {
	font-size: 0.875em;
}
#sidebar div.box h3 {
	font-weight: normal;
	color: #BACD00;
	text-transform: uppercase;
	margin: 0 0 0.5em 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #D2D9DD;
	clear: both;
}
#sidebar div.box a {
	background: url(/images/css/news-item-a.png) 0px 1px no-repeat;
	padding-left: 10px;
	text-decoration: none;
}
#sidebar div.box a:hover {
	color: #0B2868;
	text-decoration: underline;
}
#sidebar div.box img {
	float: right;
	margin: 0 0 10px 10px;
}

/*******************************************************************************************************************************/
/* Quick Login
/*******************************************************************************************************************************/
#quick-login-wrapper {
	padding: 20px;
	background: url(/images/css/sidebar-box.png) no-repeat;
}
#quick-login-wrapper * {
	margin: 0 5px 3px 0;
	font-size: 0.875em;
}
#quick-login-wrapper input.text {
	width: 100px;
	height: 18px;
	border: 1px solid #99A5B0;
}
#quick-login-wrapper form {
	float: right;
	margin-left: 20px;
	display: inline;
}
#quick-login-wrapper h2 {
	font-weight: bold;
	color: #0B2868;
}
#quick-login-wrapper input.checkbox {
	vertical-align: middle;
}


/*******************************************************************************************************************************/
/* Navigation level 1 (tabs)
/*******************************************************************************************************************************/
#nav1 {
	height: 30px;
	display: block;
	text-align: center;
	background: url(/images/css/nav1.png) no-repeat;
}
#nav1 li {
	float: left;
}
#nav1 li a {
	width: 111px;
	height: 22px;
	display: block;
	background: url(/images/css/nav1-a.png);
	font-size: 0.75em;
	color: #0B2868;
	padding-top: 8px;
	text-decoration: none;
}
#nav1 li a.current {
	background: none;
	color: #545F6C;
}
#nav1 li a:hover {
	text-decoration: underline;
}
#nav1 li a.current:hover {
	text-decoration: none;
}

/*******************************************************************************************************************************/
/* Navigation level 2
/*******************************************************************************************************************************/
#nav2 {
	display: block;
	width: 290px;
	padding: 10px 20px 20px 20px;
	background: #D2D9DD url(/images/css/nav2.png) bottom repeat-x;
}
#nav2 li {
	margin-bottom: 5px
}
#nav2 li a {
	background: url(/images/css/nav2-a.png) 0px 2px no-repeat;
	text-decoration: none;
	padding-left: 20px;
	font-weight: bold;
	color: #535F6C;
}
#nav2 li a:hover {
	text-decoration: underline;
	background-image: url(/images/css/nav2-a-current.png);
}
#nav2 li a.current {
	background-image: url(/images/css/nav2-a-current.png);
	color: #0B2868;
}
#nav2 li a.current:hover {
	color: #0B2868;
	text-decoration: none;
}
#nav2 ul {
	margin: 5px 0 5px 30px;
}
#nav2 ul li {
	margin-bottom: 2px
}
#nav2 ul li a {
	font-size: 0.875em;
	background: none;
	padding: 0;
	font-weight: normal;
}
#nav2 ul li a.current, #nav2 ul li a:hover {
	background: none;
}

/*******************************************************************************************************************************/
/* Language selection
/*******************************************************************************************************************************/
#metanav1 ul#language {
	float: left;
	padding-top: 20px;
}
#metanav1 ul#language li {
	float: left;
	margin-right: 10px;
}
#metanav1 ul#language li a {
	display: block;
	height: 11px;
	text-indent: -4000px;
}
#metanav1 ul#language li a#de {
	width: 45px;
	background: url(/images/css/metanav1-language-de.png) no-repeat;
}
#metanav1 ul#language li a#en {
	width: 33px;
	background: url(/images/css/metanav1-language-en.png) no-repeat;
}
#metanav1 ul#language li a#cs {
	width: 16px;
	background: url(/images/css/metanav1-language-cs.png) no-repeat;
}
#metanav1 ul#language li a#hu {
	width: 16px;
	background: url(/images/css/metanav1-language-hu.png) no-repeat;
}

/*******************************************************************************************************************************/
/* User controls
/*******************************************************************************************************************************/
#metanav1 ul#user {
	float: right;
	height: 33px;
	padding: 17px 0 0 15px;
	background: url(/images/css/metanav1-user.png) 0px 15px no-repeat;
}
#metanav1 ul#user li {
	color: #D2D9DE;
	float: left;
	margin-left: 10px;
	font-size: 0.75em;
}
#metanav1 ul#user a {
	color: #FFF;
	font-size: 1em;
}

/*******************************************************************************************************************************/
/* Organizers
/*******************************************************************************************************************************/
#organizers div {
	width: 140px;
	float: left;
}
#organizers h3 {
	font-size: 10px; /* set in px to prevent sponsor line from wrapping on text zoom in IE*/
	color: #788493;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 5px;
	margin-right: 10px;
}
#organizers li {
	float: left;
}
#organizers li a {
	display: block;
	height: 42px;
	text-indent: -4000px;
	background: url(/images/css/wu.png) no-repeat;
	margin-right: 7px;
}
#organizers li a.wu {
	background-image: url(/images/css/wu.png);
	width: 42px;
}
#organizers li a.tu {
	background-image: url(/images/css/tu.png);
	width: 36px;
}
#organizers li a.boku {
	background-image: url(/images/css/boku.png);
	width: 36px;
}
#organizers p a {
	display: block;
	height: 52px;
	width: 67px;
	text-indent: -4000px;
	background: url(/images/css/zbp.png) no-repeat;
}

/*******************************************************************************************************************************/
/* Sponsors
/*******************************************************************************************************************************/
#sponsors * {
	float: left;
}
#sponsors h3 {
	font-size: 10px; /* set in px to prevent sponsor line from wrapping on text zoom in IE*/
	color: #788493;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 5px;
	margin-right: 10px;
}
#sponsors a {
	display: block;
	height: 50px;
	text-indent: -4000px;
	background: url(/images/css/hofer.png) no-repeat;
	margin-right: 15px;
}
#sponsors a.hofer {
	background-image: url(/images/css/hofer.png);
	width: 36px;
}
#sponsors a.omv {
	background-image: url(/images/css/omv.png);
	width: 44px;
}
#sponsors a.derstandard {
	background-image: url(/images/css/derstandard.png);
	width: 72px;
}
#sponsors a.derstandard-karriere {
	background-image: url(/images/css/derstandard-karriere.png);
	width: 113px;
}
#sponsors a.tucc {
	background-image: url(/images/css/tucc.png);
	width: 69px;
	margin-top: 5px;
}
#sponsors a.boku-alumni {
	background-image: url(/images/css/boku-alumni.png);
	width: 113px;
}

/*******************************************************************************************************************************/
/* Meta navigation bottom
/*******************************************************************************************************************************/
#metanav2 ul {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
#metanav2 ul ul {
	margin-left: 10px;
	margin-bottom: 0px;
	float: none;
}
#metanav2 h3,#metanav2 li,#metanav2 a {
	font-size: 0.875em;
}
#metanav2 h3 {
	color: #FFF;
}
h3#zbp {
	width: 68px;
	height: 48px;
	background: url(/images/css/metanav2-h2.png) no-repeat;
	text-indent: -2000px;
}
#metanav2 p.small {
	font-size: 0.75em;
	color: #FFF;
}
#metanav2 a {
	color: #333945;
	text-decoration: none;
}
#metanav2 a:hover {
	color: #FFF;
	background: none;
	text-decoration: underline;
}
#metanav2 hr {
	clear: left;
	height: 1px;
	border-bottom: 1px solid #7C8999;
	margin-bottom: 10px;
}


/*******************************************************************************************************************************/
/* Helpers
/*******************************************************************************************************************************/
.hidden {
	display: none;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearboth {
	clear: both;
}
img.floatleft {
	margin: 0 20px 10px 0;
}
img.floatright {
	margin: 0 0 10px 20px;
}

a.firmen {
	background: url(/images/css/news-item-a.png) 0px 1px no-repeat;
	padding-left: 10px;
	text-decoration: none;
	font-size:0.875em;
	color:#008DD9;
}
a:hover.firmen {
	background: url(/images/css/news-item-a.png) 0px 1px no-repeat;
	color: #0B2868;
	text-decoration: underline;
	font-size:0.875em;
	color:#008DD9;
}

.register_table {
  /*table-layout: fixed;*/
}

#register input.text, #register select.text, #password input.text {
  border:1px solid #99A5B0;
  margin-bottom: 3px;
}


/*******************************************************************************************************************************/
/* Tabellen
/*******************************************************************************************************************************/
.tabelle td{
  border: solid 1px #B2BEC5;
	font-size: 10px;
	padding: 2px;
}

.tabelle strong,
.tabelle a,
.tabelle p{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

.tabelle .Bold{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.tabelle .hl{
	font-weight: bold;
	background-color: #D3D8DB;
}

/*******************************************************************************************************************************/
/* Firmenprofil
/*******************************************************************************************************************************/
.firmenprofil,
.firmenprofil em,
.firmenprofil li{
	font-size: 10px;
}

.firmenprofil strong{
	font-weight: bold;
	font-size: 10px;
}

/*******************************************************************************************************************************/
/* Job suche
/*******************************************************************************************************************************/
#jobsuche input.text, #jobsuche select.text{
  border:1px solid #99A5B0;
  margin-bottom: 3px;
}

.navigator
{	cursor: pointer;
}

.navigator_selected
{	cursor: pointer;
	font-weight: bold;
}

/*******************************************************************************************************************************/
/* Postings
/*******************************************************************************************************************************/
#content div.comment {
	padding-top: 1em;
	border-top: 1px dotted #AEB8C1;
}
div.comment * {
	font-size: 0.875em;
}
div.comment h3 {
	color: #788493;
}

div.comment textarea {
	height: 50px;
}

/*******************************************************************************************************************************/
/* Feedback
/*******************************************************************************************************************************/
p.confirm {
	color: #88A800;
	background: #F7FFD6 url(../images/css/confirm.png) no-repeat 10px 6px;
	border: 1px solid #D8ED8B;
	padding: 10px 10px 10px 40px;
	font-size: 0.875em;
}
p.error {
	color: #CC0000;
	background: #FFDEDE url(../images/css/error.png) no-repeat 10px 6px;
	border: 1px solid #FFA8A8;
	padding: 10px 10px 10px 40px;
	font-size: 0.875em;
}
p.confirm a, p.error a {
	font-size: 0.875em;
}

/*******************************************************************************************************************************/
/* Profile pages
/*******************************************************************************************************************************/
div.vcard {
	background: #F8F9F9 url(../images/css/vcard.png) repeat-x;
	padding: 10px;
	clear: both;
	margin: 0 0 1.5em 0;
}
div.vcard img {
	border: #FFF 1px solid;
}

/*******************************************************************************************************************************/
/* Forms
/*******************************************************************************************************************************/
input.button-40, input.button-30, input.button-20 {
	height: 40px;
	font-size: 11px;
	text-transform: uppercase;
	vertical-align: middle;
	background: #A6B0B9 url(/images/css/button-40.png) repeat-x;
	border-left: #95A2AC 1px solid;
	border-bottom: #95A2AC 1px solid;
	border-right: #E5E9EB 1px solid;
	border-top: #E5E9EB 1px solid;
	outline: #BFC8CF 1px solid;
	padding: 0 25px;
	margin: 0;
}
input.button-30 {
	height: 30px;
	background-image: url(/images/css/button-30.png);
	font-size: 10px;
}
input.button-20 {
	height: 20px;
	background-image: url(/images/css/button-20.png);
	font-size: 9px;
}
input.button-40:hover, input.button-30:hover, input.button-20:hover {
	color: #FFF;
	cursor: pointer;
}
input.button-40:hover {
	background-image: url(/images/css/button-40-hover.png)
}
input.button-30:hover {
	background-image: url(/images/css/button-30-hover.png);
}
input.button-20:hover {
	background-image: url(/images/css/button-20-hover.png);
}
input.text-medium, input.text-short, input.text-long {
	width: 150px;
	height: 20px;
	border: #AEB8C1 1px solid;
	vertical-align: middle;
	font-size: 0.875em;
	padding-left: 5px;
}
input.text-short {
	width: 50px;
}
input.text-long {
	width: 270px;
}
textarea {
	width: 320px;
	height: 200px;
	border: #AEB8C1 1px solid;
	vertical-align: middle;
	font-size: 0.875em;
	padding-left: 5px;
}
select {
	height: 20px;
	width: 150px;
	font-size: 0.875em;
	border: #AEB8C1 1px solid;
}

input.file {
	height: 20px;
	width: 150px;
	font-size: 0.875em;
	border: #AEB8C1 1px solid;
}

/*******************************************************************************************************************************/
/* Regular tables
/*******************************************************************************************************************************/
#content table {
	margin: 1em 0 2em 0;
	border-top: #AEB8C1 1px solid;
}
#content table th, #content table td {
	text-align: left;
	padding: 5px 15px 5px 0;
	vertical-align: top;
	border-bottom: #AEB8C1 1px solid;
}
#content table th {
	font-size: 0.875em;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #788493;
}

/* Forms additions */

#content form p {
	clear: both;
	font-size: 0.875em;
	color: #525F6C;
}
#content form hr {
	border: none;
	border-bottom: #AEB8C1 1px solid;
	margin: 2em 0;
}
#content form p label {
	display: block;
	width: 160px;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: uppercase;
	/*color: #788493;*/
	color: #525F6C;
	float: left;
	margin-bottom: 1em;
}
#content form p label.long {
	display: block;
	width: 270px;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #788493;
	float: left;
	margin-bottom: 1em;
}

#content form p label.required {
	font-weight: bold;
}

#content form p label.error {
	font-weight: bold;
	color: red;
}

#content form p span {
	margin: 0 2em 0 1em;
	font-size: 1em;
	color: #525F6C;
}

/*******************************************************************************************************************************/
/* Table for schedules
/*******************************************************************************************************************************/
#content table.schedule {
	width: 100%;
}
#content table.schedule td h4 {
	font-weight: bold;
	color: #788493;
}
#content table.schedule td p {
	margin: 0;

}
#content table.schedule td a.small,
#content table.schedule td p.small{
	font-size: 0.75em;
}


/*******************************************************************************************************************************/
/* Table for schedules
/*******************************************************************************************************************************/
#content table.apply {
	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
}
#content table.apply th {
	font-weight: bold;
	color: #788493;
	text-transform: uppercase;
	border: none;
}
#content table.apply td{
  border: none;
}
#content table.apply td p {
	margin: 0;
}


/* Content tabs */

#content ul#nav3 {
	list-style-type: none;
	height: 25px;
	margin: 1em 0;
	border-bottom: #AEB8C1 1px solid;
	padding: 0;
}

#content ul#nav3 li {
	float: left;
	display: block;
	height: 20px;
	padding: 5px 20px 0 20px;
	color: #788493;
	text-transform: uppercase;
	margin: 0 3px 0 0;
	border-top: #AEB8C1 1px solid;
	border-left: #AEB8C1 1px solid;
	border-right: #AEB8C1 1px solid;
	background: #AEB8C1;
}
#content ul#nav3 li.current {
	background: #FFF;
}

#content ul#nav3 li.link {
	background: #AEB8C1;
	cursor: pointer;
}

/*******************************************************************************************************************************/
/* Page navigator
/*******************************************************************************************************************************/
#content p.navigator {
	font-size: 0.875em;
	color: #788493;
}
#content p.navigator span {
	font-size: 1em;
	color: #3A8AD7;
	margin: 0px;
}
#content p.navigator span.selected {
	font-weight: bold;
	color: #525F6C;
}


/*******************************************************************************************************************************/
/* Disable Page
/*******************************************************************************************************************************/
.disablePage
{ position: absolute;
  top: 0px;
  left: 0px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  background-color: #8E8E8E;
  width: 100%;
  height: 100%;

  z-index: 9999;
}

.loading
{ position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  border: solid 1px black;
  z-index: 10500;
}

* b * {
  font-weight: bold;
}

* b {
  font-weight: bold;
}

/*******************************************************************************************************************************/
/* Mitfahrgelegenheit
/*******************************************************************************************************************************/
.mfg_container {
  width: 450px;
  border: none;
  overflow: hidden;
}

.mfg_container * {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  color: #333945;
  margin: 0px;
  padding: 0px;
}

.mfg_container .trenner {
  height: 20px;
}

#content .mfg_container table {
  margin: 0px;
  border: none;
}

#content .mfg_container table th,
#content .mfg_container table td {
  border: none;
  padding: 0px;
  margin: 0px;
}

.mfg_container td.textklein * {
  padding-top: 4px;
}

.mfg_container td.textklein select {
  width: auto;
  font-size: 9px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
  margin-right: 5px;
}

a.mfg:link,
a.mfg:visited,
a.mfg:active {
  color:#008DD9;
  text-decoration: underline;
}

a.mfg:hover {
  background-color: #BACD00;
  color: #000000;
  text-decoration: none;
}

/* Frageboge */
.question {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.question_radio input {
  clear: both;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

.question_radio_z {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

.text_radio {
  overflow: hidden;
  float: left;
}

.text_radio_z {
  overflow: hidden;
  float: left;
  margin-right: 100px;
}

.question_input {
  border: 1px solid #a2a2a2;
}

/*************************/
/* Galerie
/*************************/
/* Container fuer die Galerie */
.gallery {
  overflow: hidden;
  width: 460px;
  padding-left: 5px;
  padding-top: 5px;
  border: 1px solid #a2a4a4;
}

/* eine Zeile */
.gallery_row {
  overflow: hidden; 
  clear: both;
  margin-bottom: 7px;
}

/* Container fuer das Thumbnail */
.gallery_img {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  background-color: #eeece6;
  padding: 5px;
}

/* Zentrierung des Thumbnails */
.gallery_img_center {
  overflow: hidden;
  position: relative;
}