﻿/* html LAC Klagenfurt - Sektion Laufsport stylesheet script 1.0 */
/* Autor Harald Genser */

@import url("navMenu.css");		/* CSS-Script für das Navigationsmenü */
@import url("athleten.css");	/* CSS-Script für den Menüpunkt Athleten */
@import url("coaching.css");    /* CSS-Script für den Menüpunkt Coaching */
@import url("termine.css");		/* CSS-Script für den Menüpunkt Termine */
@import url("ergebnisse.css");	/* CSS-Script für den Menüpunkt Athleten/Ergebnisse */
@import url("statistik.css");	/* CSS-Script für den Menüpunkt Athleten/Statistik */
@import url("newsarchiv.css");	/* CSS-Script für den Menüpunkt Archiv/Newsarchiv */
@import url("lightbox.css");	/* CSS-Script für Lightbox-Bildergalerie */
@import url("impressum.css");	/* CSS-Script für Impressum */


html {
	background-color: #C0C0C0;	
}

body {
	margin: 10px auto;
	width: 980px;
	height: auto;
	background-color: #FFFFFF;
	border: solid 0px;
	font-family: Verdana;
	font-size: 10pt;
}

header {
    background-image: url(../images/design/www_lac2.png);
    background-position: center;
    border: solid 0px;
    width: 100%;
    height: 150px;
    float: left;
}

footer {
	width: 100%;
	height: auto;
	float: left;
	background-color: #D4D4FF;
	/* begin gradient effect */
    /* background: -webkit-linear-gradient(#E8E8E8, #D4D4FF); /* For Safari 5.1 to 6.0 */
	/* background: -o-linear-gradient(#E8E8E8, #D4D4FF); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#E8E8E8, #D4D4FF); /* For Firefox 3.6 to 15 */
	/* background: linear-gradient(#E8E8E8, #D4D4FF); /* Standard syntax (must be last) */
	/* end gradient effect */
}
    	
    .footer-table {
         padding: 5px 5px 5px 5px;
         color: #303A88;
         font-family: Verdana;
         font-size: 10pt;
         font-weight: bold;   
         text-align: center;
         margin-right: 15px;
         float:right; 
    }
    
    .footer-table td {
        height: 15px;
        width: 45px;
    }
    
    .footer-table a {
        color: #303A88;
        text-decoration: none;
    }
    
    .footer-table a:hover {
        color: #800000;
        font-weight: bold;
    }

a{
    color: #303A88;
    text-decoration: underline;  
}

a:hover {
    color: #800000;
    text-decoration: none;
    font-weight: bold;    
}

a img {
    
}

h1 {
    font-family: Arial;
    font-size: 25pt;
    font-weight: bold;
    text-align: center;
    color:  #EC491A;
    text-shadow: 0.07em 0.07em 0.05em #303A88;
}

h2 {            /*Überschriften Impressum */
    font-family: Arial;
    font-size: 25pt;
    font-weight: bold;
    text-align: center;
    color:  #EC491A;
    text-shadow: 0.07em 0.07em 0.05em #303A88;
}

h3 {
    font-family: Arial;
    font-size: 20pt;
    font-weight: bolder;
    text-align: center;
    color: #EC491A;
    text-shadow: 0.07em 0.07em 0.05em #303A88;  
}

p {
	font-family: Verdana;
    font-size: 10pt;
}

article {
	background-color: #D4D4FF;
	width: 100%;
	height: auto;
	float: left;
	margin: 0px auto;
	padding: 0 0 0 0;
	border: none;
}

	.content-main {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #D4D4FF;
	float: left;
}
    
    .content-left-main {
	width: 50%;
	height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #D4D4FF;
	float: left;
}
                                
	.content-right-main {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 50%;
	height: 100%;
	background-color: #D4D4FF;
	float: right;
}
              
		.newsbox-left {
		background-color: #E8E8E8;
		border-radius: 10px 10px 10px 10px;
		margin: 15px 7.5px 15px 15px;
		padding:5px;
		border: solid 1px;
		border-color: #303A88;
		width:460px;
		}
       .newsbox-right {
            background-color: #E8E8E8;
     		border-radius: 10px 10px 10px 10px;
     		margin: 15px 15px 15px 7.5px;
     		padding:5px;
            border: solid 1px;
            border-color: #303A88;
            width:460px;
        }

        .newsbox2 {
            background-color: #E8E8E8;
     		border-radius: 10px 10px 10px 10px;
     		margin: 0px 15px 15px 15px;
            border: solid 0px;
            border-collapse:collapse;
            border-color: #303A88;
            padding: 0px;
            width:460px;
        }        
        .newsbox-datum {
			text-align:right;
			font-size:10px;
		}
                            
		.newsbox-headline1 {
		border: solid 0px;
		font-family: Arial;
		font-size: 20pt;
		font-weight: bold;
		text-align: center;
		color:  #EC491A;
		text-shadow: 0.07em 0.07em 0.05em #303A88;
		}
        
        .newsbox-headline2 {
			font-family: arial;
            font-size: 14pt;
            font-weight: bold;
            color: #303A88;
            text-align: center;
		}
        
        .newsbox ul li {
		}
		
		.newsbox-bild1 {
		width:100px;
		}
		.newsbox-bild1:hover {
		width:400px;
		}