/*-----------------------------------------------------------------------------
Cascading Style Sheets

version:   1.0
author:    Daniel Reiter
email:     office@xneo.at
website:   http://xneo.at/
-----------------------------------------------------------------------------*/

/* =general
-----------------------------------------------------------------------------*/


/* remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* body */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}

/* class for clearing floats */
.clear {
	clear: both;
}

/* remove border around linked images */
img {
	border: 0;
}


/* =typography
-----------------------------------------------------------------------------*/
h1 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	color: #8255a0;
}

h2 {
	margin-top: 5px;
	margin-bottom: 25px;
	font-size: 10px;
	color: #8255a0;
	line-height: 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

p {
	line-height: 15px;
}

a {
	color: #8255a0;
	text-decoration: none;
}

a:hover {
	color: #3c0f5c;
}


/* =headings
-----------------------------------------------------------------------------*/


/* =links
-----------------------------------------------------------------------------*/
#austria {
	background-image: url(images/austria1.gif);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 43px;
	float: left;
}
#austria:hover {
	background-image: url(images/austria2.gif);
}
#ultras {
	background-image: url(images/ultras1.gif);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 66px;
	float: left;
}
#ultras:hover {
	background-image: url(images/ultras2.gif);
}
#mail {
	background-image: url(images/mail1.gif);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 67px;
	float: left;
}
#mail:hover {
	background-image: url(images/mail2.gif);
}



/* =wrapper
-----------------------------------------------------------------------------*/
#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}


/* =header
-----------------------------------------------------------------------------*/
#header {
	background-color: #FFFFFF;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 450px;
	float: left;
	background-position: 3px 0px;
}

#img {
	top: 140px;
	position: absolute;
}

#img img {
	margin: 3px;
	border-color: #FFFFFF;
	width: 179px;
	height: 139px;
}

#nav {
	top: 101px;
	right: 0;
	position: absolute;
}


/* =leftPanel
-----------------------------------------------------------------------------*/
#leftPanel {
	background-image: url(images/viennola_schal.jpg);
	background-repeat: no-repeat;
	width: 140px;
	height: 150px;
	float: left;
	background-position: 0px 25px;
}


/* =contentArea
-----------------------------------------------------------------------------*/
#contentArea {
	padding: 10px;
	width: 350px;
	float: left;
}


/* =rightPanel
-----------------------------------------------------------------------------*/
#rightPanel {
	margin-left: 48px;
	margin-top: 25px;
	width: 192px;
	height: 200px;
	float: left;
}


/* =footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
}


/* =forms
-----------------------------------------------------------------------------*/

/* removes fieldset borders. even on opea 7 */
fieldset {
	border: 1px solid transparent;
}

/* =tables
-----------------------------------------------------------------------------*/
table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

/* =misc 1
-----------------------------------------------------------------------------*/



/* =misc 2
-----------------------------------------------------------------------------*/
                                              

