﻿/*************************************************************************************
Webtech AG
Lehnplatz 10, 6460 Altdorf, Schweiz
Tel. +41 (0)41 874 30 30, E-Mail mail[at]webtech[dot]ch
All rights reserved, all graphics copyrighted.

Layout:  Home
**************************************************************************************/



/* Animation **************************************************************************/
#animation {
	/*height: 248px;*/
	/*background-color: #F5F5F6;*/
	/*
	background-image: url(img/animation_home_bgr.gif);
	background-repeat: no-repeat;
	*/
	height: 231px;
	background-image: none;
}
/* Animation end **********************************************************************/



/* Werbe-Button ***********************************************************************/
#button {
	float: right;
	z-index: 10;
	margin-top: -235px;
	margin-right: -20px;
	width: 120px;
	height: 120px;
}
/* Werbe-Button end *******************************************************************/



/* Show *******************************************************************************/
#show {
	float: left;
	width: 900px;
	height: 200px;
	margin-left: 20px;
	margin-top: 30px;
	/*background-color: #F5F5F6;*/
}
/* Show end ***************************************************************************/



/* Site *******************************************************************************/
#site {
	background-image: url(img/site_home_bgr.gif);
	background-repeat: repeat-y;
}
/* Site end ***************************************************************************/



/* NavIcons ***************************************************************************/
#bigNaviButtons {
	float: left;
	width: 675px;
	text-align: left;
	padding-top: 7px;
	padding-left: 15px;
	padding-bottom: 17px;
	background-color: #f5f5f6;
}

#bigNaviButtons ul {
	list-style: none;
}

#bigNaviButtons ul li {
	float: left;
}

#bigNaviButtons li a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 0px;
	
	float: left;
   width: 166px;
   height: 70px;
}

#bigNaviButtons li a span.text {
	/*Damit der Text nicht angezeigt wird!*/
	position: absolute;
	display: inline;
	white-space: nowrap;
	overflow: hidden;
	text-indent: -9999em;
}

#bigNaviButtons li a.seminare {
	background-image: url(img/big-buttons.png);
	_background-image: url(img/big-buttons.gif);
	background-repeat: no-repeat;
   background-position: 0px 0px;
}

#bigNaviButtons li a:hover.seminare {
	background-position: 0px -80px;
}

#bigNaviButtons li a.studiumschweiz {
   background-image: url(img/big-buttons.png);
	_background-image: url(img/big-buttons.gif);
	background-repeat: no-repeat;
   background-position: -166px 0px;
}

#bigNaviButtons li a:hover.studiumschweiz {
	background-position: -166px -80px;
}

#bigNaviButtons li a.weiterbildung {
   background-image: url(img/big-buttons.png);
	_background-image: url(img/big-buttons.gif);
	background-repeat: no-repeat;
   background-position: -332px 0px;
}

#bigNaviButtons li a:hover.weiterbildung {
	background-position: -332px -80px;
}

#bigNaviButtons li a.webagentur {
   background-image: url(img/big-buttons.png);
	_background-image: url(img/big-buttons.gif);
	background-repeat: no-repeat;
   background-position: -498px 0px;
}

#bigNaviButtons li a:hover.webagentur {
	background-position: -498px -80px;
}
/* NavIcons end ***********************************************************************/



/* Content ****************************************************************************/
#content {
	padding-top: 5px;
}
/* Content ****************************************************************************/



/* Content left* **********************************************************************/
#contentLeft {
	float: left;
	width: 430px;
}
/* Content left end *******************************************************************/



/* Content right **********************************************************************/
#contentRight {
	float: left;
	width: 190px;
	padding-left: 25px;
}

/* wie h1 bei normalem Content */
#contentRight h2 {
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	font-size: 1.85em;
	font-weight: normal;
	color: #606060;
}

/* Untertitel bei den News */
#contentRight h3 {
	margin-top:10px;
	padding-bottom:5px;
	font-size: 1.2em;
	font-weight: normal;
	color: #303030;
}

#contentRight p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* Content right end ******************************************************************/

