/* Kleine Krone Introductions One Column Design */

body {
    font-family: Georgia,serif,sans-serif,cursive,fantasy,monospace;
    background-color: white;
    color: dimgray;

    margin: 0px;
    border: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
    font-weight: normal;

    margin: 0px;
    border: 0px;
    padding: 0px;
}

h1 {
    background-image: url(../images/logo_trans_black.png);
    background-repeat:no-repeat;
    background-color: transparent;
    
    color: transparent;

    text-align: center;
    font-size: 30px;
    letter-spacing: 10px;

    margin: 0px auto;
    border: 0px solid dimgray;
    padding: 1px;

    width: 400px;
    height: 160px;
}

h1 a {
    background-image: url(../images/logo_trans_white.png);
    background-repeat: no-repeat;
    display: block;

    color: transparent;
    
    margin: 0px;
    border: 0px solid dimgray;
    padding: 0px;
    
    width: 400px;
    height: 160px;
}

h1 a {
/* Only for Internet Explorer */
/*  filter: Alpha(opacity=0); */
    text-indent: -9999px;
}

p {
    font-size: 13px;
	line-height: 1.3em;

	margin: 0px;
	border: 0px solid dimgray;
	padding: 7px 10px 0px 10px;
}

strong {
	font-weight: bold;
}

#contents {
    background-image: url(../images/ballroom018_800x600.jpg);
	background-color: darkred;
   
	margin: 10px auto;
	border: 1px solid dimgray;
	padding: 0px;
    
	width: 740px;
    height: 560px;
}

#introductions {
	background-image: url(../images/whitetrans_620x280.png);
    
    text-align: center;
    font-style: normal;
    color: black;
    
	margin: 0px auto;
	border: 0px solid dimgray;
	padding: 20px;
    
	width: 580px;
    height: 240px;
}

#form {    
    text-align: center;
    font-style: italic;
    color: black;
    
	margin: 0px auto;
	border: 0px solid dimgray;
	padding: 0px;
    
	width: 580px;
    height: 360px;
}

#index {
	position: absolute;
    top: 460px;
    
    background-color: transparent;
    
	margin: 0px 0px 0px 10px;
	border: 0px solid dimgray;
	padding: 0px;
    
    width: 730px;
    height: 30px;
}

#index2 {
	position: absolute;
    top: 500px;
    
    background-color: transparent;
    
	margin: 0px 0px 0px 80px;
	border: 0px solid dimgray;
	padding: 0px;
    
    width: 660px;
    height: 30px;
}

#special {
	position: absolute;
    top: 150px;
    
    background-color: transparent;
    
	margin: 0px 0px 0px 520px;
	border: 0px solid dimgray;
	padding: 0px;
    
    width: 210px;
    height: 30px;
}

#index h2, #index2 h2, #special h2 {
    float: left;

	background-image: url(../images/blacktrans.png);

    text-align: center;
    font-size: 13px;
    line-height: 20px;
    
    margin: 5px;
    border: 0px solid dimgray;
    padding: 0px;

    width: 120px;
    height: 20px;
}

#special h2 {
	background-image: url(../images/whitetrans.png);
    
    border: 1px solid darkred;

    width: 200px;
    height: 20px;
}

#index h2 a, #index2 h2 a, #special h2 a {
    color: white;
        
    display: block;
    width: 120px;
    height: 20px;
}

#special h2 a {
    color: darkred;
	
	font-weight: bold;
        
    display: block;
    width: 200px;
    height: 20px;
}

address {
    clear: both;
    position: absolute;
    top: 540px;
    
    background-color: transparent;
    
    font-size: 11px;
    text-align: center;
    color: white;
	line-height: 30px;
        
	margin: 0px;
	border: 0px solid dimgray;
	padding: 0px;
    
    width: 740px;
    height: 30px;
}

address a {
    color: white;
}

.up {
	position: relative;
	float: left;
	top: -31px;
	left: -2px;

	color: lime;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-shadow: darkred 1px 1px;

	margin: 0px;
	border: 0px solid dimgray;
	padding: 0px;

}

