/**
 * stylesheet
 *
 * @author		michael.tucek
 * @package		campus05
 * @subpackage	frontend
 * @copyright	Gieler EDV - www.online-survey.at
 * @version		$WCREV$
 * $LastChangedDate: 2006-05-23 18:49:44 +0200 (Di, 23 Mai 2006) $
 * $LastChangedRevision: 61 $
 * $LastChangedBy: michael.tucek $
 */

/* elements */
html {
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 1px 1px 1px 1px;
}

body {
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 1px 1px 1px 1px;
	background-color: White;
	color: Black;
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div {
	position: absolute;
	background: transparent;
	border: 0px solid black;
}

table {
	border: 0px none;
	padding: 0px 0px 0px 0px;
	border-spacing: 0px;
}

td {
	text-align: left;
	vertical-align: top;
}

a,
a:link,
a:visited {
	text-decoration: none;
	color: #7A7A7A;
	border: 0px;
}

a:active,
a:focus,
a:hover {
	text-decoration: none;
	color: Black;
	border: 0px;
}

a.actionlink,
a.actionlink:link,
a.actionlink:visited {
	padding: 2px 9px 2px 3px;
	background-color: #FFBD59;
	border: 1px solid #7A7A7A;
	color: #3A3A3A;
}

a.actionlink:active,
a.actionlink:focus,
a.actionlink:hover {
	background-color: #FFC66E;
	color: black;
}

img {
	border: 0px;
}


/* ids */

#main-header {
	left: 1px;
	top: 1px;
	width: 1000px;
	height: 127px;
	background: #FFAA2F url(../images/frontend/headerbg.png) repeat-x;
	vertical-align: top;
	text-align: right;
}

#main-title {
	left: 0px;
	top: 14px;
	width: 305px;
	height: 51px;
	font-size: 36px;
	text-align: right;
}

#main-subtitle {
	left: 312px;
	top: 41px;
	width: 157px;
	height: 29px;
	font-size: 20px;
	color: #575757;
	text-align: left;
}

#main {
	left: 1px;
	top: 130px;
	width: 1000px;
	height: 800px;
	margin-bottom: 1px;
	display: table;
	border-collapse: collapse;
}

body>#main{height:auto;}

#main-content {
	display: table-row;
	height: 100%;
}

#main-content-left {
	left: 0px;
	float: left;
	height: 100%;
}

#main-content-right {
	left: 838px;
	float: right;
	height: 100%;
}

#main-content-center {
	left: 164px;
	top: 0px;
	width: 656px;
	display: table-cell;
	height: 100%;
}

#main-content-center-institute {
	left: 164px;
	top: 0px;
	width: 510px;
	display: table-cell;
	height: 100%;
}

#main-content-title {
	text-align: left;
	padding: 10px 10px 5px 10px;
	font-family: sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 19px;
	font-weight: bold;
	color: #7A7A7A;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 27px;
}

#main-content-text {
	text-align: left;
	/*margin-top: 10px;*/
	padding: 6px 6px 6px 6px;
	left: 0px;
	top: 40px;
	width: 100%;
}

#institute-details-logo {
	left: 463px;
	width: 200px;
	height: 100px;
	top: 6px;
	text-align: right;
	overflow: hidden;
}

#institute-details-oesd {
	left: 463px;
	width: 200px;
	height: 100px;
	top: 110px;
	text-align: right;
	overflow: hidden;
}

#institute-details-gallery {
	left: 507px;
	width: 156px;
	height: auto;
	top: 220px;
	text-align: center;
	overflow: hidden;
}


/* classes */

div.navbutton,
div.navbutton-active {
	padding: 3px 3px 3px 3px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border: 1px dotted Navy;
	height: 13px;
	top: 100px;
	text-transform: uppercase;
}

div.navbutton a,
div.navbutton a:link,
div.navbutton a:visited,
div.navbutton-active a,
div.navbutton-active a:link,
div.navbutton-active a:visited {
	color: Black;
}

div.navbutton a:focus,
div.navbutton a:hover,
div.navbutton a:active,
div.navbutton-active a:focus,
div.navbutton-active a:hover,
div.navbutton-active a:active {
	color: #373737;
}

div.navbutton {
	background-color: #FFC46A;
}

div.navbutton-active {
	background-color: #FFD99F;
}

div.sidebar {
	top: 0px;
	width: 160px;
	height: 100%;
	background: #ffd89c;
	border: 1px solid #ffb239;
	display: table-cell;
}

div.sidebar div.header {
	background: #ffc56a repeat-x;
	border: 0px solid #ffc56a;
	left: 1px;
	top: 1px;
	width: 146px;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 6px;
}

.galleryImage {
	text-align: center;
}


.valign-middle {
	vertical-align: middle;
}

.menuitem {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #a26b7f;
	vertical-align: top;
}

#menutitle {
	text-align: center;
	font-size: 12px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: bold;
	color: Navy;
}

#mainmenubar {
	background: #ffb239;	
}




/**
 * Font Classes
 */
.smaller-font {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
}

input.button,
input.edit {
	border: 1px solid black;
}

input.button {
	background-color: #FFE0B0;
}

input,
select,
textarea,
.small-font {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.normal-font {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.emphasized-font {
	font-weight: bold;
}

dl { margin-left:10px; }
dt { font-weight:bold; color:#333333; }
dd { margin-bottom:5px; margin-left: 10px; }
