/**************************************/
/*                                    */
/* Seitenaufbau                       */
/*                                    */
/**************************************/

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0 auto;
	padding: 0 0 30px;
	width: 900px;
	font-family: Helvetica, Arial, sans-serif;
	/* font-family: Georgia, 'Times New Roman', serif; */
	font-size: 13px;
	text-align: center;
	color: #333333;
	position: relative;
    /* "ambient gradient" */
	background: #cccccc -webkit-gradient(linear, left top, left bottom, from(#999999), to(#cccccc)) no-repeat;
	background: #cccccc -moz-linear-gradient(top, #999999, #cccccc) no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#cccccc');
}

#wrapper {
	/* Fix for IE 5.x who doesn't respect our body width ... */
	margin: 0;
	padding: 0;
	width: 900px;
	position: relative;
}

#page {
    padding: 0 0 4em;
    border-left: 1px solid #ff3366;
    border-right: 1px solid #ff3366;
    border-bottom: 1px solid #ff3366;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
}


/**************************************/
/*                                    */
/* Banner                             */
/*                                    */
/**************************************/

#banner {
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
    height: 130px;
    text-align: right;
    color: #ffffff;
    background: #ff3366 url(../_pix/ami11_bgbanner.jpg) no-repeat;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
}

#banner h2 {
	margin: 0;
    padding: 20px 40px 0 0;
    color: #ffffff;
    /* text-shadow: #333333 1px 1px 4px; */
    font-size: 23px;
    letter-spacing: 1px;
}

#banner h2 span {
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 1px;
}

#banner p {
	margin: 0;
    padding: 20px 40px 0 0;
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 1px;
}


/**************************************/
/*                                    */
/* Menuezeile                         */
/*                                    */
/**************************************/

#menu {
	margin: 0 40px 4em;
	padding: 6px 0;
	text-align: right;
}

#menu dl, dl li {
	display: inline;
}

#menu dl li {
	list-style-type: none;
	font-weight: bold;
}

#menu dl li a {
    padding: 6px;
	text-decoration: none;
	border-left: 1px solid #ff3366;
	border-bottom: 1px solid #ff3366;
	border-right: 1px solid #ff3366;
}

#menu dl li a:visited {
    color: #ff3366;
}

#menu dl li a:hover {
    color: #ffffff;
    background: #cc3399;
	border-left: 1px solid #cc3399;
	border-bottom: 1px solid #cc3399;
	border-right: 1px solid #cc3399;
}

#menu dl li span {
    padding: 6px;
	color: #ffffff;
	background: #ff3366;
	border-left: 1px solid #ff3366;
	border-bottom: 1px solid #ff3366;
	border-right: 1px solid #ff3366;
}


/**************************************/
/*                                    */
/* Inhalte                            */
/*                                    */
/**************************************/

#content {
	width: 600px;
	margin: 0 50px 0 250px;
	text-align: left;
}

#content p {
    line-height: 20px;
}

#content li {
	list-style-type: square;
    line-height: 20px;
}

#content ul.organizers li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content ul.organizers {
	margin: 0;
	padding: 0;
}

#content ul.organizers li img {
	display: inline;
	float: left;
	width: 80px;
	height: 80px;
}

#content ul.organizers li h2 {
	padding-left: 100px;
}

#content ul.organizers li p {
    line-height: normal;
	padding-left: 100px;
	margin: 0;
}

#content ul.organizers li br {
	clear: both;
}

#content .old {
	text-decoration: line-through;
}

#content .superspecial {
	color: #ff3366;
	
}

/**************************************/
/*                                    */
/* allgemeine Definitionen            */
/*                                    */
/**************************************/


img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	color: #ff3366;
}

h2 {
	font-size: 1.1em;
	color: #ff3366;
}

a:link {
	color: #ff3366;
	background: transparent;
	text-decoration: underline;
}

a:visited {
	color: #663366;
	background: transparent;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	background: #ff3366;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	background: transparent;
	text-decoration: none;
}

