/* 
Tschuppik CSS document
copyright by multivitamedia Markus Piribauer
http://www.multivitamedia.at
*/

/*   Elements   */

body {
	font: 9px Verdana, Arial, sans-serif;
	color: #000000;
	text-align: left;
	background-color: #000000;
}

img {
	border: 0px;
}

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

a:hover {
	text-decoration: underline;
	font-weight: bold;
}


/*   Classes   */

.textblock {
	color: #666666;
	text-align: justify;
}

.textbold {
	color: #000000;
	font-weight: bold;
}

.skip {
	float: right;
}

.skip a {
	color: #FFFFFF;
	text-decoration: none;
}

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

.submenue a {
	text-decoration: none;
	font-weight: normal;
	color: #CCCCCC;
}

.submenue a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.submenueAktiv a {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

.submenueAktiv a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.underline {
	text-decoration: underline;
}


/*   IDs   */

#introcontainer {
	position:absolute;
	left:50%;
	top:50%;
	width:760px;
	height:420px;
	margin-left:-380px;
	margin-top:-210px;
	text-align:left;
	background-color:#000000;
}

#pagecontainer {
	position:absolute;
	left:50%;
	top:50%;
	width:760px;
	height:420px;
	margin-left:-380px;
	margin-top:-210px;
	text-align:left;
	background-color:#FFFFFF;
}

#menuebox {
	width: 95px;
	min-height: 60px;
	margin: 20px 10px 20px 67px;
	float: left;
}

#contentcontainer {
	width: 612px;
	min-height: 270px;
	margin: 0px 0px 0px 69px;
	float: left;
}

#contentcontainer2 {
	width: 612px;
	min-height: 270px;
	margin: 0px 0px 0px 69px;
	float: left;
	background-image: url(../pictures/logobackgr.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#navleft {
	width: 100px;
	min-height: 20px;
	margin: 12px 0px 0px 69px;
	float: left;
}

#navright {
	width: 100px;
	min-height: 20px;
	margin: 12px 79px 0px 0px;
	float: right;
	text-align: right;
}

#nummerierung  {
	width: 412px;
	min-height: 20px;
	margin: 12px 0px 0px 0px;
	float: left;
	text-align: center;
}

#bildcontainer {
	width: 10px;
	min-height: 270px;
}

#vergroessern {
	width: 11px;
	min-height: 20px;
	float: right;
}

/* 

#menuecontainer {
	width: 760px;
	height: 25px;
}

#nav {
	list-style: none;
	text-align: right;
}

#nav li {
	padding: 0px 10px 0px 0px;
	display: inline;
}

#logo {
	width: 185px;
	height: 25px;
	float: right;
	text-align: right;
	color: #FF9900;
	font-size: 12px;
}

#imagecontainer {
	width: 760px;
	height: 100px;
}

#maincontainer {
	width: 760px;
	min-height: 265px;
}

#mainimagecontainer, #navexamples, #description {
	width: 570px;
	height: 265px;
}

#navexamples, #description {
	height: 25px;
}

#bottomcontainer {
	width: 760px;
	height: 25px;
	background-color: #CCCCCC;
}

*/