/*
Theme Name: TU Ball Default Theme
Theme URI: http://tuball.at/
Description: The TU Ball Default Theme.
Version: 0.5a
Author: Marianne Kampel / Mortiz B&ouml;hm
*/

/* ## Basic Design ## */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;
	background: url(gfx/transe.gif);
	line-height: 20px;
}

#page {
	margin: 10px auto;
	width: 800px;
	height: 600px;
	background: white;
}

#header {
	height: 64px;
	width: 800px;
	display: block;
	background: url(gfx/header_bg.png) no-repeat;
}

#content {
	width: 798px;
	height: 536px;
	border-left: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}

/* # Navigation # */

#navi {
	width: 124px;
	float: left;
	margin: 51px 0 0 0;
}

ul#navigation {
	list-style: none;
	width: 124px;
	border-top: 1px solid #b3b3b3;
	padding: 0;
}

ul#navigation li {
	height: 24px;
	width: 124px;
	border-bottom: 1px solid #b3b3b3;
}

ul#navigation li ul.qtrans_language_chooser {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

ul#navigation li ul li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

ul#navigation li a {
	display: block;
	height: 24px;
	line-height: 24px;
	color: #C7D100;
	padding: 0 0 0 6px;
	width: 118px;
	font-weight: bold;
	text-decoration: none;
}

ul#navigation li a:hover, #current {
	background-color: #C7D100;
	color: white !important;
}

ul#navigation li a.inactive {
	color: #b3b3b3 !important;
	background-color: transparent !important;
}

/* Language Picker */

ul.qtrans_language_chooser {
	float: left;
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

ul.qtrans_language_chooser li {
	float: left !important;
	border: 3px solid white;
	margin: 3px;
}

ul.qtrans_language_chooser li.active {
	border-color: #C7D100;
}

ul.qtrans_language_chooser li a {
}

/* ## Specific Design ## */

.columns, .columnsuneven, #intro {
	margin: 51px 0 0 0;
	width: 649px;
	height: 485px;
	display: block;
	float: right;
}

.leftcolumn {
	border-left: 1px solid #b3b3b3;
	float: left;
}

.rightcolumn {
	border-left: 1px solid #b3b3b3;
	float: right;
}

.columns .leftcolumn {
	padding: 4px 21px 5px 10px;
	width: 293px;
	height: 476px;
}

.columns .rightcolumn {
	padding: 4px 21px 5px 10px;
	width: 292px;
	height: 476px;
}

.columnsuneven .leftcolumn {
	padding: 4px 21px 5px 10px;
	width: 143px;
	height: 476px;
}

.columnsuneven .rightcolumn {
/*	padding: 4px 35px 5px 10px;
	width: 426px;*/
	padding: 4px 21px 5px 10px;
	width: 440px;
	height: 476px;
}

#intro {
	background: black;
}

#skipintro {
	z-index: 99;
	width: 92px;
	height: 19px;
}

#skipintro a {
	width: 92px;
	height: 19px;
	display: block;
	background-image: url(gfx/intro_entersite.png);
	background-position: left;
	text-decoration: none !important;
}

#skipintro a:hover {
	background-position: right;
}

/* ## Galerie ## */

#page-galerie .rightcolumn a img {
	border: none;
}

a#opengallery {
	background: url(../../plugins/slimbox/css/enter_next.gif) no-repeat;
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-top: 5px;
}

a#opengallery:hover {
	background: url(../../plugins/slimbox/css/enter_next_rollover.gif) no-repeat;
}

/* ## Typography ## */

h1, h2, h3, h4, h5, h6, cite, blockquote, cite, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 22px 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0 0 22px 0;
}

p a {
	color: #C7D100;
	font-weight: bold;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

/* ## Forms  ## */

form#anmeldeformular {
	margin: -1px 0 22px 0;
}

form#anmeldeformular p {
	clear: both;
	margin: 0 0 0 0;
}

form#anmeldeformular p input {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form#anmeldeformular p input.text {
	float: right;
	font-size: 11px;
	width: 171px;
	border: 1px solid #b3b3b3;
	padding: 0 2px 0 2px;
}

form#anmeldeformular p input.text:focus {
	color: #C7D100;
	border: 1px solid #C7D100;
}

form#anmeldeformular p input.error {
	color: #FF0000 !important;
	border: 1px solid #FF0000 !important;
}

form#anmeldeformular p input.checkbox {
	float: right;
}

form#anmeldeformular p input#send {
	float: right;
	font-size: 11px;
	width: 177px !important;
	display: block;
	color: white;
	border: 1px solid #C7D100;
	background-color: #C7D100;
	font-weight: bold;
}

form#anmeldeformular p #tuball_eroeffnet {
	margin: 2px 0 0 0;
}

/* ## Saalplaene ## */

#page-saalplan h1 {
	margin-bottom: 0px !important;
}

a.saalplan_link {
	color: #C7D100;
	font-weight: bold;
	text-decoration: none;
}

a.saalplan_link:hover {
	text-decoration: underline;
}

#saalplan img {
	border: none;
	cursor: default !important;
}

#tooltip {
}

.tt {
	position: absolute;
	top: 0px;
	left: 0px;
/*	width: 260px;*/
	width: 410px;
	z-index: 9999;
}

.tt .tt-border {
	background: black;
/*	width: 260px;
	height: 190px;*/
	width: 410px;
	height: 282px;
}

.tt .tt-content {
	position: absolute;
	top: 5px;
	left: 5px;
	background: white;
	padding: 0 0 5px 0;
}

.tt .tt-content img {
/*	width: 250px;
	height: 170px;*/
	width: 400px;
	height: 272px;
}

.tt .tt-content h1 {
	padding: 0 5px 0 5px;
	margin: 0 !important;
	height: 26px;
	line-height: 26px;
}

.tt .tt-content p {
	padding: 0 5px 0 5px;
	margin: 0 !important;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

.tt .tt-content h1, .tt .tt-content p {
/*	width: 240px;*/
	width: 390px;
}

.updating {
	width: 125px !important;
	height: 25px !important;
	overflow: hidden;
}

/* ## Misc ## */

.clear {
	clear: both;
}

.hidden {
	display: none;
}

/*
	She reminds me of a one I knew
	That cut up the negatives of my life
	I couldn't take my hands off her
	She wouldn't let me be anywhere but inside 	
	
	- Heart-Shaped Glasses / Eat Me, Drink Me / Marilyn Manson
*/
